Skip to content

Commit bc10aea

Browse files
committed
Mention that files will be deleted
1 parent 45d93af commit bc10aea

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

api-reference/v2/uploads/post-apiapps-uploads-uploadid-complete.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ openapi: post /apps/{appID}/uploads/{uploadID}/complete
66
Finalize an upload and receive the public URL for the file. Use the `uploadID` from the create upload response.
77

88
If the uploaded object is missing or incomplete, this endpoint returns a 409.
9+
10+
Note that Glide will delete this file within 30 days if the URL is not stored in a table in Glide.

api-reference/v2/uploads/post-apiapps-uploads.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,5 @@ curl --request POST \
4646
--url https://api.glideapps.com/apps/$APP_ID/uploads/$UPLOAD_ID/complete \
4747
--header "Authorization: Bearer $GLIDE_API_KEY"
4848
```
49+
50+
Note that Glide will delete this file within 30 days if the URL is not stored in a table in Glide.

0 commit comments

Comments
 (0)