IInstanceSettingManager.UpdateAsync Method (Int32, InstanceSettingRequest)

Relativity Services API
Updates a instance setting.

Namespace:  Relativity.Services.Interfaces.InstanceSetting
Assembly:  Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

Task UpdateAsync(
	int workspaceID,
	InstanceSettingRequest instanceSetting
)

Parameters

workspaceID
Type: System.Int32
The ArtifactID of the workspace where the instance setting exists. Use -1 to indicate the admin workspace.
instanceSetting
Type: Relativity.Services.Interfaces.InstanceSetting.Model.InstanceSettingRequest
The data about the instance settting being updated.

Return Value

Type: Task
See Also

Reference