Skip to content

Commit

Permalink
#151 - Documentation for POST /documents/upload (AddDocumentUpload) i…
Browse files Browse the repository at this point in the history
…s missing contentLength
  • Loading branch information
mfriesen committed Jul 22, 2023
1 parent 9fce139 commit 34ee259
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/openapi/openapi-iam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,7 @@
- Documents
parameters:
- $ref: '#/components/parameters/siteIdParam'
- $ref: '#/components/parameters/contentLengthParam'
- $ref: '#/components/parameters/durationParam'
- $ref: '#/components/parameters/shareKeyParam'
requestBody:
Expand Down
1 change: 1 addition & 0 deletions docs/openapi/openapi-jwt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,7 @@
- Documents
parameters:
- $ref: '#/components/parameters/siteIdParam'
- $ref: '#/components/parameters/contentLengthParam'
- $ref: '#/components/parameters/durationParam'
- $ref: '#/components/parameters/shareKeyParam'
requestBody:
Expand Down
1 change: 1 addition & 0 deletions docs/openapi/openapi-key.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,7 @@
- Documents
parameters:
- $ref: '#/components/parameters/siteIdParam'
- $ref: '#/components/parameters/contentLengthParam'
- $ref: '#/components/parameters/durationParam'
- $ref: '#/components/parameters/shareKeyParam'
requestBody:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -796,6 +796,7 @@ Resources:
- Documents
parameters:
- $ref: '#/components/parameters/siteIdParam'
- $ref: '#/components/parameters/contentLengthParam'
- $ref: '#/components/parameters/durationParam'
- $ref: '#/components/parameters/shareKeyParam'
requestBody:
Expand Down
1 change: 1 addition & 0 deletions lambda-api/src/main/resources/cloudformation/api-iam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -796,6 +796,7 @@ Resources:
- Documents
parameters:
- $ref: '#/components/parameters/siteIdParam'
- $ref: '#/components/parameters/contentLengthParam'
- $ref: '#/components/parameters/durationParam'
- $ref: '#/components/parameters/shareKeyParam'
requestBody:
Expand Down
1 change: 1 addition & 0 deletions lambda-api/src/main/resources/cloudformation/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -796,6 +796,7 @@ Resources:
- Documents
parameters:
- $ref: '#/components/parameters/siteIdParam'
- $ref: '#/components/parameters/contentLengthParam'
- $ref: '#/components/parameters/durationParam'
- $ref: '#/components/parameters/shareKeyParam'
requestBody:
Expand Down

0 comments on commit 34ee259

Please sign in to comment.