Ivalid edits endpoint throws error

I am currently developing a desktop application for authors, editors, and translators. At this time we are using the CreateCompletion. On the other hand we found CreateEdit for the POST /edit endpoint. The API reference says it creates a new edit for the provided input, instruction, and parameters.Calling this endpoint throws an error: {Error { Code = , Message = Invalid URL (POST /v1/edits), Param = , Type = invalid_request_error }}. Any clue on this?

There you go…