POST
/
v1
/
projects:search
{
  "projects": [
    {
      "issueLabels": [
        {
          "value": "<string>",
          "color": "<string>",
          "group": "<string>"
        }
      ],
      "forceIssueLabels": true,
      "allowModifyStatement": true,
      "autoResolveIssue": true,
      "enforceIssueTitle": true,
      "autoEnableBackup": true,
      "skipBackupErrors": true,
      "postgresDatabaseTenantMode": true,
      "allowSelfApproval": true,
      "executionRetryPolicy": {
        "maximumRetries": 123
      },
      "ciSamplingSize": 123,
      "parallelTasksPerRollout": 123
    }
  ],
  "nextPageToken": "<string>"
}

Body

application/json

Response

200
application/json

OK

The response is of type object.