Glossary

Replace glossary

Full replace of glossary terms for a given project type. Deletes all existing terms and inserts new ones.

PUT
/api/v2/glossary/by-project-type/{id}

Authorization

BearerAuthObject
AuthorizationBearer <token>

In: header

Path Parameters

id*integer

Project type identifier

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PUT "https://example.com/api/v2/glossary/by-project-type/1" \  -H "Content-Type: application/json" \  -d '{}'
{  "projectTypeId": 1,  "count": 5}
Empty
Empty
Empty