Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Repository ID
Body
application/json
Repository update data
Repository update request
Whether to enable Exorcist scanning for this repository and any projects within it
Example:
true
Security posture of the apps in this repository
Available options:
internal, external, hybrid Example:
"internal"
Review minimum severity to use for this repository
Available options:
high, medium, low Example:
"high"
Whether to run code reviews for this repository
Available options:
auto, manual, none Example:
"auto"
Branch to scan (if different from default branch)
Required string length:
3 - 128Example:
"main"
Response
OK