Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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>" } '
200
Example
{}
assetId
Optional: the whenAt datetime
Optional: the branchId
custom fields per product
Show child attributes
Optional: Name of the entity
externalAssetId
startedAt
stoppedAt
The response is of type object.
object
Was this page helpful?