Path Parameters
The project id.
Body
Response
OK
Project contains settings and configuration for a Bytebase project.
Available labels that can be applied to issues in this project.
Force issue labels to be used when creating an issue.
Allow modifying statement after issue is created.
Enable auto resolve issue.
Enforce issue title created by user instead of generated by Bytebase.
Whether to automatically enable backup.
Whether to skip backup errors and continue the data migration.
Whether to enable the database tenant mode for PostgreSQL. If enabled, the issue will be created with the prepend "set role <db_owner>" statement.
Whether to allow the issue creator to self-approve the issue.
Configuration for automatic retry on task execution failures. Execution retry policy configuration.
The maximum number of databases to sample during CI data validation. If not specified, sampling is disabled, resulting in a full validation.
The maximum number of parallel tasks to run during the rollout.
Labels are key-value pairs that can be attached to the project. For example, { "environment": "production", "team": "backend" }
Whether to enforce SQL review checks to pass before issue creation. If enabled, issues cannot be created when SQL review finds errors.