Update an asset with the given ID
Updates an asset with the given ID if it exists. If the asset is not found, no further action is taken. DANGER ZONE: Note that updating assets can have unexpected results, especially for contract offers that have been sent out or are ongoing in contract negotiations.
Header Parameters
- connectorUrl string
- application/json
Request Body required
- object
Responses
- 200
- 400
- 404
Asset was updated successfully
- application/json
- Schema
- Example (from schema)
Schema
- object
{}
Request body was malformed, e.g. id was null
Asset could not be updated, because it does not exist.
Loading...