PUT

/api/settings/:type/:id

This endpoint allows you to update or replace settings (specific type)/(specific id).

Request Parameters

Parameter Location Required
type path Yes
id path Yes

Example Request

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