API Reference

PUT types/{id}/Z

PUT
types/{id}/Z

PUT operation for types/{id}/Z

Authorization

ApiKeyAuth
Authorization<token>

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

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PUT "https://dev-rest.onboard.io/types/{id}/Z" \  -H "Content-Type: application/json" \  -d '{    "key": "string",    "label": "string"  }'
{
  "id": 0,
  "key": "string",
  "label": "string"
}
Empty
Empty
Empty

How is this guide?