Skip to main content
PATCH
Update an asset metadata.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Identifier of the asset.

Example:

"did:trustos:trackid:<id>"

Body

application/json

Data needed for the update of an asset.

metadata
object
required

Metadata to be updated.

Example:

Response

Successful asset's metadata update.

statusCode
number

Request status code.

Example:

200

message
string

Message returned by the request.

Example:

"Asset metadata updated"

data
object