Edit videos customfields
PATCH/customfields/videos/:key
Edit videos customfields
Request
Path Parameters
key stringrequired
(Required) The name of the key to edit
Example: keystring
Header Parameters
Content-Type stringrequired
Example: multipart/form-data
Accept stringrequired
Example: application/json
- application/x-www-form-urlencoded
Body
label stringrequired
Example:
field
show stringrequired
Example:
true
order stringrequired
Example:
1
Responses
- 200
- 400
- 401
Response Headers
- application/json
- Schema
- Example (from schema)
- 1
Schema
status stringrequired
key stringrequired
{
"status": "string",
"key": "string"
}
OK
{
"status": "<string>",
"key": "<string>"
}
Response Headers
- application/json
- Schema
- Example (from schema)
- 1
Schema
status stringrequired
{
"status": "string"
}
Bad Request
{
"status": "<string>"
}
Response Headers
- application/json
- Schema
- Example (from schema)
- 1
Schema
status stringrequired
{
"status": "string"
}
Unauthorized
{
"status": "<string>"
}
Loading...