From a540f0020acf62b7fdb2e22b08a3cbe7df93f095 Mon Sep 17 00:00:00 2001 From: seokjin8678 Date: Fri, 22 Dec 2023 09:56:40 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=8A=A4=EB=8B=88=ED=8E=AB=20=EA=B9=A8?= =?UTF-8?q?=EC=A7=90=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../restdocs/templates/response-fields.snippet | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/test/resources/org/springframework/restdocs/templates/response-fields.snippet b/src/test/resources/org/springframework/restdocs/templates/response-fields.snippet index 42f4a10..1800d80 100644 --- a/src/test/resources/org/springframework/restdocs/templates/response-fields.snippet +++ b/src/test/resources/org/springframework/restdocs/templates/response-fields.snippet @@ -1,12 +1,12 @@ -====Response Fields - |=== - |필드명|타입|설명|null여부 +==== Response Fields +|=== +|필드명|타입|설명|null여부 {{#fields}} - |{{#tableCellContent}}`+{{path}}+`{{/tableCellContent}} - |{{#tableCellContent}}`+{{type}}+`{{/tableCellContent}} - |{{#tableCellContent}}{{description}}{{/tableCellContent}} - |{{#tableCellContent}}{{#optional}}true{{/optional}}{{^optional}}{{/optional}}{{/tableCellContent}} +|{{#tableCellContent}}`+{{path}}+`{{/tableCellContent}} +|{{#tableCellContent}}`+{{type}}+`{{/tableCellContent}} +|{{#tableCellContent}}{{description}}{{/tableCellContent}} +|{{#tableCellContent}}{{#optional}}true{{/optional}}{{^optional}}{{/optional}}{{/tableCellContent}} {{/fields}} - |=== +|===