API Reference
PATCH map-types/{id}/Z
PATCH operation for map-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 PATCH "https://dev-rest.onboard.io/map-types/{id}/Z" \ -H "Content-Type: application/json" \ -d '{ "type": "string" }'{
"id": 0,
"type": "string",
"description": "string",
"is_default": true,
"created_at": "2019-08-24T14:15:22Z",
"modified_at": "2019-08-24T14:15:22Z"
}Empty
Empty
Empty
How is this guide?