diff --git a/static/api-specs/idn/beta/paths/workflow-execution-history.yaml b/static/api-specs/idn/beta/paths/workflow-execution-history.yaml index 5b8197c64..9c0498adf 100644 --- a/static/api-specs/idn/beta/paths/workflow-execution-history.yaml +++ b/static/api-specs/idn/beta/paths/workflow-execution-history.yaml @@ -4,7 +4,7 @@ get: - Workflows summary: Get Workflow Execution History description: >- - Get a detailed history of a single workflow execution. Workflow executions are available for up to 2 days before being archived. If you attempt to access a workflow execution that has been archived, you will receive a 404 Not Found. + Get a detailed history of a single workflow execution. Workflow executions are available for up to 90 days before being archived. If you attempt to access a workflow execution that has been archived, you will receive a 404 Not Found. security: - oauth2: [sp:workflow:read] parameters: diff --git a/static/api-specs/idn/beta/paths/workflow-execution.yaml b/static/api-specs/idn/beta/paths/workflow-execution.yaml index c19ef2509..4344f21d5 100644 --- a/static/api-specs/idn/beta/paths/workflow-execution.yaml +++ b/static/api-specs/idn/beta/paths/workflow-execution.yaml @@ -4,7 +4,7 @@ get: - Workflows summary: Get a Workflow Execution description: >- - Get a single workflow execution. Workflow executions are available for up to 2 days before being archived. If you attempt to access a workflow execution that has been archived, you will receive a 404 Not Found. + Get a single workflow execution. Workflow executions are available for up to 90 days before being archived. If you attempt to access a workflow execution that has been archived, you will receive a 404 Not Found. security: - oauth2: [sp:workflow:read] parameters: diff --git a/static/api-specs/idn/beta/paths/workflow-executions.yaml b/static/api-specs/idn/beta/paths/workflow-executions.yaml index ffbc95b48..2b733b0e3 100644 --- a/static/api-specs/idn/beta/paths/workflow-executions.yaml +++ b/static/api-specs/idn/beta/paths/workflow-executions.yaml @@ -4,7 +4,7 @@ get: - Workflows summary: List Workflow Executions description: >- - This lists the executions for a given workflow + This lists the executions for a given workflow. Workflow executions are available for up to 90 days before being archived. security: - oauth2: [sp:workflow:read] parameters: