You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*WorkflowServiceApi* | [**clone_workflow_execution**](docs/WorkflowServiceApi.md#clone_workflow_execution) | **POST** /apis/v1beta1/{namespace}/workflow_executions/{uid} | Clone a Workflow. This is the same as running it again.
127
+
*WorkflowServiceApi* | [**create_workflow_execution**](docs/WorkflowServiceApi.md#create_workflow_execution) | **POST** /apis/v1beta1/{namespace}/workflow_executions | Creates a Workflow
*WorkflowTemplateServiceApi* | [**generate_workflow_template**](docs/WorkflowTemplateServiceApi.md#generate_workflow_template) | **POST** /apis/v1beta1/{namespace}/workflow_templates/{uid}/generate | Get the generated WorkflowTemplate, applying any modifications based on the content
*WorkspaceTemplateServiceApi* | [**archive_workspace_template**](docs/WorkspaceTemplateServiceApi.md#archive_workspace_template) | **PUT** /apis/v1beta1/{namespace}/workspace_templates/{uid}/archive | Archives a WorkspaceTemplate
162
+
*WorkspaceTemplateServiceApi* | [**create_workspace_template**](docs/WorkspaceTemplateServiceApi.md#create_workspace_template) | **POST** /apis/v1beta1/{namespace}/workspace_templates | Creates a WorkspaceTemplate
163
+
*WorkspaceTemplateServiceApi* | [**generate_workspace_template_workflow_template**](docs/WorkspaceTemplateServiceApi.md#generate_workspace_template_workflow_template) | **POST** /apis/v1beta1/{namespace}/workspace_templates/{uid}/workflow_template | Get the generated WorkflowTemplate for a WorkspaceTemplate
164
+
*WorkspaceTemplateServiceApi* | [**get_workspace_template**](docs/WorkspaceTemplateServiceApi.md#get_workspace_template) | **GET** /apis/v1beta1/{namespace}/workspace_templates/{uid} | Get a WorkspaceTemplate
# Enter a context with an instance of the API client
48
47
with onepanel.core.api.ApiClient(configuration) as api_client:
@@ -80,7 +79,7 @@ Name | Type | Description | Notes
80
79
| Status code | Description | Response headers |
81
80
|-------------|-------------|------------------|
82
81
**200** | A successful response. | - |
83
-
**0** | An unexpected error response | - |
82
+
**0** | An unexpected error response. | - |
84
83
85
84
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
# Enter a context with an instance of the API client
123
121
with onepanel.core.api.ApiClient(configuration) as api_client:
@@ -155,7 +153,7 @@ Name | Type | Description | Notes
155
153
| Status code | Description | Response headers |
156
154
|-------------|-------------|------------------|
157
155
**200** | A successful response. | - |
158
-
**0** | An unexpected error response | - |
156
+
**0** | An unexpected error response. | - |
159
157
160
158
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
# Enter a context with an instance of the API client
198
195
with onepanel.core.api.ApiClient(configuration) as api_client:
@@ -230,7 +227,7 @@ Name | Type | Description | Notes
230
227
| Status code | Description | Response headers |
231
228
|-------------|-------------|------------------|
232
229
**200** | A successful response. | - |
233
-
**0** | An unexpected error response | - |
230
+
**0** | An unexpected error response. | - |
234
231
235
232
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
# Enter a context with an instance of the API client
46
45
with onepanel.core.api.ApiClient(configuration) as api_client:
@@ -74,7 +73,7 @@ This endpoint does not need any parameter.
74
73
| Status code | Description | Response headers |
75
74
|-------------|-------------|------------------|
76
75
**200** | A successful response. | - |
77
-
**0** | An unexpected error response | - |
76
+
**0** | An unexpected error response. | - |
78
77
79
78
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
0 commit comments