Skip to content

Commit

Permalink
Updated glossary request body description
Browse files Browse the repository at this point in the history
  • Loading branch information
nikola-amberscript committed Nov 18, 2022
1 parent 448d39d commit df1c75a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -1446,8 +1446,8 @@ Create a glossary.
| Attribute | Type | Description | Required |
|-----------|-------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------|----------|
| name | string <br><small>maxLength: 60</small> | Name of the glossary. | Yes |
| names | [string] <br><small>maxItems: 15</small> <br><small>maxItemLength: 20</small> | Array of names. | No |
| items | [object] <br><small>maxItems: 20</small> | Array of glossary items. **GlossaryItem** format is described in the table below. | No |
| names | [string] <br><small>maxItems: 250</small> <br><small>maxItemLength: 20</small> | Array of names. | No |
| items | [object] <br><small>maxItems: 750</small> | Array of glossary items. **GlossaryItem** format is described in the table below. | No |

### GlossaryItem
| Attribute | Type | Description | Required |
Expand Down Expand Up @@ -1609,8 +1609,8 @@ Update a specific glossary.
| Attribute | Type | Description | Required |
|-----------|-------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------|----------|
| name | string <br><small>maxLength: 60</small> | Name of the glossary. | Yes |
| names | [string] <br><small>maxItems: 15</small> <br><small>maxItemLength: 20</small> | Array of names. | No |
| items | [object] <br><small>maxItems: 20</small> | Array of glossary items. **GlossaryItem** format is described in the table below. | No |
| names | [string] <br><small>maxItems: 250</small> <br><small>maxItemLength: 20</small> | Array of names. | No |
| items | [object] <br><small>maxItems: 750</small> | Array of glossary items. **GlossaryItem** format is described in the table below. | No |

### GlossaryItem
| Attribute | Type | Description | Required |
Expand Down

0 comments on commit df1c75a

Please sign in to comment.