Is there an existing issue for this?
Current Behavior
When I use me instead of user in swagger UI inside the Coder (/users/{user}/quiet-hours), I got the following error. This is pure swagger validation, no requests is done to the server.
Please correct the following validation errors and try again.
Value must be a Guid
Relevant Log Output
Expected Behavior
Swagger does a requests with "me", but still forbid other non UUID names, like "we" or "you"
Steps to Reproduce
- open /swagger
- choose
/users/{user}/quiet-hours
- use
me as user
Environment
Additional Context
No response
Is there an existing issue for this?
Current Behavior
When I use me instead of user in swagger UI inside the Coder (/users/{user}/quiet-hours), I got the following error. This is pure swagger validation, no requests is done to the server.
Relevant Log Output
Expected Behavior
Swagger does a requests with "me", but still forbid other non UUID names, like "we" or "you"
Steps to Reproduce
/users/{user}/quiet-hoursmeas userEnvironment
Additional Context
No response