Retrieve the inheritance state for repository settings
GET
/repositories/{workspace}/{repo_slug}/override-settings
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” repo_slug
required
string
This can either be the repository slug or the UUID of the repository,
surrounded by curly-braces, for example: {repository UUID}.
workspace
required
string
This can either be the workspace ID (slug) or the workspace UUID
surrounded by curly-braces, for example: {workspace UUID}.
Responses
Section titled “ Responses ”The repository setting inheritance state
Media type application/json
Repository Inheritance State
A json object representing the repository’s inheritance state values
object
type
required
string
override_settings
object
key
additional properties
any
Example generated
{ "type": "example", "override_settings": {}}If no repository exists at this location
Media type application/json
Error
Base type for most resource objects. It defines the common type element that identifies an object’s type. It also identifies the element as Swagger’s discriminator.
object
type
required
string
error
object
message
required
string
detail
string
data
Optional structured data that is endpoint-specific.
object
key
additional properties
any
key
additional properties
any
Example generated
{ "type": "example", "error": { "message": "example", "detail": "example", "data": {} }}