Table of Contents

Interface ISmDevicesFields

Namespace
Meraki.Api.Interfaces.Products.Sm
Assembly
Meraki.Api.dll

Represents a collection of functions to interact with the API endpoints

public interface ISmDevicesFields

Methods

UpdateNetworkSmDevicesFieldsAsync(string, SmDeviceFieldsUpdateRequest, CancellationToken)

Modify the fields of a device

[Put("/networks/{networkId}/sm/devices/fields")]
Task<List<SmDevice>> UpdateNetworkSmDevicesFieldsAsync(string networkId, SmDeviceFieldsUpdateRequest updateNetworkSmDeviceFields, CancellationToken cancellationToken = default)

Parameters

networkId string

The network id

updateNetworkSmDeviceFields SmDeviceFieldsUpdateRequest

Body for modifying a device

cancellationToken CancellationToken

Returns

Task<List<SmDevice>>

Exceptions

ApiException

Thrown when fails to make API call