Skip to content

Commit

Permalink
RCS1263 remove unused documentation parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnmbond committed Nov 18, 2024
1 parent f8a647e commit ea67e87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Meraki.Api/Extensions/IOrganizationsDevicesExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ public static Task<List<DeviceProvisioningStatus>> GetOrganizationDevicesProvisi
/// </summary>
/// <exception cref="ApiException">Thrown when fails to make API call</exception>
/// <param name="organizationId">The organization id</param>
/// <param name="startingAfter">A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it. (optional)</param>
/// <param name="configurationUpdatedAfter">Filter results by whether or not the device's configuration has been updated after the given timestamp (optional)</param>
/// <param name="networksIds">Optional parameter to filter devices by network</param>
/// <param name="productTypes">Optional parameter to filter devices by product type. Valid types are wireless, appliance, switch, systemsManager, camera, cellularGateway, and sensor.</param>
Expand Down

0 comments on commit ea67e87

Please sign in to comment.