Create videos customfields
POST/customfields/videos
Create videos customfields
Request
Header Parameters
Content-Type stringrequired
Example: multipart/form-data
Accept stringrequired
Example: application/json
- application/x-www-form-urlencoded
Body
key stringrequired
Example:
keystring
label stringrequired
Example:
string
show stringrequired
Example:
true
order stringrequired
Example:
2
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...