Hi
I want to create a custom connector which is working perfectly fine with a GET action.
But as soon as i use PUT the test fails with the message:
{
"statusCode": 404,
"message": "Resource not found"
}
for testing purpos i tried ii with request.bin, but still same behavior. I can post to that ressource with postman.
is there something i'm missing?
it to setup email for work states post office not found
I was getting this error too but my API was working fine on browser and postman. What worked for me was I just waited for 15 minutes and the error was gone. PowerApps takes some time to update the connector so if your API works on browser and still you're getting 404 then don't make any changes to your connector, don't delete and re create the connector, just wait for 15 minutes and it will work.
I just wonder where I have to add this body.
I don't know where to put this information to custom connector.
Hi
I really dont have a clue what you are trying to accomplish...
@Stef I haven't tried this yet...
I am new to this. Where can I put this empty body to?
Here is my Get Action of the swagger file..
"get": { "summary": "GetContacts", "description": "GetContacts", "operationId": "GetContacts", "parameters": [ { "name": "Content-Type", "in": "header", "required": true, "type": "string", "default": " application/json", "description": "Content-Type" } ], "responses": { "200": { "description": "200", "schema": { "type": "object", "properties": { "@odata.context": { "type": "string", "description": "@odata.context" }, "value": { "type": "array", "items": { "type": "object", "properties": { "@odata.etag": { "type": "string", "description": "@odata.etag" }, "knk_ID": { "type": "string", "description": "ID" }, "No": { "type": "string", "description": "No" }, "Name": { "type": "string", "description": "Name" } } }, "description": "value" } } } } } }
Hi Jiwanovski,
its quite a long time ago, since i had this isse. i dont really remember anymore. have you tried to just put {} in the body?
What do you mean when you said I have to add a body? I'm facing the same issue.
@Stef wrote:
I found the solution. I have to add a body, nevertheless the API doesnt need one. And then its working.
Best Regards
Stefan
I found the solution. I have to add a body, nevertheless the API doesnt need one. And then its working.
Best Regards
Stefan
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1