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
5 changes: 5 additions & 0 deletions .speakeasy/in.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27342,6 +27342,7 @@ paths:
summary: 'List files'
tags:
- 'Files'
x-hidden: true
x-speakeasy-name-override: 'list'
x-speakeasy-pagination:
inputs:
Expand Down Expand Up @@ -27457,6 +27458,7 @@ paths:
summary: 'Upload a file'
tags:
- 'Files'
x-hidden: true
x-speakeasy-name-override: 'upload'
/files/{file_id}:
delete:
Expand Down Expand Up @@ -27531,6 +27533,7 @@ paths:
summary: 'Delete a file'
tags:
- 'Files'
x-hidden: true
x-speakeasy-name-override: 'delete'
get:
description: 'Retrieves metadata for a single file owned by the requesting workspace.'
Expand Down Expand Up @@ -27609,6 +27612,7 @@ paths:
summary: 'Get file metadata'
tags:
- 'Files'
x-hidden: true
x-speakeasy-name-override: 'retrieve'
/files/{file_id}/content:
get:
Expand Down Expand Up @@ -27692,6 +27696,7 @@ paths:
summary: 'Download file content'
tags:
- 'Files'
x-hidden: true
x-speakeasy-name-override: 'download'
/generation:
get:
Expand Down
Loading