Get check suite settings for a repository.
cURL
curl --request GET \ --url https://api.codegen.com/v1/organizations/{org_id}/repos/check-suite-settings
{ "check_retry_count": 123, "ignored_checks": [ "<string>" ], "check_retry_counts": {}, "custom_prompts": {}, "high_priority_apps": [ "<string>" ], "available_check_suite_names": [ "<string>" ] }
Repository ID
Successful Response
Response model for check suite settings.
Show child attributes
Was this page helpful?