Skip to content
Snippets Groups Projects
Commit 4ea00c6a authored by GitLab Runner 1149's avatar GitLab Runner 1149
Browse files

Automated Save by CI Run

parent 6b603e86
No related branches found
No related tags found
No related merge requests found
......@@ -4064,7 +4064,7 @@ info:
\ nicht Bestandteil dieser Dokumentation, sondern \xFCber selbstdokumentierende\
\ Indexabfragen der WebAPI erreichbar."
title: SCC NETDB-API
version: 4.1.154
version: 4.1.156
openapi: 3.0.3
paths:
/cntl/column/create:
......@@ -36,7 +36,7 @@ class APIEndpoint(object):
class APISession(object):
def __init__(self, endpoint: APIEndpoint, protocol: str='https', update_check: bool='NETDB_CLIENT_DISABLE_UPDATE_CHECK' not in os.environ):
self._build_version = '4.1.154'
self._build_version = '4.1.156'
self.session = requests.session()
self.session.headers.update({'Authorization': 'Bearer ' + endpoint.token})
self.api_root = f'{protocol}://{endpoint.base_url}'
......
4.1.154
\ No newline at end of file
4.1.156
\ No newline at end of file
4.1.154
\ No newline at end of file
4.1.156
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment