v4
OpenAPI 3.1.02026-07-313621,3961.8 MBproductions
Update Order
Updates an open order.
patch/v1/productions/orders/{order_id}
Path parameters
order_idstring required
The ID of the order.
Headers
xi-api-keystring nullable
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Request body
Example request
{
"request": {
"name": "Spanish Dubs"
}
}Response
Successful Response
Example response
{
"name": "Spanish Dubs"
}