Retrieve Discovery settings
GET/discovery/settings/
Responses
- 200
- 400
- 401
- 500
- application/json
- Schema
- Example (from schema)
Schema
archive_discovery_asset_after integer
Possible values: >= 1 and <= 365
archive_discovery_asset_enabled boolean
{
  "archive_discovery_asset_after": 0,
  "archive_discovery_asset_enabled": true
}
- application/json
- Schema
- Example (from schema)
Schema
<field name> string[]
non_field_errors string[]
{
  "<field name>": [
    "Errors related to field <field name>."
  ],
  "non_field_errors": [
    "Errors not related to any field specific field."
  ]
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
  "detail": "Incorrect authentication credentials."
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
  "detail": "Unexpected error while handling your request."
}
Loading...