Properties
Brandspace properties and options — the schema of the metadata layer.
Regional
us.api.brault.app— follows the region selector in the top barList brandspace properties
GET /v1/properties
Create a brandspace property
POST /v1/properties
Retrieve a brandspace property
GET /v1/properties/{propertyId}
Update a brandspace property
PATCH /v1/properties/{propertyId}
Delete a brandspace property
DELETE /v1/properties/{propertyId}
Create an option
POST /v1/properties/{propertyId}/options
Update an option
PATCH /v1/properties/{propertyId}/options/{optionId}
Delete an option
DELETE /v1/properties/{propertyId}/options/{optionId}