Update Asset
PATCH/assets/:assetId
Updates an existing asset based on the asset's ID. The owner(s) of the asset must be included.
Request
Responses
- 200
- 400
- 401
- 404
- 429
- 500
The asset was updated successfully.
The request is invalid.
Unauthorized access.
Asset not found.
Too many requests.
An internal server error occurred.