wire-server icon indicating copy to clipboard operation
wire-server copied to clipboard

[WPB-10314] validate swagger: fix more errors

Open fisx opened this issue 4 months ago • 0 comments

disambiguate paths:

PUT /users/:uid/email => PUT /users/uid/:uid/email GET /users/:uid/rich-profile => GET /users/uid/:uid/rich-profile [TODO: ...]

(without these, which route is selected depends on the order in which they are matched, eg. /users/handle could be stolen by /users/{uid}.)

Checklist

  • [ ] Add a new entry in an appropriate subdirectory of changelog.d
  • [ ] Read and follow the PR guidelines

fisx avatar Oct 22 '24 16:10 fisx