Skip to content

Commit

Permalink
Update example fields
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansmares committed May 5, 2023
1 parent 0bdd5ca commit 07112b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ fields:
description: On which region should the service endpoint land on
secret: false
default-value: eu
- id: api-key
- id: api_key
name: API Key
description: API key used for authorization
secret: false
format: json
headers:
Authorization: Bearer {api-key}
Authorization: Bearer {api_key}
create-downlink-api-key: true
base-url: https://www.example.com{/region}
paths:
Expand Down

0 comments on commit 07112b9

Please sign in to comment.