We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 058846d commit dfc7c3dCopy full SHA for dfc7c3d
cmd/gendoc/docs.go
@@ -836,6 +836,7 @@ Contains a JSON object with the details of an error.
836
Tags: []Tag{SystemTag},
837
PossibleErrors: []ErrorResponse{
838
{StatusCode: http.StatusConflict, Reference: "#/components/responses/Conflict"},
839
+ {StatusCode: http.StatusInternalServerError, Reference: "#/components/responses/InternalServerError"},
840
},
841
842
{
internal/api/docs/openapi.yaml
@@ -1091,6 +1091,8 @@ paths:
1091
description: Successful response
1092
"409":
1093
$ref: '#/components/responses/Conflict'
1094
+ "500":
1095
+ $ref: '#/components/responses/InternalServerError'
1096
summary: Stop the upgrade process in background
1097
tags:
1098
- System
0 commit comments