POST
/v1/waivers/{id}/unarchive
curl \
--request POST 'https://localhost/v1/waivers/wvr_xxxxxxxx/unarchive'
Response examples (403)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}
Response examples (404)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}
Response examples (200)
{
"id": "wvr_123123123123",
"name": "Refund waiver",
"content": "Potentially some really long content with no HTML tags",
"type": "terms-and-conditions",
"isLocked": true,
"companyId": "co_123123123123",
"archivedAt": "2024-06-12T09:39:49.000000Z",
"createdAt": "2024-06-12T09:39:49.000000Z",
"updatedAt": "2024-06-12T09:39:49.000000Z"
}