You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only documentation I have is a postman collection, and for this call the body type was set to form-data. Helpfully, the detailed example call in the postman collection fails with a stack of validation errors, so I don't even have an example at the moment.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm having trouble figuring out how to get this working:
I have the following endpoint configured:
And in my DTO object I have defined a method to build the dictionary:
Two of the properties on this are collections of strings
IList<string>. I'm having issues getting the external API to accept the values:The only documentation I have is a postman collection, and for this call the body type was set to form-data. Helpfully, the detailed example call in the postman collection fails with a stack of validation errors, so I don't even have an example at the moment.
Beta Was this translation helpful? Give feedback.
All reactions