Partially update Discovery settings
PATCH/discovery/settings/
Request
- application/json
- application/x-www-form-urlencoded
- multipart/form-data
Body
archive_discovery_asset_after integernullablerequired
Possible values: >= 1
and <= 365
Number of days after which to archive Discovery Assets if not seen.
Body
archive_discovery_asset_after integernullablerequired
Possible values: >= 1
and <= 365
Number of days after which to archive Discovery Assets if not seen.
Body
archive_discovery_asset_after integernullablerequired
Possible values: >= 1
and <= 365
Number of days after which to archive Discovery Assets if not seen.
Responses
- 200
- 400
- 401
- 500
- application/json
- Schema
- Example (from schema)
Schema
archive_discovery_asset_after integernullablerequired
Possible values: >= 1
and <= 365
Number of days after which to archive Discovery Assets if not seen.
{
"archive_discovery_asset_after": 0
}
- application/json
- Schema
- Example (from schema)
Schema
<field name> string[]required
non_field_errors string[]required
{
"<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 stringrequired
{
"detail": "Incorrect authentication credentials."
}
- application/json
- Schema
- Example (from schema)
Schema
detail stringrequired
{
"detail": "Unexpected error while handling your request."
}
Loading...