Closed charn closed 3 years ago
Authorization header was excepted to contain API token prefixed with a ApiKey keyword when this API was used. For ticketing system API calls the token was prefixed with Token keyword. This PR unifies the behavior and uses Bearer prefix everywhere.
ApiKey
Token
Bearer
Authorization header was excepted to contain API token prefixed with a
ApiKey
keyword when this API was used. For ticketing system API calls the token was prefixed withToken
keyword. This PR unifies the behavior and usesBearer
prefix everywhere.