Adding "tag_ids" when creating a card doesn't attach a tag on the card. #2819
Unanswered
AndrijaSkontra
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Pinging @robzolkos who's been working on the API. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Steps to Reproduce:
I am sending a
POSTrequest to the/cardsendpoint with a valid tag ID:Expected Result:
The response should return the card object with the specified tag included in the
"tags"array.Actual Result:
The card is created, but the
"tags"array is empty:{ "id": "03fwvxnl0lkkq35c9vq03bscr", "title": "Some title", "tags": [], // <--- Should contain the tag associated with the tag_id ... }Is anyone else experiencing this, or is there a different parameter name I should be using for tags?
Beta Was this translation helpful? Give feedback.
All reactions