Reset Remote
POST/api
Perform a server side reset, currently only the User entity attribute api_key is supported. This operation was added in ftrack version 3.5.18.
Request
- application/json
Body
array
required
Array [
- MOD2
- MOD2
- MOD3
Array [
]
]
action Actionrequired
Possible values: [reset_remote
]
reset_type Reset Typerequired
entity_type
object
nullable
anyOf
string
entity_key
object
nullable
anyOf
string
string
entity_data object
Default value: [object Object]
metadata
object
property name* any
Responses
- 200
- 422
Successful Response
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
msg Messagerequired
type Error Typerequired
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...