API Reference
PUT custom/fields/{id}/Z
PUT operation for custom/fields/{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/custom/fields/{id}/Z" \ -H "Content-Type: application/json" \ -d '{ "label": "string", "object": "string", "type": "string" }'{
"id": 0,
"label": "string",
"api_name": "string",
"description": "string",
"object": "string",
"type": "string",
"options": {},
"is_internal": true,
"is_active": true,
"created_at": "2019-08-24T14:15:22Z",
"tables_display_enabled": true,
"panels_display_enabled": true,
"outboard_display_enabled": true,
"map_types": "string"
}Empty
Empty
Empty
How is this guide?