Sets last visited time for board
  POST /boards/{board_id}/visits    
 POST
 /boards/{board_id}/visits
 Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” board_id 
 required
   string  format: uuid  
The external id of the board to mark as visited.
Responses
Section titled “ Responses ”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