1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

Rename the payload struct to appease clippy

This commit is contained in:
Quentin Gliech
2024-07-29 10:40:25 +02:00
parent 221f227baa
commit 94004ce18c
2 changed files with 7 additions and 4 deletions

View File

@ -169,7 +169,7 @@
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/AddUserParams"
"$ref": "#/components/schemas/AddUserRequest"
}
}
},
@ -637,7 +637,8 @@
}
}
},
"AddUserParams": {
"AddUserRequest": {
"title": "JSON payload for the `POST /api/admin/v1/users` endpoint",
"type": "object",
"required": [
"username"