PATCH /asset/v1/content/assets/{id}/restore
Restore a previously archived asset.
Restore an asset hidden by a prior Archive, and make it available again for queries, triggered sends, journeys, and other operations. After a restore, an asset behaves as though it had never been archived.
Name | Type | Description |
---|---|---|
id | number | Required. The ID of the asset to restore. |
Status | Name | Type | Description |
---|---|---|---|
200 | OK | ||
Message | string | The resource was successfully restored. | |
400 | Bad request | ||
Message | string | The error message. | |
ErrorCode | number | The specific error code. | |
Documentation | string | Any specific documentation for the error. | |
403 | Permission error | ||
Message | string | The error message. | |
ErrorCode | number | The specific error code. | |
Documentation | string | Any specific documentation for the error. |