Skip to content

Commit 0004bb9

Browse files
committed
update
1 parent e3dbbe1 commit 0004bb9

File tree

6 files changed

+18
-0
lines changed

6 files changed

+18
-0
lines changed

docs/openapi/openapi-iam.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10433,6 +10433,9 @@
1043310433
description: The current step workflow is on
1043410434
status:
1043510435
$ref: '#/components/schemas/DocumentWorkflowStatus'
10436+
insertedDate:
10437+
type: string
10438+
description: Inserted Timestamp
1043610439
AddDocumentWorkflowResponse:
1043710440
type: object
1043810441
properties:

docs/openapi/openapi-jwt.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10433,6 +10433,9 @@
1043310433
description: The current step workflow is on
1043410434
status:
1043510435
$ref: '#/components/schemas/DocumentWorkflowStatus'
10436+
insertedDate:
10437+
type: string
10438+
description: Inserted Timestamp
1043610439
AddDocumentWorkflowResponse:
1043710440
type: object
1043810441
properties:

docs/openapi/openapi-key.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10433,6 +10433,9 @@
1043310433
description: The current step workflow is on
1043410434
status:
1043510435
$ref: '#/components/schemas/DocumentWorkflowStatus'
10436+
insertedDate:
10437+
type: string
10438+
description: Inserted Timestamp
1043610439
AddDocumentWorkflowResponse:
1043710440
type: object
1043810441
properties:

lambda-api-graalvm/src/main/resources/cloudformation/openapi-iam.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10536,6 +10536,9 @@ Resources:
1053610536
description: The current step workflow is on
1053710537
status:
1053810538
$ref: "#/components/schemas/DocumentWorkflowStatus"
10539+
insertedDate:
10540+
type: "string"
10541+
description: "Inserted Timestamp"
1053910542
AddDocumentWorkflowResponse:
1054010543
type: "object"
1054110544
properties:

lambda-api-graalvm/src/main/resources/cloudformation/openapi-jwt.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10536,6 +10536,9 @@ Resources:
1053610536
description: The current step workflow is on
1053710537
status:
1053810538
$ref: "#/components/schemas/DocumentWorkflowStatus"
10539+
insertedDate:
10540+
type: "string"
10541+
description: "Inserted Timestamp"
1053910542
AddDocumentWorkflowResponse:
1054010543
type: "object"
1054110544
properties:

lambda-api-graalvm/src/main/resources/cloudformation/openapi-key.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10536,6 +10536,9 @@ Resources:
1053610536
description: The current step workflow is on
1053710537
status:
1053810538
$ref: "#/components/schemas/DocumentWorkflowStatus"
10539+
insertedDate:
10540+
type: "string"
10541+
description: "Inserted Timestamp"
1053910542
AddDocumentWorkflowResponse:
1054010543
type: "object"
1054110544
properties:

0 commit comments

Comments
 (0)