PUT /map-types/{id}
PUT operation for /map-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 PUT "https://dev-rest.onboard.io/map-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?