assets
Partially update an asset (RFC 7386 JSON Merge Patch)
Partially updates an asset using JSON Merge Patch semantics (RFC 7386). Send only the fields you want to change under form_fields: a field present with a value sets it, a field present with null clears it, and an omitted field is left untouched. Unlike PUT, you do not need to resend the entire form. Concurrent updates are guarded by optimistic locking and retried automatically.
patch/api/v1/assets/{asset_id}
Path parameters
asset_idinteger required
assetId
Headers
X-Api-Keystring required
X-Workspace-Idstring
Request body
object required
Response
Successful response
AssetsPatchapiV1AssetsAssetIdResponse200 required
Empty response body
Changes
Changed in 1 of the 4 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○