Back to Platform

PATCH /project-types/{id}

PATCH
/project-types/{id}

PATCH operation for /project-types/{id}

Authorization

ApiKeyAuth
Authorization<token>

API key authentication. Format: Your API key (no "Token" prefix needed)

In: header

Path Parameters

id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://dev-rest.onboard.io/project-types/string" \  -H "Content-Type: application/json" \  -d '{    "type": "string",    "description": "string",    "is_default": true  }'
{
  "id": 1,
  "type": "string",
  "description": "string",
  "is_default": true,
  "created_at": "2021-01-01T00:00:00Z",
  "modified_at": "2021-01-01T00:00:00Z"
}
Empty
Empty
Empty

How is this guide?