Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 0 additions & 50 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11165,30 +11165,6 @@ components:
required:
- name
type: object
ImageListResponse:
properties:
data:
description: Data is the array of image items
items:
$ref: "#/components/schemas/ImageResponseItem"
type: array
object:
description: Object is the type identifier for this response (always "list")
type: string
type: object
ImageResponseItem:
properties:
object:
description: Object is the type identifier for this response (always "image")
type: string
tag:
description: Tag is the image tag/version identifier (e.g., "latest", "v1.0.0")
type: string
url:
description: URL is the full registry URL for this image including tag (e.g.,
"registry.together.ai/project-id/repository:tag")
type: string
type: object
KubernetesEvent:
properties:
action:
Expand Down Expand Up @@ -11282,32 +11258,6 @@ components:
scheduled on
type: string
type: object
RepositoryListResponse:
properties:
data:
description: Data is the array of repository items
items:
$ref: "#/components/schemas/RepositoryResponseItem"
type: array
object:
description: Object is the type identifier for this response (always "list")
type: string
type: object
RepositoryResponseItem:
properties:
id:
description: ID is the unique identifier for this repository (repository name
with slashes replaced by "___")
type: string
object:
description: Object is the type identifier for this response (always
"image-repository")
type: string
url:
description: URL is the full registry URL for this repository (e.g.,
"registry.together.ai/project-id/repository-name")
type: string
type: object
SecretResponseItem:
properties:
created_at:
Expand Down
Loading