Skip to content

Commit

Permalink
Update to newly built .Net 6 Client from GH Run 173
Browse files Browse the repository at this point in the history
  • Loading branch information
openapi-bot committed Oct 25, 2022
1 parent d858cc1 commit c9b66d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Client/Com/Cumulocity/Client/Api/IAlarmsApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public interface IAlarmsApi

/// <summary>
/// Retrieve all alarms<br/>
/// Retrieve all alarms on your tenant, or a specific subset based on queries. #### Query parameters The query parameter `withTotalPages` only works when the user has the ROLE_ALARM_READ role, otherwise it is ignored. <section><h5>Required roles</h5> The role ROLE_ALARM_READ is not required, but if a user has this role, all the alarms on the tenant are returned. If a user has access to alarms through inventory roles, only those alarms are returned. </section>
/// Retrieve all alarms on your tenant, or a specific subset based on queries. The results are sorted by the newest alarms first. #### Query parameters The query parameter `withTotalPages` only works when the user has the ROLE_ALARM_READ role, otherwise it is ignored. <section><h5>Required roles</h5> The role ROLE_ALARM_READ is not required, but if a user has this role, all the alarms on the tenant are returned. If a user has access to alarms through inventory roles, only those alarms are returned. </section>
/// <br>The following table gives an overview of the possible response codes and their meanings:</br>
/// <list type="bullet">
/// <item>
Expand Down
2 changes: 1 addition & 1 deletion Client/Com/Cumulocity/Client/Api/IEventsApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public interface IEventsApi

/// <summary>
/// Retrieve all events<br/>
/// Retrieve all events on your tenant. In case of executing [range queries](https://en.wikipedia.org/wiki/Range_query_(database)) between an upper and lower boundary, for example, querying using `dateFrom`–`dateTo` or `createdFrom`–`createdTo`, the oldest registered events are returned first. It is possible to change the order using the query parameter `revert=true`. <section><h5>Required roles</h5> ROLE_EVENT_READ </section>
/// Retrieve all events on your tenant. In case of executing [range queries](https://en.wikipedia.org/wiki/Range_query_(database)) between an upper and lower boundary, for example, querying using `dateFrom`–`dateTo` or `createdFrom`–`createdTo`, the newest registered events are returned first. It is possible to change the order using the query parameter `revert=true`. <section><h5>Required roles</h5> ROLE_EVENT_READ </section>
/// <br>The following table gives an overview of the possible response codes and their meanings:</br>
/// <list type="bullet">
/// <item>
Expand Down

0 comments on commit c9b66d9

Please sign in to comment.