mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-29 12:10:28 +00:00
Update API specifications with fern api update (#4319)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
7540496289
commit
7bc1cba2e8
1 changed files with 23 additions and 1 deletions
|
|
@ -1233,7 +1233,9 @@
|
|||
"description": "Successful Response",
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {}
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/UploadFileResponse"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -14053,6 +14055,26 @@
|
|||
"title": "UploadFileAction",
|
||||
"description": "Upload file action parameters."
|
||||
},
|
||||
"UploadFileResponse": {
|
||||
"properties": {
|
||||
"s3_uri": {
|
||||
"type": "string",
|
||||
"title": "S3 Uri",
|
||||
"description": "S3 URI where the file was uploaded"
|
||||
},
|
||||
"presigned_url": {
|
||||
"type": "string",
|
||||
"title": "Presigned Url",
|
||||
"description": "Presigned URL to access the uploaded file"
|
||||
}
|
||||
},
|
||||
"type": "object",
|
||||
"required": [
|
||||
"s3_uri",
|
||||
"presigned_url"
|
||||
],
|
||||
"title": "UploadFileResponse"
|
||||
},
|
||||
"UploadToS3Block": {
|
||||
"properties": {
|
||||
"label": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue