Skip to main content
PATCH
/
assets
/
{assetId}
cURL
curl --request PATCH \
  --url https://api.example.com/assets/{assetId} \
  --header 'Content-Type: application/json' \
  --data '
{
  "customFields": [
    {
      "key": "<string>",
      "value": "<string>"
    }
  ],
  "name": "<string>",
  "externalAssetId": "<string>",
  "startedAt": "<string>",
  "stoppedAt": "<string>"
}
'
{}

Path Parameters

assetId
string
required

assetId

Query Parameters

whenAt
string

Optional: the whenAt datetime

branchId
string

Optional: the branchId

Body

application/json
customFields
object[]

custom fields per product

name
string

Optional: Name of the entity

externalAssetId
string

externalAssetId

startedAt
string

startedAt

stoppedAt
string

stoppedAt

Response

The response is of type object.