devguard
Vendor questionnairesIdRestore

Restore an archived vendor questionnaire by id.

POST
/vendor-questionnaires/{id}/restore/

Authorization

Authorization
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/vendor-questionnaires/string/restore/"
{  "id": "string",  "slug": "string",  "name": "string",  "description": "string",  "translations": null,  "isCentralized": true,  "archivedAt": "string",  "organizationId": "string",  "createdAt": "string",  "updatedAt": "string"}

How is this guide?