Assets
Bulk Update Asset Lifecycle State
Bulk updates the asset life cycle property. Checks the validity of assets and returns 409 Conflict if rules are violated.
POST
cURL
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
application/json
Supply Organization UID, Asset UIDs for the assets to update, and the lifecycle state to update to.
Unique identifier for an organization.
Pattern:
^[-_0-9a-z]{1,50}Indicates the asset position in asset lifecycle FSM.
Available options:
confirmed, unconfirmed, ignored, archived Unique identifier for an asset.
Pattern:
^[0-9a-f]{24}Response
Count of lifecycle states updated.
Number of assets updated.
cURL