Skip to content

Commit 1d3d94f

Browse files
github-actions[bot]MScottBlake
authored andcommitted
[auto] Updated Kandji SDK
1 parent 29da720 commit 1d3d94f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/UsersApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ with kandji.ApiClient(configuration) as api_client:
212212
id = '69c009ca-1f78-4bdf-bb93-08d6d39041db' # str | Search for a user matching the provided UUID value. (optional)
213213
integration_id = 'f7461096-4ef9-43aa-88e9-ca1967ba0b38' # str | Search for a integration matching the provided UUID value. (optional)
214214
archived = 'false' # str | Return only users that are either archived (true) or not archived (false). Archived users are users that appear in the Kandji Users module under the Archived tab. (optional)
215-
cursor = 'cursor_example' # str | Cursor for the next or previous page or results. Can also store the URL from the next and previous fields in the response. (optional)
215+
cursor = 'cursor_example' # str | Cursor for the next or previous page of results. Can also store the URL in the next and previous fields in the response. (optional)
216216

217217
try:
218218
# List Users
@@ -234,7 +234,7 @@ Name | Type | Description | Notes
234234
**id** | **str**| Search for a user matching the provided UUID value. | [optional]
235235
**integration_id** | **str**| Search for a integration matching the provided UUID value. | [optional]
236236
**archived** | **str**| Return only users that are either archived (true) or not archived (false). Archived users are users that appear in the Kandji Users module under the Archived tab. | [optional]
237-
**cursor** | **str**| Cursor for the next or previous page or results. Can also store the URL from the next and previous fields in the response. | [optional]
237+
**cursor** | **str**| Cursor for the next or previous page of results. Can also store the URL in the next and previous fields in the response. | [optional]
238238

239239
### Return type
240240

kandji/api/users_api.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ def list_users(
573573
id: Annotated[Optional[StrictStr], Field(description="Search for a user matching the provided UUID value.")] = None,
574574
integration_id: Annotated[Optional[StrictStr], Field(description="Search for a integration matching the provided UUID value.")] = None,
575575
archived: Annotated[Optional[StrictStr], Field(description="Return only users that are either archived (true) or not archived (false). Archived users are users that appear in the Kandji Users module under the Archived tab.")] = None,
576-
cursor: Annotated[Optional[StrictStr], Field(description="Cursor for the next or previous page or results. Can also store the URL from the next and previous fields in the response.")] = None,
576+
cursor: Annotated[Optional[StrictStr], Field(description="Cursor for the next or previous page of results. Can also store the URL in the next and previous fields in the response.")] = None,
577577
_request_timeout: Union[
578578
None,
579579
Annotated[StrictFloat, Field(gt=0)],
@@ -599,7 +599,7 @@ def list_users(
599599
:type integration_id: str
600600
:param archived: Return only users that are either archived (true) or not archived (false). Archived users are users that appear in the Kandji Users module under the Archived tab.
601601
:type archived: str
602-
:param cursor: Cursor for the next or previous page or results. Can also store the URL from the next and previous fields in the response.
602+
:param cursor: Cursor for the next or previous page of results. Can also store the URL in the next and previous fields in the response.
603603
:type cursor: str
604604
:param _request_timeout: timeout setting for this request. If one
605605
number provided, it will be total request
@@ -656,7 +656,7 @@ def list_users_with_http_info(
656656
id: Annotated[Optional[StrictStr], Field(description="Search for a user matching the provided UUID value.")] = None,
657657
integration_id: Annotated[Optional[StrictStr], Field(description="Search for a integration matching the provided UUID value.")] = None,
658658
archived: Annotated[Optional[StrictStr], Field(description="Return only users that are either archived (true) or not archived (false). Archived users are users that appear in the Kandji Users module under the Archived tab.")] = None,
659-
cursor: Annotated[Optional[StrictStr], Field(description="Cursor for the next or previous page or results. Can also store the URL from the next and previous fields in the response.")] = None,
659+
cursor: Annotated[Optional[StrictStr], Field(description="Cursor for the next or previous page of results. Can also store the URL in the next and previous fields in the response.")] = None,
660660
_request_timeout: Union[
661661
None,
662662
Annotated[StrictFloat, Field(gt=0)],
@@ -682,7 +682,7 @@ def list_users_with_http_info(
682682
:type integration_id: str
683683
:param archived: Return only users that are either archived (true) or not archived (false). Archived users are users that appear in the Kandji Users module under the Archived tab.
684684
:type archived: str
685-
:param cursor: Cursor for the next or previous page or results. Can also store the URL from the next and previous fields in the response.
685+
:param cursor: Cursor for the next or previous page of results. Can also store the URL in the next and previous fields in the response.
686686
:type cursor: str
687687
:param _request_timeout: timeout setting for this request. If one
688688
number provided, it will be total request
@@ -739,7 +739,7 @@ def list_users_without_preload_content(
739739
id: Annotated[Optional[StrictStr], Field(description="Search for a user matching the provided UUID value.")] = None,
740740
integration_id: Annotated[Optional[StrictStr], Field(description="Search for a integration matching the provided UUID value.")] = None,
741741
archived: Annotated[Optional[StrictStr], Field(description="Return only users that are either archived (true) or not archived (false). Archived users are users that appear in the Kandji Users module under the Archived tab.")] = None,
742-
cursor: Annotated[Optional[StrictStr], Field(description="Cursor for the next or previous page or results. Can also store the URL from the next and previous fields in the response.")] = None,
742+
cursor: Annotated[Optional[StrictStr], Field(description="Cursor for the next or previous page of results. Can also store the URL in the next and previous fields in the response.")] = None,
743743
_request_timeout: Union[
744744
None,
745745
Annotated[StrictFloat, Field(gt=0)],
@@ -765,7 +765,7 @@ def list_users_without_preload_content(
765765
:type integration_id: str
766766
:param archived: Return only users that are either archived (true) or not archived (false). Archived users are users that appear in the Kandji Users module under the Archived tab.
767767
:type archived: str
768-
:param cursor: Cursor for the next or previous page or results. Can also store the URL from the next and previous fields in the response.
768+
:param cursor: Cursor for the next or previous page of results. Can also store the URL in the next and previous fields in the response.
769769
:type cursor: str
770770
:param _request_timeout: timeout setting for this request. If one
771771
number provided, it will be total request

0 commit comments

Comments
 (0)