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.
Important note Currently, you can only edit the name of your orders.
The response after successfully editing an order will contain all the details of your order with the uploaded values.
Specification
Update Order
Updates the details for the specific order.
PATCHhttps://api.autoenhance.ai//v3/orders/{id}
Authorization
Path parameters
id*string
Body
namestring
The name for the order.
order_idstring
The ID for the order.
Response
Successful response
Body
created_atstring (date-time)
The creation date of the order.
imagesarray of ImageOut (object)
is_mergingboolean
The processing status for the order
is_processingany
The processing status for the order
last_updated_atstring (date-time)
The last updated date of the order.
namestring
The name for the order.
order_idstring
The ID for the order.
statusenum
The status of the order.
waitingprocessingprocessederror
Request
Response
Last updated