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 4bf3c15 commit b69b5ceCopy full SHA for b69b5ce
docs/v3-openapi.yaml
@@ -2782,6 +2782,10 @@ paths:
2782
"$ref": "#/components/schemas/ListWaitpointTokensResult"
2783
"401":
2784
description: Unauthorized
2785
+ "422":
2786
+ description: Invalid query parameters (e.g. unrecognised status value)
2787
+ "500":
2788
+ description: Internal Server Error
2789
tags:
2790
- waitpoints
2791
security:
@@ -2975,6 +2979,8 @@ paths:
2975
2979
2976
2980
"404":
2977
2981
description: Waitpoint token not found
2982
2983
2978
2984
2985
2986
0 commit comments