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
Copy file name to clipboardexpand all lines: ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/api/schema___databases_api.py
+1
Original file line number
Diff line number
Diff line change
@@ -593,6 +593,7 @@ def update_database(
593
593
database_key: str
594
594
body: GsaUpdateDatabase
595
595
allow_reload: bool
596
+
This must be set to true if any of the following properties are patched: DatabaseKey, DataSource, UseIntegratedSecurity, SqlUserName, SqlPassword, InitialCatalog, Language, Guid. The database will reload after the changes have been applied.
Copy file name to clipboardexpand all lines: ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/api/schema___discrete_types___discrete_values_api.py
"""Gets all discrete values for a given discreteType. If discreteType is ordered, then discreteValues will be return in order, otherwise order is not deterministic.
466
+
"""Gets all discrete values for a given discreteType, returned in order.
Copy file name to clipboardexpand all lines: ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/api/schema___record_link_groups_api.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -429,7 +429,7 @@ def get_record_link_groups(
429
429
mode: "Optional[str]"=None,
430
430
x_ansys_vc_mode: "Optional[str]"=None,
431
431
) ->"Union[GsaRecordLinkGroupsInfo, None]":
432
-
"""Get all record link groups
432
+
"""Get all record link groups pointing from this table.
0 commit comments