Editing
This API endpoint allows you to edit any order you own. To reprocess an image, you must provide the order_id
and a valid API key.
The response after successfully editing an order will contain all the details of your order with the uploaded values.
Specification
Updates the details for the specific order.
Authorizations
Path parameters
idstringRequired
Body
namestringOptional
The name for the order.
order_idstringOptional
The ID for the order.
Responses
200
Successful response
application/json
401
Authentication error
application/json
404
Not found
application/json
422
Validation error
application/json
patch
Last updated