Skip to main content

Restore a Work

Description#

Sets a work that has previously been set as discarded.

Parameters#

No parameters.

Request#

PUT /tenants/:tenant_id/works/:id/restore
curl --location -g --request PUT '/{{base-api-url}}/tenants/:tenant_id/works/:id/restore' \
--header 'Authorization: Bearer {{your-api-key}}' \

Returns#

Returns a Work object if update succeeded.

Returns error otherwise.