API Reference
PATCH options/{id}/Z
PATCH operation for options/{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/options/{id}/Z" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'{
"id": 0,
"name": "string",
"delete": true,
"order": 0
}Empty
Empty
Empty
How is this guide?