core_users_paths_retrieve
GET/core/users/paths/
Get all user paths
Request
Query Parameters
search string
Responses
- 200
- 400
- 403
- application/json
- Schema
- Example (from schema)
Schema
paths string[]required
{
"paths": [
"string"
]
}
- 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...