outposts_instances_default_settings_retrieve
GET/outposts/instances/default_settings/
Global default outpost config
Responses
- 200
- 400
- 403
- application/json
- Schema
- Example (from schema)
Schema
config
object
required
{
"config": {}
}
- application/json
- Schema
- Example (from schema)
Schema
non_field_errors string[]
code string
{
"non_field_errors": [
"string"
],
"code": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
detail stringrequired
code string
{
"detail": "string",
"code": "string"
}
Loading...