tenants_domains_update
PUT/tenants/domains/:id/
Domain ViewSet
Request
Path Parameters
id integerrequired
A unique integer value identifying this Domain.
- application/json
Body
required
domain stringrequired
Possible values: non-empty
and <= 253 characters
is_primary boolean
tenant uuidrequired
Responses
- 200
- 400
- 403
- application/json
- Schema
- Example (from schema)
Schema
id integerrequired
domain stringrequired
Possible values: <= 253 characters
is_primary boolean
tenant uuidrequired
{
"id": 0,
"domain": "string",
"is_primary": true,
"tenant": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
- 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...