We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d918ea commit 65ae8eaCopy full SHA for 65ae8ea
apimanager/apimanager/settings.py
@@ -332,11 +332,13 @@
332
# DO NOT TRY TO DO SO YOU WILL BE IGNORED!
333
OBPv500 = API_HOST + '/obp/v5.0.0'
334
OBPv510 = API_HOST + '/obp/v5.1.0'
335
+OBPv600 = API_HOST + '/obp/v6.0.0'
336
337
# API Versions
338
API_VERSION = {
339
"v500": OBPv500,
- "v510": OBPv510
340
+ "v510": OBPv510,
341
+ "v600": OBPv600
342
}
343
# For some reason, swagger is not available at the latest API version
344
#API_URL_SWAGGER = API_HOST + '/obp/v1.4.0/resource-docs/v' + 5.1.0 + '/swagger' # noqa
0 commit comments