devguard
Record templatesIdRestore

Restore an archived record template by id.

POST
/record-templates/{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/record-templates/string/restore/"
{  "id": "string",  "organizationId": "string",  "title": "string",  "slug": "string",  "description": "string",  "content": null,  "order": -9007199254740991,  "createdAt": "string",  "updatedAt": "string",  "archivedAt": "string"}

How is this guide?