1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-01 17:38:33 +00:00

Fix compare api swagger (#30648)

The swagger format on #30349 is not right. This PR will fix it.

(cherry picked from commit 8924d9b2efd52132876fcd106c625a2a2db7a295)
This commit is contained in:
Lunny Xiao 2024-04-23 10:22:43 +08:00 committed by Earl Warren
parent f619b96228
commit 4e6e63dca2
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
2 changed files with 3 additions and 5 deletions

View file

@ -5216,12 +5216,10 @@
"application/json"
],
"tags": [
"Get",
"commit",
"comparison"
"repository"
],
"summary": "Get commit comparison information",
"operationId": "information",
"operationId": "repoCompareDiff",
"parameters": [
{
"type": "string",