PUT
/api/settings/:type/reorder
This endpoint allows you to update or replace settings (specific type)/reorder.
Request Parameters
| Parameter | Location | Required |
|---|---|---|
| type | path | Yes |
Example Request
cURL
curl -X PUT https://api.basebrick.com/api/settings/123/reorder \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{}'