Create Bar ConnectionAsk AIpost https://{defaultHost}/api/v2/bars/{bar_id}/connectionsCreates a new Connection.Path Paramsbar_idintegerrequiredBody Paramsrequired_byintegerThe ID of the bar that requires the bar being connected. Either this or 'requires' fields should be present, but not both.requiresintegerThe ID of the bar that is required by the bar being connected. Either this or 'required_by' fields should be present, but not both.Responses 204connection successfully created 401authentication failed 403forbidden 404required bar not foundUpdated over 1 year ago