flows_instances_cache_info_retrieve
GET/flows/instances/cache_info/
Info about cached flows
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
property name* any
Validation Error
{
"non_field_errors": [
"string"
],
"code": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
detail stringrequired
code string
{
"detail": "string",
"code": "string"
}
Loading...