Skip to main content
POST
Restore an Asset to a Revision

Authorizations

Authorization
string
header
required

Bearer token

X-Account-ID
string
header
required

Account ID

Path Parameters

assetTypeName
string
required

Asset type name

assetId
string<uuid>
required

Asset ID

revisionId
string<uuid>
required

Revision ID to restore to

Response

Default Response

data
object
required

Asset with dynamic properties from asset type definition spread at root level

Example:
skipped
string[]
required

Property names present in the revision but no longer in the entity type schema; not restored.

id
string<uuid>
required

ID of the new revision created by this restore. Clients can use it to navigate to the post-restore state.