API Reference
PATCH dashboard/configurations/{id}/Z
PATCH operation for dashboard/configurations/{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/dashboard/configurations/{id}/Z" \ -H "Content-Type: application/json" \ -d '{ "name": "string", "type": "string", "configuration": {} }'{
"id": 0,
"name": "string",
"description": "string",
"type": "string",
"type_display": "string",
"type_code": "string",
"type_details": "string",
"is_default": true,
"is_template": true,
"configuration": {},
"created_by": "string",
"created_by_name": "string",
"updated_by": "string",
"updated_by_name": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}Empty
Empty
Empty
How is this guide?