Re-order Sequences
POST/targets/:target_id/sequences/:id/order/
Request
Path Parameters
Identifier of the target.
- application/json
- application/x-www-form-urlencoded
- multipart/form-data
Body
required
login- Loginnavigation- NavigationArray [
]
Possible values: <= 255 characters
Possible values: [login, navigation]
custom_field_mappings
object[]
Controls sensitivity and obfuscation of value field.
If true the field is masked on Interfaces and Audit logs.
When account's Secrets Obfuscation setting is also enabled, the API's field output will be OBFUSCATED_<HASH>.
Body
required
login- Loginnavigation- NavigationArray [
]
Possible values: <= 255 characters
Possible values: [login, navigation]
custom_field_mappings
object[]
Controls sensitivity and obfuscation of value field.
If true the field is masked on Interfaces and Audit logs.
When account's Secrets Obfuscation setting is also enabled, the API's field output will be OBFUSCATED_<HASH>.
Body
required
login- Loginnavigation- NavigationArray [
]
Possible values: <= 255 characters
Possible values: [login, navigation]
custom_field_mappings
object[]
Controls sensitivity and obfuscation of value field.
If true the field is masked on Interfaces and Audit logs.
When account's Secrets Obfuscation setting is also enabled, the API's field output will be OBFUSCATED_<HASH>.
Responses
- 200
- 400
- 401
- 404
- 500
- application/json
- Schema
- Example (from schema)
Schema
login- Loginnavigation- NavigationArray [
]
A unique Base58 value identifying this object.
Possible values: <= 255 characters
Possible values: [login, navigation]
custom_field_mappings
object[]
Controls sensitivity and obfuscation of value field.
If true the field is masked on Interfaces and Audit logs.
When account's Secrets Obfuscation setting is also enabled, the API's field output will be OBFUSCATED_<HASH>.
{
"id": "string",
"name": "string",
"requires_authentication": true,
"type": "login",
"enabled": true,
"index": 0,
"custom_field_mappings": [
{
"name": "string",
"value": "string",
"value_is_sensitive": true
}
],
"content": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
{
"<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": "Incorrect authentication credentials."
}
- application/json
- Schema
- Example (from schema)
Schema
{
"detail": "Not found."
}
- application/json
- Schema
- Example (from schema)
Schema
{
"detail": "Unexpected error while handling your request."
}