method_not_allowed
HTTP status: 405 Method Not Allowed
The path exists but doesn’t support the HTTP method you used.
Common causes
Section titled “Common causes”- Using
PUTwhere the endpoint expectsPOST(or vice versa). - Calling a collection action with the wrong verb.
How to fix
Section titled “How to fix”Check the method for the endpoint in the API Reference.
Example
Section titled “Example”{ "error": "method_not_allowed", "message": "The GET method is not supported on this path.", "docs_url": "https://featureflip.io/docs/management-api/errors/method_not_allowed"}