Skip to content

Commit

Permalink
refactor: query parameters, response fields에 optional 필드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
alstn113 committed Jan 10, 2025
1 parent 6c19aeb commit 92ae220
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
|===
|Parameter|Optional|Description

{{#parameters}}
|{{#tableCellContent}}`+{{name}}+`{{/tableCellContent}}
|{{#tableCellContent}}{{#optional}}true{{/optional}}{{/tableCellContent}}
|{{#tableCellContent}}{{description}}{{/tableCellContent}}

{{/parameters}}
|===
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
|===
|Path|Type|Optional|Description

{{#fields}}
|{{#tableCellContent}}`+{{path}}+`{{/tableCellContent}}
|{{#tableCellContent}}`+{{type}}+`{{/tableCellContent}}
|{{#tableCellContent}}{{#optional}}true{{/optional}}{{/tableCellContent}}
|{{#tableCellContent}}{{description}}{{/tableCellContent}}

{{/fields}}
|===

0 comments on commit 92ae220

Please sign in to comment.