Update board settings
/api/boards/{id}/settingsUpdate the supplied appearance, metadata, background, custom CSS, or status settings. Omitted settings remain unchanged. Requires modify access to the board.
Authorization
apikey API key which can be obtained in the Homarr administration dashboard
In: header
Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X PATCH "https://example.com/api/boards/string/settings" \ -H "Content-Type: application/json" \ -d '{}'nullSet your mobile home board
Select the current user's mobile home board. Requires view access to the board.
Add an item to a board
Add a widget or app to the first available position in the main canvas of each layout and return its item ID. Requires modify access to the board and use access to linked integrations. Widget configurations must be valid; placing Custom Widgets requires admin permission.