mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-17 19:55:34 +00:00
Update the latest api documents (#540)
Automated update of static/swagger-latest.json and static/openapi3-latest.json from the gitea main branch, opened by the "update api spec files" scheduled workflow. <!-- cloudflare-preview --> Preview: https://pr-540.docs-gitea-com.pages.dev --------- Co-authored-by: Lunny Xiao <[email protected]> Reviewed-on: https://gitea.com/gitea/docs/pulls/540 Reviewed-by: Lunny Xiao <[email protected]> Co-authored-by: Gitea Bot <[email protected]>
This commit is contained in:
committed by
silverwind
co-authored by
Lunny Xiao
parent
e1136a791d
commit
f4ab1088b1
@@ -32751,6 +32751,9 @@
|
||||
},
|
||||
"422": {
|
||||
"$ref": "#/components/responses/invalidTopicsError"
|
||||
},
|
||||
"423": {
|
||||
"$ref": "#/components/responses/repoArchivedError"
|
||||
}
|
||||
},
|
||||
"summary": "Replace list of topics for a repository",
|
||||
@@ -32800,6 +32803,9 @@
|
||||
},
|
||||
"422": {
|
||||
"$ref": "#/components/responses/invalidTopicsError"
|
||||
},
|
||||
"423": {
|
||||
"$ref": "#/components/responses/repoArchivedError"
|
||||
}
|
||||
},
|
||||
"summary": "Delete a topic from a repository",
|
||||
@@ -32847,6 +32853,9 @@
|
||||
},
|
||||
"422": {
|
||||
"$ref": "#/components/responses/invalidTopicsError"
|
||||
},
|
||||
"423": {
|
||||
"$ref": "#/components/responses/repoArchivedError"
|
||||
}
|
||||
},
|
||||
"summary": "Add a topic to a repository",
|
||||
|
||||
@@ -20099,6 +20099,9 @@
|
||||
},
|
||||
"422": {
|
||||
"$ref": "#/responses/invalidTopicsError"
|
||||
},
|
||||
"423": {
|
||||
"$ref": "#/responses/repoArchivedError"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -20145,6 +20148,9 @@
|
||||
},
|
||||
"422": {
|
||||
"$ref": "#/responses/invalidTopicsError"
|
||||
},
|
||||
"423": {
|
||||
"$ref": "#/responses/repoArchivedError"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -20189,6 +20195,9 @@
|
||||
},
|
||||
"422": {
|
||||
"$ref": "#/responses/invalidTopicsError"
|
||||
},
|
||||
"423": {
|
||||
"$ref": "#/responses/repoArchivedError"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user