Create BarAsk AIpost https://{defaultHost}/api/v2/barsAdds a new Bar to the specifed Roadmap. All Bars added will be parked by default.Body ParamsnamestringrequiredTitle of the bar.descriptionstring | nullIn-depth explanation of what the bar represents.starts_ondate | nullDate for which work associated with the bar is to begin.ends_ondate | nullDate for which work associated with the bar is to end.strategic_valuestring | nullWhy this bar is important.notesstring | nullAdditional information to be shared.percent_doneinteger | null0 to 100Determines the shading of the bar to indicate progress. Null is fully saturated. 0-100 displays a gradual shading until fully saturated.tagsarray of stringsKeywords and terms associated with the bar.tagsADD stringlanestring | nullThe lane assigned to the bar.legendstring | nullThe legend assigned to the bar.custom_text_fieldsarray of objectscustom_text_fieldsADD objectcustom_dropdown_fieldsarray of objectscustom_dropdown_fieldsADD objectis_containerbooleanWhether or not this bar is a containerfalsetruefalseparkedbooleanDefaults to trueWhether or not this bar is parkedtruefalsecontainer_bar_idintegerBar ID of the container to which we want to add the bar.roadmap_idintegerrequiredId of the roadmap to which we want to add the barResponses 201bar successfully created 401authentication failed 403forbidden 404roadmap not found 422validation failedUpdated over 1 year ago