github.com/cs3org/reva/v2@v2.27.7/changelog/2.17.0_2023-12-12/fix-http-verb.md (about) 1 Bugfix: Fix HTTP verb of the generate-invite endpoint 2 3 We changed the HTTP verb of the /generate-invite endpoint of the sciencemesh 4 service to POST as it clearly has side effects for the system, it's not just a 5 read-only call. 6 7 https://github.com/cs3org/reva/pull/4299