Skip to content

Commit

Permalink
Correct tag-list parameter descriptions as only XML tag-handling is s…
Browse files Browse the repository at this point in the history
…upported
  • Loading branch information
daniel-jones-dev authored Sep 9, 2024
1 parent fed2755 commit c2a61a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1830,11 +1830,11 @@ components:
Bitte öffnen Sie die Seite <keep>Settings</keep> um Ihr System zu konfigurieren.
```
TagCommaSeparatedList:
description: Comma-separated list of XML or HTML tags.
description: Comma-separated list of XML tags.
type: string
example: a,p,span
TagList:
description: List of XML or HTML tags.
description: List of XML tags.
type: array
items:
type: string
Expand Down

0 comments on commit c2a61a8

Please sign in to comment.