Skip to content

Commit c19b0f6

Browse files
fix(openapi): correct response type for PATCH /tags/{uid}
1 parent ffd67d0 commit c19b0f6

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)