Skip to content

Commit ee14dbb

Browse files
committed
Change Docs
1 parent 442a4e3 commit ee14dbb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

endpoints_api_key.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
###########################################################################################
2-
### B) API requests via API Key Authentication (https://api.eu.prod.cai.allianz.net/new) ###
2+
### B) API requests via API Key Authentication ###
33

44
"""
5-
Module to make APIrequests (https://api.eu.prod.cai.allianz.net/openapi)
5+
Module to make APIrequests
66
77
Uses "cognigy_open_api.py" to handle authentication and pagination for OpenAPI requests.
88

endpoints_managment_ui.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
###########################################################################################
2-
### API requests via HTTP Basic Authentication (https://api.eu.prod.cai.allianz.net) ###
2+
### API requests via HTTP Basic Authentication (https://api.your-url/openapi) ###
33
"""
4-
Module to make Mangement UI requests (https://api.eu.prod.cai.allianz.net/openapi)
4+
Module to make Mangement UI requests to the Cognitive OpenAPI (https://api.your-url/openapi).
55
66
Uses "cognigy_open_api.py" to handle authentication and pagination for OpenAPI requests.
77

0 commit comments

Comments
 (0)