Skip to content

Commit

Permalink
Update Documentation with core changes (#96)
Browse files Browse the repository at this point in the history
Co-authored-by: discoursebuild <[email protected]>
  • Loading branch information
github-actions[bot] and discoursebuild authored Aug 25, 2023
1 parent f0b2a4c commit aa152ea
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -10558,6 +10558,14 @@
"description": "A presigned PUT URL which must be used to upload\nthe file binary blob to.",
"example": "https://file-uploads.s3.us-west-2.amazonaws.com/temp/site/uploads/default/123/456.jpg?x-amz-acl=private&x-amz-meta-sha1-checksum=sha1&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AAAAus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20211221T011246Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&X-Amz-Signature=12345678"
},
"signed_headers": {
"type": "object",
"description": "A map of headers that must be sent with the PUT request.",
"example": {
"x-amz-acl": "private",
"x-amz-meta-sha1-checksum": "sha1"
}
},
"unique_identifier": {
"type": "string",
"description": "A unique string that identifies the external upload.\nThis must be stored and then sent in the /complete-external-upload\nendpoint to complete the direct upload.",
Expand Down
6 changes: 6 additions & 0 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7419,6 +7419,12 @@ paths:
description: A presigned PUT URL which must be used to upload
the file binary blob to.
example: https://file-uploads.s3.us-west-2.amazonaws.com/temp/site/uploads/default/123/456.jpg?x-amz-acl=private&x-amz-meta-sha1-checksum=sha1&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AAAAus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20211221T011246Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&X-Amz-Signature=12345678
signed_headers:
type: object
description: A map of headers that must be sent with the PUT request.
example:
x-amz-acl: private
x-amz-meta-sha1-checksum: sha1
unique_identifier:
type: string
description: A unique string that identifies the external upload.
Expand Down

0 comments on commit aa152ea

Please sign in to comment.