I'm trying to post an attachment to a trello card by a rest call.
CodePudding user response:
One more thing, take care the header x-trello-reqid
, you cannot use the same reqid
for next request.
I'm trying to post an attachment to a trello card by a rest call.
CodePudding user response:
One more thing, take care the header x-trello-reqid
, you cannot use the same reqid
for next request.