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
I wanna test it by using POST API
I started app.py file and I turned on localhost:3978
But when I tried to send POST API, I got this error
'raise DeserializationError("Cannot deserialize content-type: {}".format(content_type))
msrest.exceptions.DeserializationError: Cannot deserialize content-type: text/plain'
I wanna test it by using POST API
I started app.py file and I turned on localhost:3978
But when I tried to send POST API, I got this error
'raise DeserializationError("Cannot deserialize content-type: {}".format(content_type))
msrest.exceptions.DeserializationError: Cannot deserialize content-type: text/plain'
I think my request-body form is wrong.
I referred to the link bleow. But It didn't work
https://learn.microsoft.com/en-us/azure/bot-service/rest-api/bot-framework-rest-connector-api-reference?view=azure-bot-service-4.0
Can I get some request-body example??
Plz inform me if anybody knows about it
The text was updated successfully, but these errors were encountered: