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
It is important to clarify the methods used to run edge functions. These are POST and GET based on whether the user wants to provide a body.
Talking about the other methods:
PATCH is used to create or update an edge function
DELETE is used to remove an edge function
PUT doesn't exist
So the edge functions page of the documentation has to be improved to clarify that the method used to call an edge function is not related to what the edge function does.
E.g. an edge function that removes items from a database is called with a POST or with a GET request.
The text was updated successfully, but these errors were encountered:
Considering the following issues related to edge functions
It is important to clarify the methods used to run edge functions. These are POST and GET based on whether the user wants to provide a body.
Talking about the other methods:
So the edge functions page of the documentation has to be improved to clarify that the method used to call an edge function is not related to what the edge function does.
E.g. an edge function that removes items from a database is called with a POST or with a GET request.
The text was updated successfully, but these errors were encountered: