Hey, I want to execute a function using a POST request, but it said Function with the requested ID could not be found.
Below is my postman screenshot, I used API key with full access.
Have you read through the REST API docs? https://appwrite.io/docs/rest
got it, I forgot to add X-Appwrite-Project to header. Sorry for my mistake
[SOLVED] Function with the requested ID could not be found
@Steven hey, I put body into raw type but got this error, is there anything wrong?
Yep, data should be a string. See https://appwrite.io/docs/client/functions?sdk=web-default#functionsCreateExecution
Recommended threads
- How Can I Create landing page in appwrit...
I created function called invoice URL https://app.getrestt.com/v1/functions/invoice/executions?id=test-76f948fe83c43422561fe096c0674a1bd3ff0702cdfcf2444293ab31...
- DeploymentStatus enum value `canceled` m...
Hey, Sorry if it has been reported already, I found an issue using the Dart SDK where the `canceled` enum value is missing from `DeploymentStatus`. This causes...
- Synchronous function execution timeout w...
I am calling server functions with xasync = true and I still get this error message. Synchronous function execution timed out. Use asynchronous execution inste...