Status
Update status
Update a specific asset status by its ID.
PATCH
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
Unique identifier for the asset status.
Identifier of the workspace to which the asset status belongs.
Name of the asset status.
Color associated with the asset status.
Rank of the asset status.
Identifier of the user who created the asset status.
Response
200 - application/json
The updated asset status
Unique identifier for the asset status.
Identifier of the workspace to which the asset status belongs.
Name of the asset status.
Color associated with the asset status.
Rank of the asset status.
Identifier of the user who created the asset status.
Was this page helpful?