You've already forked authentication-service
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:
@ -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"
|
||||
|
Reference in New Issue
Block a user