Skip to content

Commit

Permalink
Merge pull request #22 from amberscript/glossary-limit-update
Browse files Browse the repository at this point in the history
Updated glossary request body description
  • Loading branch information
timobehrens authored Nov 23, 2022
2 parents 448d39d + df1c75a commit e739665
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 e739665

Please sign in to comment.