Skip to content

Commit 51b6141

Browse files
author
github-actions
committed
Update REST API documentation Sat Jul 19 11:30:03 UTC 2025
1 parent 2f395d1 commit 51b6141

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

restapi.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@
770770
}
771771
}
772772
},
773-
"400": {
773+
"422": {
774774
"description": "Invalid input"
775775
}
776776
}
@@ -860,7 +860,14 @@
860860
},
861861
"responses": {
862862
"200": {
863-
"description": "Administrator updated successfully"
863+
"description": "Administrator updated successfully",
864+
"content": {
865+
"application/json": {
866+
"schema": {
867+
"$ref": "#/components/schemas/Administrator"
868+
}
869+
}
870+
}
864871
},
865872
"404": {
866873
"description": "Administrator not found"
@@ -3768,7 +3775,7 @@
37683775
"properties": {
37693776
"message": {
37703777
"type": "string",
3771-
"example": "Some fields invalid: email, confirmed, html_email"
3778+
"example": "Some fields are invalid"
37723779
}
37733780
},
37743781
"type": "object"

0 commit comments

Comments
 (0)