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
{}
Documentation IndexFetch the complete documentation index at: https://docs.korint.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.korint.io/llms.txt
Use this file to discover all available pages before exploring further.
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?