From a4d56d38a7737b71721f118fda550f4cf6f32655 Mon Sep 17 00:00:00 2001 From: Daniel Poon <17039704+danielpoonwj@users.noreply.github.com> Date: Fri, 19 Jan 2024 21:56:02 +0800 Subject: [PATCH] Update docs --- docs/learnservice_oas.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/learnservice_oas.yaml b/docs/learnservice_oas.yaml index 6d1e212..4e4bf05 100644 --- a/docs/learnservice_oas.yaml +++ b/docs/learnservice_oas.yaml @@ -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 @@ -140,6 +140,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