@@ -187,10 +187,10 @@ import kandji_python_sdk
187187from kandji_python_sdk.rest import ApiException
188188from 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.
192192configuration = 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
228228Class | 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