Skip to content

Commit

Permalink
πŸ“ RESTDOCS request-part-fields ν•­λͺ©μ— Required, Format μΆ”κ°€ (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
hwgyun authored Dec 9, 2024
1 parent 801b23e commit 0f44295
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
|===
|Path|Type|Required|Format|Description

{{#fields}}

|{{#tableCellContent}}`+{{path}}+`{{/tableCellContent}}
|{{#tableCellContent}}`+{{type}}+`{{/tableCellContent}}
|{{#tableCellContent}}{{^optional}}true{{/optional}}{{/tableCellContent}}
|{{#tableCellContent}}{{#format}}{{.}}{{/format}}{{/tableCellContent}}
|{{#tableCellContent}}{{description}}{{/tableCellContent}}

{{/fields}}
|===

0 comments on commit 0f44295

Please sign in to comment.