Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpoonwj committed Jan 19, 2024
1 parent c9f6c11 commit 21f2b72
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/learnservice_oas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ servers:

x-kong-tags: [ tag1, tag2 ]
# specify the tags to use for each Kong entity generated. The tags can be overridden
# when doing the conversion. This can only be specified on document level.
# when doing the conversion.

x-kong-service-defaults:
# the defaults for the Kong services generated from 'servers' above
Expand Down Expand Up @@ -138,6 +138,8 @@ paths:
config:
status_code: 403
message: So long and thanks for all the fish!
x-kong-tags: [ tag3, tag4 ]
# specify the tags to add for this specific route in addition to document level tags (if any)
responses:
'200':
description: Successful operation
Expand Down

0 comments on commit 21f2b72

Please sign in to comment.