post https://{defaultHost}/api/v2/bars
Adds a new Bar to the specifed Roadmap. All Bars added will be parked by default.
Responses
201bar successfully created
Adds a new Bar to the specifed Roadmap. All Bars added will be parked by default.
201bar successfully created
xxxxxxxxxx
curl --request POST \
--url https://app.productplan.com/api/v2/bars \
--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: