We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ecc4c7 + 53983b8 commit 4325782Copy full SHA for 4325782
openapi.yaml
@@ -2930,6 +2930,22 @@ paths:
2930
- serverless
2931
description: Filter endpoints by type
2932
example: dedicated
2933
+ - name: usage_type
2934
+ in: query
2935
+ required: false
2936
+ schema:
2937
+ type: string
2938
+ enum:
2939
+ - on-demand
2940
+ - reserved
2941
+ description: Filter endpoints by usage type
2942
+ example: on-demand
2943
+ - name: mine
2944
2945
2946
2947
+ type: boolean
2948
+ description: If true, return only endpoints owned by the caller
2949
responses:
2950
'200':
2951
description: '200'
0 commit comments