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}} - |=== +|===