Skip to content

Commit 4325782

Browse files
authored
Merge pull request #155 from togethercomputer/blainekasten-patch-4
Add parameters for endpoints list from python sdk
2 parents 3ecc4c7 + 53983b8 commit 4325782

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

openapi.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2930,6 +2930,22 @@ paths:
29302930
- serverless
29312931
description: Filter endpoints by type
29322932
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+
in: query
2945+
required: false
2946+
schema:
2947+
type: boolean
2948+
description: If true, return only endpoints owned by the caller
29332949
responses:
29342950
'200':
29352951
description: '200'

0 commit comments

Comments
 (0)