diff --git a/docs/tools/sdk/python/Reference/V2024/Methods/WorkflowsApi.md b/docs/tools/sdk/python/Reference/V2024/Methods/WorkflowsApi.md index 03324599d..450876e9a 100644 --- a/docs/tools/sdk/python/Reference/V2024/Methods/WorkflowsApi.md +++ b/docs/tools/sdk/python/Reference/V2024/Methods/WorkflowsApi.md @@ -10,7 +10,13 @@ tags: ['SDK', 'Software Development Kit', 'Workflows', 'V2024Workflows'] --- # sailpoint.v2024.WorkflowsApi - Workflows allow administrators to create custom automation scripts directly within Identity Security Cloud. These automation scripts respond to [event triggers](https://developer.sailpoint.com/docs/extensibility/event-triggers/#how-to-get-started-with-event-triggers) and perform a series of actions to perform tasks that are either too cumbersome or not available in the Identity Security Cloud UI. Workflows can be configured via a graphical user interface within Identity Security Cloud, or by creating and uploading a JSON formatted script to the Workflow service. The Workflows API collection provides the necessary functionality to create, manage, and test your workflows via REST. + Workflows allow administrators to create custom automation scripts directly within Identity Security Cloud. +These automation scripts respond to [event triggers](https://developer.sailpoint.com/docs/extensibility/event-triggers/#how-to-get-started-with-event-triggers) and +perform a series of actions to perform tasks that are either too cumbersome or not available in the Identity Security Cloud UI. + +Workflows can be configured via a graphical user interface within Identity Security Cloud, or by creating and uploading a JSON formatted script to the Workflow service. + +The Workflows API collection provides the necessary functionality to create, manage, and test your workflows via REST. All URIs are relative to *https://sailpoint.api.identitynow.com/v2024* @@ -347,6 +353,7 @@ Code | Description | Data Type | Response headers | 400 | Client Error - Returned if the request body is invalid. | ErrorResponseDto | - | 401 | Unauthorized - Returned if there is no authorization header, or if the JWT token is expired. | ListAccessProfiles401Response | - | 403 | Forbidden - Returned if the user you are running as, doesn't have access to this end-point. | ErrorResponseDto | - | +404 | Not Found - returned if the request URL refers to a resource or object that does not exist | ErrorResponseDto | - | 429 | Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again. | ListAccessProfiles429Response | - | 500 | Internal Server Error - Returned if there is an unexpected error. | ErrorResponseDto | - | diff --git a/docs/tools/sdk/python/Reference/V2025/Methods/WorkflowsApi.md b/docs/tools/sdk/python/Reference/V2025/Methods/WorkflowsApi.md index c2144712a..b2ac8b3c2 100644 --- a/docs/tools/sdk/python/Reference/V2025/Methods/WorkflowsApi.md +++ b/docs/tools/sdk/python/Reference/V2025/Methods/WorkflowsApi.md @@ -347,6 +347,7 @@ Code | Description | Data Type | Response headers | 400 | Client Error - Returned if the request body is invalid. | ErrorResponseDto | - | 401 | Unauthorized - Returned if there is no authorization header, or if the JWT token is expired. | ListAccessProfiles401Response | - | 403 | Forbidden - Returned if the user you are running as, doesn't have access to this end-point. | ErrorResponseDto | - | +404 | Not Found - returned if the request URL refers to a resource or object that does not exist | ErrorResponseDto | - | 429 | Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again. | ListAccessProfiles429Response | - | 500 | Internal Server Error - Returned if there is an unexpected error. | ErrorResponseDto | - | diff --git a/docs/tools/sdk/python/Reference/V3/Methods/WorkflowsApi.md b/docs/tools/sdk/python/Reference/V3/Methods/WorkflowsApi.md index 8cf148d3b..e909934a5 100644 --- a/docs/tools/sdk/python/Reference/V3/Methods/WorkflowsApi.md +++ b/docs/tools/sdk/python/Reference/V3/Methods/WorkflowsApi.md @@ -348,6 +348,7 @@ Code | Description | Data Type | Response headers | 400 | Client Error - Returned if the request body is invalid. | ErrorResponseDto | - | 401 | Unauthorized - Returned if there is no authorization header, or if the JWT token is expired. | ListAccessProfiles401Response | - | 403 | Forbidden - Returned if the user you are running as, doesn't have access to this end-point. | ErrorResponseDto | - | +404 | Not Found - returned if the request URL refers to a resource or object that does not exist | ErrorResponseDto | - | 429 | Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again. | ListAccessProfiles429Response | - | 500 | Internal Server Error - Returned if there is an unexpected error. | ErrorResponseDto | - |