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