authenticators_static_update
PUT/authenticators/static/:id/
Viewset for static authenticator devices
Request
Path Parameters
id integerrequired
A unique integer value identifying this Static Device.
- application/json
Body
required
name stringrequired
Possible values: non-empty
and <= 64 characters
The human-readable name of this device.
Responses
- 200
- 400
- 403
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
name stringrequired
Possible values: <= 64 characters
The human-readable name of this device.
token_set
object[]
required
token stringrequired
Possible values: <= 16 characters
pk ID (integer)required
{
"name": "string",
"token_set": [
{
"token": "string"
}
],
"pk": 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...