We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f395d1 commit 51b6141Copy full SHA for 51b6141
restapi.json
@@ -770,7 +770,7 @@
770
}
771
772
},
773
- "400": {
+ "422": {
774
"description": "Invalid input"
775
776
@@ -860,7 +860,14 @@
860
861
"responses": {
862
"200": {
863
- "description": "Administrator updated successfully"
+ "description": "Administrator updated successfully",
864
+ "content": {
865
+ "application/json": {
866
+ "schema": {
867
+ "$ref": "#/components/schemas/Administrator"
868
+ }
869
870
871
872
"404": {
873
"description": "Administrator not found"
@@ -3768,7 +3775,7 @@
3768
3775
"properties": {
3769
3776
"message": {
3770
3777
"type": "string",
3771
- "example": "Some fields invalid: email, confirmed, html_email"
3778
+ "example": "Some fields are invalid"
3772
3779
3773
3780
3774
3781
"type": "object"
0 commit comments