Skip to main content
PATCH
/
api
/
v1
/
assets
/
{id}
Update asset
curl --request PATCH \
  --url https://api.callaro.ai/api/v1/assets/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "data": {},
  "message": "<string>",
  "meta": {},
  "request_id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json

The body is of type object.

Response

Updated

data
object
message
string | null
meta
object
request_id
string | null