Skip to content

Commit b69b5ce

Browse files
committed
added more response codes
1 parent 4bf3c15 commit b69b5ce

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/v3-openapi.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2782,6 +2782,10 @@ paths:
27822782
"$ref": "#/components/schemas/ListWaitpointTokensResult"
27832783
"401":
27842784
description: Unauthorized
2785+
"422":
2786+
description: Invalid query parameters (e.g. unrecognised status value)
2787+
"500":
2788+
description: Internal Server Error
27852789
tags:
27862790
- waitpoints
27872791
security:
@@ -2975,6 +2979,8 @@ paths:
29752979
description: Unauthorized
29762980
"404":
29772981
description: Waitpoint token not found
2982+
"500":
2983+
description: Internal Server Error
29782984
tags:
29792985
- waitpoints
29802986
security:

0 commit comments

Comments
 (0)