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 df1eb43 commit 552db79Copy full SHA for 552db79
cmd/gendoc/docs.go
@@ -837,6 +837,7 @@ Contains a JSON object with the details of an error.
837
Tags: []Tag{SystemTag},
838
PossibleErrors: []ErrorResponse{
839
{StatusCode: http.StatusConflict, Reference: "#/components/responses/Conflict"},
840
+ {StatusCode: http.StatusInternalServerError, Reference: "#/components/responses/InternalServerError"},
841
},
842
843
{
internal/api/docs/openapi.yaml
@@ -1089,6 +1089,8 @@ paths:
1089
description: Successful response
1090
"409":
1091
$ref: '#/components/responses/Conflict'
1092
+ "500":
1093
+ $ref: '#/components/responses/InternalServerError'
1094
summary: Stop the upgrade process in background
1095
tags:
1096
- System
0 commit comments