POST

/api/settings/:type

This endpoint allows you to create a new entry or execute an action for settings (specific type).

Request Parameters

Parameter Location Required
type path Yes

Example Request

cURL
curl -X POST https://api.basebrick.com/api/settings/123 \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{}'