tag_ids does nothing when creating a card via the API.
#2691
Replies: 1 comment
-
|
Thanks for the report, @douwepausma! You've found a real gap in the API. The Tags are currently managed as a separate resource via |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
When trying create a card with tags via the Fizzy API, a card is created without tags.
Reproduce
POST
https://fizzy.domain.com/<account_id>/boards/<board_id>/cardsand addtag_idsto body with an array of existing tag ids (e.g.['03fqnoac4bt5j9n2s2l2f3r92'])Example body
{ "card": { "title": "Some card title", "description": "<p>Some card description</p>", "tag_ids": ["03fqnoac4bt5j9n2s2l2f3r92"] } }Beta Was this translation helpful? Give feedback.
All reactions