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
- Unable to create Sites or Functions with...
Heya, I was looking at the appwrite documentation for Sites API with the server api: https://appwrite.io/docs/references/cloud/server-nodejs/sites I can’t fin...
- Triggers and call function in function p...
Hello, Today we are experiencing several issues with Appwrite Cloud. Functions triggered by events, or functions called from another function, are taking an e...
- Functions executed by events does not ap...
Hello, Running self-hosted Appwrite version 1.9.0 (with console 7.8.26). When functions are triggered by an event (eg. databases.\*tables.\*.rows.\*.create) doe...