Create an option
Regional
us.api.brault.app— follows the region selector in the top barstatus and multi_tag properties only.
Authorization
apiKey AuthorizationBearer <token>
API key from Settings → Developers
In: header
Path Parameters
boardId*string
propertyId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/v1/boards/string/properties/string/options" \ -H "Content-Type: application/json" \ -d '{ "label": "string" }'{ "object": "option", "id": "string", "label": "string", "color": "#E2E8EE", "hidden": true, "position": 0}