Fix docs showing endpoint for client
What does this PR do?
- Fix bug when docs were showing
Retry Buildto the client - Re-ordered endpoints. First entity, then action (create,list,get,update,delete). Action from least detailed to the most
- Renamed some endpoint descriptions to make them more consistent
- Fix some types, so homepage doesn't fail to start
Test Plan
- [x] Test with homepage repo. Screenshots are provided as a comment on this PR
Related PRs and Issues
x
Have you read the Contributing Guidelines on issues?
Yes 😇
Screenshots:
The diff makes it super hard to review, will take some time 😁
@Meldiron And now there are merge conflicts. Perhaps it's possible to break down this PR?
We have a lot of naming inconsistencies when creating a session. Also, email shouldn't be treated as the default way.
Ensure we fix the naming convention of the Create Account Session endpoints
- Create Email Session
- Create Phone Session
- Create Anonymous session etc.
Due to the merge conflicts, #3667 has been created to supplant this PR.
closing this in favour of #3667