branding: update API descriptions (#7244)

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7244
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: 0ko <0ko@noreply.codeberg.org>
Co-committed-by: 0ko <0ko@noreply.codeberg.org>
This commit is contained in:
0ko 2025-03-17 07:12:11 +00:00 committed by Earl Warren
parent 1132fde45f
commit ae8dca8423
4 changed files with 7 additions and 7 deletions

View file

@ -1877,7 +1877,7 @@
"tags": [
"miscellaneous"
],
"summary": "Returns the nodeinfo of the Gitea application",
"summary": "Returns the nodeinfo of the Forgejo application",
"operationId": "getNodeInfo",
"responses": {
"200": {
@ -20530,7 +20530,7 @@
"tags": [
"miscellaneous"
],
"summary": "Returns the version of the Gitea application",
"summary": "Returns the version of the running application",
"operationId": "getVersion",
"responses": {
"200": {
@ -27943,7 +27943,7 @@
"x-go-name": "FullName"
},
"html_url": {
"description": "URL to the user's gitea page",
"description": "URL to the user's profile page",
"type": "string",
"x-go-name": "HTMLURL"
},