Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI Uses POST Instead of PUT for Algorithm Update via REST API #2013

Open
Adir111 opened this issue Sep 26, 2024 · 1 comment
Open

UI Uses POST Instead of PUT for Algorithm Update via REST API #2013

Adir111 opened this issue Sep 26, 2024 · 1 comment
Assignees

Comments

@Adir111
Copy link
Contributor

Adir111 commented Sep 26, 2024

Bug:
When attempting to update an algorithm through the UI, the server incorrectly calls the REST API using a POST request instead of a PUT request.

Expected Behaviour: The server should send a PUT request to the API for updating the algorithm, not a POST request.

@Adir111 Adir111 changed the title Server Uses POST Instead of PUT for Algorithm Update via REST API UI Uses POST Instead of PUT for Algorithm Update via REST API Sep 30, 2024
@Adir111 Adir111 self-assigned this Oct 6, 2024
@zivglik
Copy link
Contributor

zivglik commented Dec 18, 2024

@Adir111 What URL should I use for PUT?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants