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

Add PATCH and PUT functions for Appointments #7333

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

BerwoutK
Copy link

This patch will add two new api end-points, PUT and PATCH /api/appointment/{eid} these can be used to update the entity or part of the entity.

Short description of what this resolves:

In order to make a more feature complete API, and to support the use case of wanting to e.g. edit the status of an appointment
the ability to update and alter the appointment has been made available.

Changes proposed in this pull request:

  • Add PUT request for Appointments
  • Add PATCH request for Appointments

I copy-pasted a lot of code or used it as an example but there are quite a few bits I am uncertain about if it is correct, please advise where necessary.

This patch will add two new api end-points, PUT and PATCH
/api/appointment/{eid} these can be used to update the entity or part of
the entity.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants