Tenant/Project Type

Update project type context

Updates the context assigned to a project type.

PATCH
/api/v2/project-types/{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 PATCH "https://example.com/api/v2/project-types/42" \  -H "Content-Type: application/json" \  -d '{}'
{  "id": 42,  "type": "web",  "context": "Updated context",  "productId": "7c6c2c68-2def-421a-b4d0-107351f13049"}
Empty
Empty
Empty
Empty