Skip to content

Commit bf3443d

Browse files
Automated SDK Update
1 parent 9f1862e commit bf3443d

File tree

5 files changed

+216
-691
lines changed

5 files changed

+216
-691
lines changed

.openapi-generator/FILES

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.github/workflows/python.yml
22
.gitignore
33
.gitlab-ci.yml
4-
.openapi-generator-ignore
54
.travis.yml
65
README.md
76
docs/DefaultApi.md
@@ -22,5 +21,4 @@ setup.cfg
2221
setup.py
2322
test-requirements.txt
2423
test/__init__.py
25-
test/test_default_api.py
2624
tox.ini

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,10 @@ import kandji_python_sdk
187187
from kandji_python_sdk.rest import ApiException
188188
from pprint import pprint
189189

190-
# Defining the host is optional and defaults to https://<post_url>
190+
# Defining the host is optional and defaults to https://<sub_domain>.api.kandji.io
191191
# See configuration.py for a list of all supported configuration parameters.
192192
configuration = kandji_python_sdk.Configuration(
193-
host = "https://<post_url>"
193+
host = "https://<sub_domain>.api.kandji.io"
194194
)
195195

196196
# The client must configure the authentication and authorization parameters
@@ -223,7 +223,7 @@ with kandji_python_sdk.ApiClient(configuration) as api_client:
223223

224224
## Documentation for API Endpoints
225225

226-
All URIs are relative to *https://<post_url>*
226+
All URIs are relative to *https://<sub_domain>.api.kandji.io*
227227

228228
Class | Method | HTTP request | Description
229229
------------ | ------------- | ------------- | -------------
@@ -332,7 +332,6 @@ Class | Method | HTTP request | Description
332332
*DefaultApi* | [**api_v1_threat_details_get**](docs/DefaultApi.md#api_v1_threat_details_get) | **GET** /api/v1/threat-details | Get Threat Details
333333
*DefaultApi* | [**api_v1_users_get**](docs/DefaultApi.md#api_v1_users_get) | **GET** /api/v1/users | List Users
334334
*DefaultApi* | [**api_v1_users_user_id_get**](docs/DefaultApi.md#api_v1_users_user_id_get) | **GET** /api/v1/users/{user_id} | Get User
335-
*DefaultApi* | [**root_post**](docs/DefaultApi.md#root_post) | **POST** / | Upload to S3
336335

337336

338337
## Documentation For Models

0 commit comments

Comments
 (0)