mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-17 19:55:34 +00:00
Update swagger-latest.json (#515)
Automated update of static/swagger-latest.json from the gitea main branch, opened by the "update swagger files" scheduled workflow. <!-- cloudflare-preview --> Preview: https://pr-515.docs-gitea-com.pages.dev Reviewed-on: https://gitea.com/gitea/docs/pulls/515 Reviewed-by: Lunny Xiao <[email protected]> Co-authored-by: Gitea Bot <[email protected]>
This commit is contained in:
@@ -22325,6 +22325,12 @@
|
|||||||
"200": {
|
"200": {
|
||||||
"$ref": "#/responses/string"
|
"$ref": "#/responses/string"
|
||||||
},
|
},
|
||||||
|
"401": {
|
||||||
|
"$ref": "#/responses/unauthorized"
|
||||||
|
},
|
||||||
|
"403": {
|
||||||
|
"$ref": "#/responses/forbidden"
|
||||||
|
},
|
||||||
"404": {
|
"404": {
|
||||||
"$ref": "#/responses/notFound"
|
"$ref": "#/responses/notFound"
|
||||||
}
|
}
|
||||||
@@ -22348,6 +22354,12 @@
|
|||||||
"201": {
|
"201": {
|
||||||
"$ref": "#/responses/GPGKey"
|
"$ref": "#/responses/GPGKey"
|
||||||
},
|
},
|
||||||
|
"401": {
|
||||||
|
"$ref": "#/responses/unauthorized"
|
||||||
|
},
|
||||||
|
"403": {
|
||||||
|
"$ref": "#/responses/forbidden"
|
||||||
|
},
|
||||||
"404": {
|
"404": {
|
||||||
"$ref": "#/responses/notFound"
|
"$ref": "#/responses/notFound"
|
||||||
},
|
},
|
||||||
@@ -22384,6 +22396,12 @@
|
|||||||
"responses": {
|
"responses": {
|
||||||
"200": {
|
"200": {
|
||||||
"$ref": "#/responses/GPGKeyList"
|
"$ref": "#/responses/GPGKeyList"
|
||||||
|
},
|
||||||
|
"401": {
|
||||||
|
"$ref": "#/responses/unauthorized"
|
||||||
|
},
|
||||||
|
"403": {
|
||||||
|
"$ref": "#/responses/forbidden"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -22412,6 +22430,12 @@
|
|||||||
"201": {
|
"201": {
|
||||||
"$ref": "#/responses/GPGKey"
|
"$ref": "#/responses/GPGKey"
|
||||||
},
|
},
|
||||||
|
"401": {
|
||||||
|
"$ref": "#/responses/unauthorized"
|
||||||
|
},
|
||||||
|
"403": {
|
||||||
|
"$ref": "#/responses/forbidden"
|
||||||
|
},
|
||||||
"404": {
|
"404": {
|
||||||
"$ref": "#/responses/notFound"
|
"$ref": "#/responses/notFound"
|
||||||
},
|
},
|
||||||
@@ -22445,6 +22469,12 @@
|
|||||||
"200": {
|
"200": {
|
||||||
"$ref": "#/responses/GPGKey"
|
"$ref": "#/responses/GPGKey"
|
||||||
},
|
},
|
||||||
|
"401": {
|
||||||
|
"$ref": "#/responses/unauthorized"
|
||||||
|
},
|
||||||
|
"403": {
|
||||||
|
"$ref": "#/responses/forbidden"
|
||||||
|
},
|
||||||
"404": {
|
"404": {
|
||||||
"$ref": "#/responses/notFound"
|
"$ref": "#/responses/notFound"
|
||||||
}
|
}
|
||||||
@@ -22473,6 +22503,9 @@
|
|||||||
"204": {
|
"204": {
|
||||||
"$ref": "#/responses/empty"
|
"$ref": "#/responses/empty"
|
||||||
},
|
},
|
||||||
|
"401": {
|
||||||
|
"$ref": "#/responses/unauthorized"
|
||||||
|
},
|
||||||
"403": {
|
"403": {
|
||||||
"$ref": "#/responses/forbidden"
|
"$ref": "#/responses/forbidden"
|
||||||
},
|
},
|
||||||
@@ -22661,6 +22694,12 @@
|
|||||||
"responses": {
|
"responses": {
|
||||||
"200": {
|
"200": {
|
||||||
"$ref": "#/responses/PublicKeyList"
|
"$ref": "#/responses/PublicKeyList"
|
||||||
|
},
|
||||||
|
"401": {
|
||||||
|
"$ref": "#/responses/unauthorized"
|
||||||
|
},
|
||||||
|
"403": {
|
||||||
|
"$ref": "#/responses/forbidden"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -22689,6 +22728,12 @@
|
|||||||
"201": {
|
"201": {
|
||||||
"$ref": "#/responses/PublicKey"
|
"$ref": "#/responses/PublicKey"
|
||||||
},
|
},
|
||||||
|
"401": {
|
||||||
|
"$ref": "#/responses/unauthorized"
|
||||||
|
},
|
||||||
|
"403": {
|
||||||
|
"$ref": "#/responses/forbidden"
|
||||||
|
},
|
||||||
"422": {
|
"422": {
|
||||||
"$ref": "#/responses/validationError"
|
"$ref": "#/responses/validationError"
|
||||||
}
|
}
|
||||||
@@ -22719,6 +22764,12 @@
|
|||||||
"200": {
|
"200": {
|
||||||
"$ref": "#/responses/PublicKey"
|
"$ref": "#/responses/PublicKey"
|
||||||
},
|
},
|
||||||
|
"401": {
|
||||||
|
"$ref": "#/responses/unauthorized"
|
||||||
|
},
|
||||||
|
"403": {
|
||||||
|
"$ref": "#/responses/forbidden"
|
||||||
|
},
|
||||||
"404": {
|
"404": {
|
||||||
"$ref": "#/responses/notFound"
|
"$ref": "#/responses/notFound"
|
||||||
}
|
}
|
||||||
@@ -22747,6 +22798,9 @@
|
|||||||
"204": {
|
"204": {
|
||||||
"$ref": "#/responses/empty"
|
"$ref": "#/responses/empty"
|
||||||
},
|
},
|
||||||
|
"401": {
|
||||||
|
"$ref": "#/responses/unauthorized"
|
||||||
|
},
|
||||||
"403": {
|
"403": {
|
||||||
"$ref": "#/responses/forbidden"
|
"$ref": "#/responses/forbidden"
|
||||||
},
|
},
|
||||||
@@ -34949,6 +35003,17 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"unauthorized": {
|
||||||
|
"description": "APIUnauthorizedError is an unauthorized error response",
|
||||||
|
"headers": {
|
||||||
|
"message": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"url": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"validationError": {
|
"validationError": {
|
||||||
"description": "APIValidationError is error format response related to input validation",
|
"description": "APIValidationError is error format response related to input validation",
|
||||||
"headers": {
|
"headers": {
|
||||||
|
|||||||
Reference in New Issue
Block a user