Skip to content

Commit

Permalink
update configuration generated in sample
Browse files Browse the repository at this point in the history
  • Loading branch information
maximevct committed Oct 1, 2024
1 parent 3716526 commit ff1b490
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,14 +249,14 @@ def auth_settings
type: 'api_key',
in: 'header',
key: 'X-Api-Key',
value: api_key_with_prefix('api_key')
value: api_key_with_prefix('X-Api-Key')
},
'api_key_query' =>
{
type: 'api_key',
in: 'query',
key: 'api_key',
value: api_key_with_prefix('api_key_query', 'api_key')
value: api_key_with_prefix('api_key', 'api_key')
},
}
end
Expand Down

0 comments on commit ff1b490

Please sign in to comment.