patch https://{defaultHost}/api/v2/bars/
Updates the specified Bar.
Responses
204bar successfully updated
Updates the specified Bar.
204bar successfully updated
xxxxxxxxxx
curl --request PATCH \
--url https://app.productplan.com/api/v2/bars/id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"parked":true}'
Try It!
to start a request and see the response here! Or choose an example: