mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-20 06:03:37 -06:00
8 lines
159 B
JSON
8 lines
159 B
JSON
{
|
|
"name": "Authorization",
|
|
"in": "header",
|
|
"description": "The authorization token with Bearer type",
|
|
"required": true,
|
|
"type": "string"
|
|
}
|