Skip to content

Commit 65ae8ea

Browse files
feature/Add version 6.0.0
1 parent 5d918ea commit 65ae8ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apimanager/apimanager/settings.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,11 +332,13 @@
332332
# DO NOT TRY TO DO SO YOU WILL BE IGNORED!
333333
OBPv500 = API_HOST + '/obp/v5.0.0'
334334
OBPv510 = API_HOST + '/obp/v5.1.0'
335+
OBPv600 = API_HOST + '/obp/v6.0.0'
335336

336337
# API Versions
337338
API_VERSION = {
338339
"v500": OBPv500,
339-
"v510": OBPv510
340+
"v510": OBPv510,
341+
"v600": OBPv600
340342
}
341343
# For some reason, swagger is not available at the latest API version
342344
#API_URL_SWAGGER = API_HOST + '/obp/v1.4.0/resource-docs/v' + 5.1.0 + '/swagger' # noqa

0 commit comments

Comments
 (0)