Brault Developers

Update an option

Regionalus.api.brault.appfollows the region selector in the top bar
PATCH
/v1/properties/{propertyId}/options/{optionId}
AuthorizationBearer <token>

API key from Settings → Developers

In: header

Path Parameters

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/properties/string/options/string" \  -H "Content-Type: application/json" \  -d '{}'
{  "object": "option",  "id": "string",  "label": "string",  "color": "#E2E8EE",  "hidden": true,  "position": 0}