Homarr
Boards

Change board visibility

PATCH/api/boards/{id}/visibility

Make a board public or private. Requires full access to the board. A board selected as an instance desktop or mobile home board cannot be made private.

ApiKey<token>

API key which can be obtained in the Homarr administration dashboard

In: header

Path Parameters

id*string

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/visibility" \  -H "Content-Type: application/json" \  -d '{    "visibility": "public"  }'
null