matrix-org / matrix-authentication-service

OAuth2.0 + OpenID Provider for Matrix Homeservers
https://matrix-org.github.io/matrix-authentication-service/
Apache License 2.0
112 stars 32 forks source link

Match the order of auth code and client creds between admin api docs and swagger UI #3142

Open HarHarLinks opened 2 months ago

HarHarLinks commented 2 months ago

guess what I spent my afternoon on

sandhose commented 2 months ago

I'm not sure I understand what you mean here? Is this a difference between the Swagger UI served by the docs and the one hosted by the server itself?

HarHarLinks commented 2 months ago

docs: https://matrix-org.github.io/matrix-authentication-service/topics/admin-api.html#user-interactive-tools is before https://matrix-org.github.io/matrix-authentication-service/topics/admin-api.html#automated-tools

swagger: image

matrixbot commented 2 months ago

For your information, this issue has been copied over to the Element fork of matrix-authentication-service: https://github.com/element-hq/matrix-authentication-service/issues/3142