repos.v2
Update repository
Update repository settings
PATCH
Update repository
Documentation Index
Fetch the complete documentation index at: https://docs.ghostsecurity.ai/llms.txt
Use this file to discover all available pages before exploring further.
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
Previous
Get repository review instructionsGet custom instructions for code reviews on pull requests
Next
Update repository