Re-order Sequences
POST/targets/:target_id/sequences/:id/order/
Request
Path Parameters
id stringrequired
target_id stringrequired
Identifier of the target.
- application/json
- application/x-www-form-urlencoded
- multipart/form-data
Body
required
login
- Loginnavigation
- Navigation
name stringnullablerequired
Possible values: <= 255 characters
requires_authentication boolean
type string
Possible values: [login
, navigation
]
enabled boolean
Body
required
login
- Loginnavigation
- Navigation
name stringnullablerequired
Possible values: <= 255 characters
requires_authentication boolean
type string
Possible values: [login
, navigation
]
enabled boolean
Body
required
login
- Loginnavigation
- Navigation
name stringnullablerequired
Possible values: <= 255 characters
requires_authentication boolean
type string
Possible values: [login
, navigation
]
enabled boolean
Responses
- 200
- 400
- 401
- 404
- 500
- application/json
- Schema
- Example (from schema)
Schema
login
- Loginnavigation
- Navigation
id stringrequired
A unique Base58 value identifying this object.
name stringnullablerequired
Possible values: <= 255 characters
requires_authentication boolean
type string
Possible values: [login
, navigation
]
enabled boolean
index integernullablerequired
{
"id": "string",
"name": "string",
"requires_authentication": true,
"type": "login",
"enabled": true,
"index": 0
}
- application/json
- Schema
- Example (from schema)
Schema
<field name> string[]
non_field_errors string[]
{
"<field name>": [
"Errors related to field <field name>."
],
"non_field_errors": [
"Errors not related to any field specific field."
]
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Incorrect authentication credentials."
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Not found."
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Unexpected error while handling your request."
}
Loading...