Skip to main content
POST
/
api
/
workspaces
/
{id}
/
board
/
notify
Notify Board
curl --request POST \
  --url http://localhost:8080/api/workspaces/{id}/board/notify \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

204

Successful Response