cURL
curl --request POST \ --url http://localhost:8080/api/workspaces/{id}/board/notify \ --header 'Authorization: Bearer <token>'
Internal endpoint called by task_runner to notify board subscribers of changes.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response