File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ func GetTag(ctx *context.APIContext) {
135135 // required: true
136136 // responses:
137137 // "200":
138- // "$ref": "#/responses/empty "
138+ // "$ref": "#/responses/Tag "
139139 // "404":
140140 // "$ref": "#/responses/notFound"
141141 tagName := ctx .Params ("tag" )
@@ -172,7 +172,7 @@ func CreateTag(ctx *context.APIContext) {
172172 // "$ref": "#/definitions/CreateTagOption"
173173 // responses:
174174 // "200":
175- // "$ref": "#/responses/AnnotatedTag "
175+ // "$ref": "#/responses/Tag "
176176 // "404":
177177 // "$ref": "#/responses/notFound"
178178 // "409":
Original file line number Diff line number Diff line change 91179117 ],
91189118 "responses": {
91199119 "200": {
9120- "$ref": "#/responses/AnnotatedTag "
9120+ "$ref": "#/responses/Tag "
91219121 },
91229122 "404": {
91239123 "$ref": "#/responses/notFound"
91639163 ],
91649164 "responses": {
91659165 "200": {
9166- "$ref": "#/responses/empty "
9166+ "$ref": "#/responses/Tag "
91679167 },
91689168 "404": {
91699169 "$ref": "#/responses/notFound"
You can’t perform that action at this time.
0 commit comments