Skip to content

Commit 9a79c52

Browse files
fix(openapi): correct response type for PATCH /tags/{uid} (#4979)
1 parent 172cc7f commit 9a79c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi/Swarm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ paths:
658658
content:
659659
application/json:
660660
schema:
661-
$ref: "SwarmCommon.yaml#/components/schemas/HealthStatus"
661+
$ref: "SwarmCommon.yaml#/components/schemas/Response"
662662
"404":
663663
$ref: "SwarmCommon.yaml#/components/responses/404"
664664
"500":

0 commit comments

Comments
 (0)