Skip to content

Sets last visited time for board

POST
/boards/{board_id}/visits
board_id
required
string format: uuid

The external id of the board to mark as visited.

The visit was successfully registered.

User was not found.

object
message
string
Example
{
"message": "This board is unavailable to logged out users."
}

User does not have required permissions to access board.

Generic response object

object
message
string
Examples

User is unauthorized to access board.

{
"message": "User does not have required permissions to access board."
}

Internal Server Error

string
Example
Internal Server Error