I've tried several ways of using auth token:
tc=TeamCity('https://tc.my.com',auth=tc_token)
and
tc.set_default_header(header_name='Authorization', header_value='Bearer {token}'.format(token=tc_token))
all unsuccessful with HTTP 404 error. HTTP response body: Invalid authentication request or authentication scheme is not supported
I've tried several ways of using auth token:
and
all unsuccessful with HTTP 404 error.
HTTP response body: Invalid authentication request or authentication scheme is not supported