devguard
Threat classesIdRestore

Restore an archived threat class by id.

POST
/threat-classes/{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/threat-classes/string/restore/"
{  "id": "string",  "slug": "string",  "name": "string",  "description": "string",  "createdAt": "string",  "updatedAt": "string",  "archivedAt": "string",  "organizationId": "string"}

How is this guide?