policies_all_cache_info_retrieve
GET/policies/all/cache_info/
Info about cached policies
Responses
- 200
- 400
- 403
- application/json
- Schema
- Example (from schema)
Schema
count integerrequired
{
"count": 0
}
- 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...