Skip to content

Commit bfb6e7f

Browse files
committed
move shared_volumes to shared_volume path
1 parent c0e8248 commit bfb6e7f

1 file changed

Lines changed: 20 additions & 21 deletions

File tree

openapi.yaml

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3477,6 +3477,26 @@ paths:
34773477
-H "Authorization: Bearer $TOGETHER_API_KEY" \
34783478
https://manager.cloud.together.ai/api/v1/regions
34793479
/shared_volume:
3480+
get:
3481+
servers:
3482+
- url: https://manager.cloud.together.ai/api/v1
3483+
tags: ['SharedVolumeService']
3484+
summary: List all shared volumes.
3485+
operationId: SharedVolumeService_List
3486+
responses:
3487+
"200":
3488+
description: OK
3489+
content:
3490+
application/json:
3491+
schema:
3492+
$ref: '#/components/schemas/SharedVolumes'
3493+
x-codeSamples:
3494+
- lang: Shell
3495+
label: cURL
3496+
source: |
3497+
curl -X GET \
3498+
-H "Authorization: Bearer $TOGETHER_API_KEY" \
3499+
https://manager.cloud.together.ai/api/v1/shared_volumes
34803500
put:
34813501
servers:
34823502
- url: https://manager.cloud.together.ai/api/v1
@@ -3584,27 +3604,6 @@ paths:
35843604
curl -X DELETE \
35853605
-H "Authorization: Bearer $TOGETHER_API_KEY" \
35863606
https://manager.cloud.together.ai/api/v1/shared_volume/${SHARED_VOLUME_ID}
3587-
/shared_volumes:
3588-
get:
3589-
servers:
3590-
- url: https://manager.cloud.together.ai/api/v1
3591-
tags: ['SharedVolumeService']
3592-
summary: List all shared volumes.
3593-
operationId: SharedVolumeService_List
3594-
responses:
3595-
"200":
3596-
description: OK
3597-
content:
3598-
application/json:
3599-
schema:
3600-
$ref: '#/components/schemas/SharedVolumes'
3601-
x-codeSamples:
3602-
- lang: Shell
3603-
label: cURL
3604-
source: |
3605-
curl -X GET \
3606-
-H "Authorization: Bearer $TOGETHER_API_KEY" \
3607-
https://manager.cloud.together.ai/api/v1/shared_volumes
36083607
/clusters/availability-zones:
36093608
get:
36103609
tags: ['endpoints']

0 commit comments

Comments
 (0)