Skip to main content
PATCH
Update image
Update metadata for a specific image, including its name and description.
  • Only provided fields are updated; omitted fields remain unchanged

Authorizations

x-access-token
string
header
required

API key for authentication (sk-xxx format)

Path Parameters

image_id
string
required
Pattern: ^img-
Example:

"img-12345"

Body

application/json
name
string
Example:

"Updated Image Name"

Response

200 - application/json

Image updated

success
boolean
Example:

true

data
object