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.
- application/json
Request Body required
- id string
properties object
property name*
objectprivateProperties object
property name*
objectdataAddress object
properties object
property name*
object
Responses
- 200
- 400
- 403
- 404
Asset was updated successfully
- application/json
- Schema
- Example (from schema)
Schema
- message string
- level string
{
"message": "string",
"level": "string"
}
Request body was malformed
- application/json
- Schema
- Example (from schema)
Schema
- message string
- level string
- result string
{
"message": "string",
"level": "string",
"result": "string"
}
Operation denied
- application/json
- Schema
- Example (from schema)
Schema
- message string
- level string
- result string
{
"message": "string",
"level": "string",
"result": "string"
}
Asset could not be updated, because it does not exist.
- application/json
- Schema
- Example (from schema)
Schema
- message string
- level string
- result string
{
"message": "string",
"level": "string",
"result": "string"
}
Loading...