mirror of
https://github.com/Labelbase/Labelbase.git
synced 2026-08-13 12:33:23 +02:00
Added token info
This commit is contained in:
parent
82026539b4
commit
148765782b
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ base_url = 'https://labelbase.space/api/v0/'
|
|||
|
||||
# Define headers containing the API key
|
||||
headers = {
|
||||
'Authorization': f'Token {api_key}'
|
||||
'Authorization': f'Token {api_key}' # Authentication scheme is 'Token' not 'Bearer' or 'JWT'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue