/boards/:boardId

API Request Example

To update a board, you can use the following cURL command:

curl --request PATCH \
     --url https://api.air.inc/v1/boards/boardId \
     --header 'content-type: application/json'

Additional Information

Notes


Feedback

If you found this page helpful, please let us know.