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
*OrganizationApi* | [**list_permissions**](docs/OrganizationApi.md#list_permissions) | **GET** /organizations/permissions | Get all permissions per components
142
142
*OrganizationApi* | [**update_organization**](docs/OrganizationApi.md#update_organization) | **PATCH** /organizations/{organization_id} | Update an Organization
143
143
*OrganizationApi* | [**update_organization_access_control**](docs/OrganizationApi.md#update_organization_access_control) | **PATCH** /organizations/{organization_id}/security/access/{identity_id} | Update the specified access to User for an Organization
*RunApi* | [**delete_run**](docs/RunApi.md#delete_run) | **DELETE** /organizations/{organization_id}/workspaces/{workspace_id}/runners/{runner_id}/runs/{run_id} | Delete a run
146
146
*RunApi* | [**get_run**](docs/RunApi.md#get_run) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/runners/{runner_id}/runs/{run_id} | Get the details of a run
147
147
*RunApi* | [**get_run_logs**](docs/RunApi.md#get_run_logs) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/runners/{runner_id}/runs/{run_id}/logs | get the logs for the Run
@@ -40,9 +38,7 @@ class SolutionUpdateRequest(BaseModel):
40
38
sdk_version: Optional[StrictStr] =Field(default=None, description="The MAJOR.MINOR version used to build this solution", alias="sdkVersion")
41
39
url: Optional[StrictStr] =Field(default=None, description="An optional URL link to solution page")
42
40
tags: Optional[List[StrictStr]] =Field(default=None, description="The list of tags")
43
-
parameters: Optional[List[RunTemplateParameter]] =Field(default=None, description="The list of Run Template Parameters")
44
-
parameter_groups: Optional[List[RunTemplateParameterGroup]] =Field(default=None, description="The list of parameters groups for the Run Templates", alias="parameterGroups")
[**list_permissions**](OrganizationApi.md#list_permissions) | **GET** /organizations/permissions | Get all permissions per components
18
18
[**update_organization**](OrganizationApi.md#update_organization) | **PATCH** /organizations/{organization_id} | Update an Organization
19
19
[**update_organization_access_control**](OrganizationApi.md#update_organization_access_control) | **PATCH** /organizations/{organization_id}/security/access/{identity_id} | Update the specified access to User for an Organization
20
-
[**update_organization_default_security**](OrganizationApi.md#update_organization_default_security) | **POST** /organizations/{organization_id}/security/default | Update the Organization default security
20
+
[**update_organization_default_security**](OrganizationApi.md#update_organization_default_security) | **PATCH** /organizations/{organization_id}/security/default | Update the Organization default security
Copy file name to clipboardExpand all lines: docs/SolutionUpdateRequest.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,6 @@ Name | Type | Description | Notes
16
16
**sdk_version** | **str** | The MAJOR.MINOR version used to build this solution | [optional]
17
17
**url** | **str** | An optional URL link to solution page | [optional]
18
18
**tags** | **List[str]** | The list of tags | [optional]
19
-
**parameters** | [**List[RunTemplateParameter]**](RunTemplateParameter.md) | The list of Run Template Parameters | [optional]
20
-
**parameter_groups** | [**List[RunTemplateParameterGroup]**](RunTemplateParameterGroup.md) | The list of parameters groups for the Run Templates | [optional]
0 commit comments