Skip to content

Update room on web backend via PATCH request #969

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Kexanone
Copy link
Contributor

The room executable currently does POST requests to update the room's data on the web backend. However, the actual transaction we do is a partial update of the room's data for which a PATCH request makes more sense with regard to a REST API.

@OpenSauce04 OpenSauce04 added this to the 2123 milestone Apr 21, 2025
@OpenSauce04 OpenSauce04 added enhancement New feature or request squash This pull request should be squashed if approved labels Apr 21, 2025
@OpenSauce04 OpenSauce04 force-pushed the add-patch-request-v2 branch from a069230 to a8c7ef7 Compare May 16, 2025 16:13
@OpenSauce04 OpenSauce04 force-pushed the add-patch-request-v2 branch from a8c7ef7 to 9cc8e37 Compare June 9, 2025 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request size/S squash This pull request should be squashed if approved
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants