Open
Description
Per the swagger file, in the definitions:
"Group": {
"description": "A Group.",
"type": "object",
"properties": {
//...
},
"required": [
"app_url",
"description",
"archived",
"entity_type",
"color",
"num_stories_started",
"mention_name",
"name",
"color_key",
"num_stories",
"num_epics_started",
"id",
"display_icon",
"member_ids",
"story_workflow_ids",
"workflow_ids"
]
}
But then when I query the API, some "required" attributes are nil. color
for example is not required, because most (to not say all) of the groups have an color_key
, which I guess replaces the color
I don't know when Creating a new group, but by definition, on how open-api generator build a client on top of the swagger files, it errors out because no color is present (API returns null
), but the attribute is "required"
I'ts only one issue I found. I will keep posting here if I found others
Metadata
Assignees
Labels
No labels
Activity