Skip to content

Commit

Permalink
update sharing API
Browse files Browse the repository at this point in the history
  • Loading branch information
mfriesen committed Jul 31, 2023
1 parent af9ad6d commit 5ec3caf
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
8 changes: 4 additions & 4 deletions docs/openapi/openapi-iam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1465,15 +1465,15 @@
- ApiAuthorization: []
x-amazon-apigateway-integration:
$ref: '#/components/x-amazon-apigateway-integrations/lambdaApi201'
/shares/folders/{documentId}:
/shares/folders/{shareKey}:
patch:
operationId: UpdateFolderShare
description: Updates a folder share; ONLY available with FormKiQ Enterprise
tags:
- Document Shares
parameters:
- $ref: '#/components/parameters/siteIdParam'
- $ref: '#/components/parameters/documentIdParam'
- $ref: '#/components/parameters/shareKey'
requestBody:
required: true
content:
Expand Down Expand Up @@ -1504,14 +1504,14 @@
- ApiAuthorization: []
x-amazon-apigateway-integration:
$ref: '#/components/x-amazon-apigateway-integrations/lambdaApi200'
/shares/{documentId}:
/shares/{shareKey}:
delete:
operationId: DeleteShare
description: Delete a specific document share; ONLY available with FormKiQ Enterprise
tags:
- Document Shares
parameters:
- $ref: '#/components/parameters/documentIdParam'
- $ref: '#/components/parameters/shareKey'
responses:
"200":
description: 200 OK
Expand Down
8 changes: 4 additions & 4 deletions docs/openapi/openapi-jwt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1465,15 +1465,15 @@
- ApiAuthorization: []
x-amazon-apigateway-integration:
$ref: '#/components/x-amazon-apigateway-integrations/lambdaApi201'
/shares/folders/{documentId}:
/shares/folders/{shareKey}:
patch:
operationId: UpdateFolderShare
description: Updates a folder share; ONLY available with FormKiQ Enterprise
tags:
- Document Shares
parameters:
- $ref: '#/components/parameters/siteIdParam'
- $ref: '#/components/parameters/documentIdParam'
- $ref: '#/components/parameters/shareKey'
requestBody:
required: true
content:
Expand Down Expand Up @@ -1504,14 +1504,14 @@
- ApiAuthorization: []
x-amazon-apigateway-integration:
$ref: '#/components/x-amazon-apigateway-integrations/lambdaApi200'
/shares/{documentId}:
/shares/{shareKey}:
delete:
operationId: DeleteShare
description: Delete a specific document share; ONLY available with FormKiQ Enterprise
tags:
- Document Shares
parameters:
- $ref: '#/components/parameters/documentIdParam'
- $ref: '#/components/parameters/shareKey'
responses:
"200":
description: 200 OK
Expand Down
8 changes: 4 additions & 4 deletions docs/openapi/openapi-key.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1465,15 +1465,15 @@
- ApiAuthorization: []
x-amazon-apigateway-integration:
$ref: '#/components/x-amazon-apigateway-integrations/lambdaApi201'
/shares/folders/{documentId}:
/shares/folders/{shareKey}:
patch:
operationId: UpdateFolderShare
description: Updates a folder share; ONLY available with FormKiQ Enterprise
tags:
- Document Shares
parameters:
- $ref: '#/components/parameters/siteIdParam'
- $ref: '#/components/parameters/documentIdParam'
- $ref: '#/components/parameters/shareKey'
requestBody:
required: true
content:
Expand Down Expand Up @@ -1504,14 +1504,14 @@
- ApiAuthorization: []
x-amazon-apigateway-integration:
$ref: '#/components/x-amazon-apigateway-integrations/lambdaApi200'
/shares/{documentId}:
/shares/{shareKey}:
delete:
operationId: DeleteShare
description: Delete a specific document share; ONLY available with FormKiQ Enterprise
tags:
- Document Shares
parameters:
- $ref: '#/components/parameters/documentIdParam'
- $ref: '#/components/parameters/shareKey'
responses:
"200":
description: 200 OK
Expand Down
8 changes: 4 additions & 4 deletions lambda-api/src/main/resources/cloudformation/api-apikey.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1467,15 +1467,15 @@ Resources:
- ApiAuthorization: []
x-amazon-apigateway-integration:
$ref: "#/components/x-amazon-apigateway-integrations/lambdaApi201"
/shares/folders/{documentId}:
/shares/folders/{shareKey}:
patch:
operationId: UpdateFolderShare
description: Updates a folder share; ONLY available with FormKiQ Enterprise
tags:
- Document Shares
parameters:
- $ref: '#/components/parameters/siteIdParam'
- $ref: '#/components/parameters/documentIdParam'
- $ref: '#/components/parameters/shareKey'
requestBody:
required: true
content:
Expand Down Expand Up @@ -1506,14 +1506,14 @@ Resources:
- ApiAuthorization: []
x-amazon-apigateway-integration:
$ref: "#/components/x-amazon-apigateway-integrations/lambdaApi200"
/shares/{documentId}:
/shares/{shareKey}:
delete:
operationId: DeleteShare
description: Delete a specific document share; ONLY available with FormKiQ Enterprise
tags:
- Document Shares
parameters:
- $ref: '#/components/parameters/documentIdParam'
- $ref: '#/components/parameters/shareKey'
responses:
'200':
description: 200 OK
Expand Down
8 changes: 4 additions & 4 deletions lambda-api/src/main/resources/cloudformation/api-iam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1467,15 +1467,15 @@ Resources:
- ApiAuthorization: []
x-amazon-apigateway-integration:
$ref: "#/components/x-amazon-apigateway-integrations/lambdaApi201"
/shares/folders/{documentId}:
/shares/folders/{shareKey}:
patch:
operationId: UpdateFolderShare
description: Updates a folder share; ONLY available with FormKiQ Enterprise
tags:
- Document Shares
parameters:
- $ref: '#/components/parameters/siteIdParam'
- $ref: '#/components/parameters/documentIdParam'
- $ref: '#/components/parameters/shareKey'
requestBody:
required: true
content:
Expand Down Expand Up @@ -1506,14 +1506,14 @@ Resources:
- ApiAuthorization: []
x-amazon-apigateway-integration:
$ref: "#/components/x-amazon-apigateway-integrations/lambdaApi200"
/shares/{documentId}:
/shares/{shareKey}:
delete:
operationId: DeleteShare
description: Delete a specific document share; ONLY available with FormKiQ Enterprise
tags:
- Document Shares
parameters:
- $ref: '#/components/parameters/documentIdParam'
- $ref: '#/components/parameters/shareKey'
responses:
'200':
description: 200 OK
Expand Down
8 changes: 4 additions & 4 deletions lambda-api/src/main/resources/cloudformation/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1467,15 +1467,15 @@ Resources:
- ApiAuthorization: []
x-amazon-apigateway-integration:
$ref: "#/components/x-amazon-apigateway-integrations/lambdaApi201"
/shares/folders/{documentId}:
/shares/folders/{shareKey}:
patch:
operationId: UpdateFolderShare
description: Updates a folder share; ONLY available with FormKiQ Enterprise
tags:
- Document Shares
parameters:
- $ref: '#/components/parameters/siteIdParam'
- $ref: '#/components/parameters/documentIdParam'
- $ref: '#/components/parameters/shareKey'
requestBody:
required: true
content:
Expand Down Expand Up @@ -1506,14 +1506,14 @@ Resources:
- ApiAuthorization: []
x-amazon-apigateway-integration:
$ref: "#/components/x-amazon-apigateway-integrations/lambdaApi200"
/shares/{documentId}:
/shares/{shareKey}:
delete:
operationId: DeleteShare
description: Delete a specific document share; ONLY available with FormKiQ Enterprise
tags:
- Document Shares
parameters:
- $ref: '#/components/parameters/documentIdParam'
- $ref: '#/components/parameters/shareKey'
responses:
'200':
description: 200 OK
Expand Down

0 comments on commit 5ec3caf

Please sign in to comment.