Skip to content

Commit

Permalink
Change organizations_remove route method to DELETE (#10159)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajku-dev authored Jan 25, 2025
1 parent 4c0991e commit ba3ca88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils/request/api.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ const routes = {
},
removeOrganization: {
path: "/api/v1/encounter/{encounterId}/organizations_remove/",
method: "POST",
method: "DELETE",
TRes: Type<Encounter>(),
TBody: Type<{ organization: string }>(),
},
Expand Down

0 comments on commit ba3ca88

Please sign in to comment.