Specified HTTP method is not allowed for the request target.
I'm trying to create team using flow.
Getting error at Http action, Prior to this, all steps are successfully executed,
Any idea??
----------
Method=Put
Header =
{
"Content-type": "application/json",
"User-Agent": "Mozilla/5.0"
}
Getting below error.
{
"error": {
"code": "Request_BadRequest",
"message": "Specified HTTP method is not allowed for the request target.",
"innerError": {
"date": "2020-07-21T06:25:12",
"request-id": "96352c6f-a56f-4802-8110-00944745a4ef"
}
}
}
Thank you
ananda