Brault Developers

Create an option

Regionalus.api.brault.appfollows the region selector in the top bar
POST
/v1/boards/{boardId}/properties/{propertyId}/options

status and multi_tag properties only.

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}