devguard
PoliciesCategories

Create a new policy category.

POST
/policies/categories/

Authorization

Authorization
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/policies/categories/" \  -H "Content-Type: application/json" \  -d '{    "name": "string",    "organizationId": "string"  }'
{  "id": "string",  "name": "string",  "order": -9007199254740991,  "organizationId": "string"}

How is this guide?