Skip to content

Commit 9a1da2f

Browse files
Apply suggestion from @kamilmysliwiec
1 parent 4c7f327 commit 9a1da2f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

content/openapi/operations.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ To attach a controller to a specific tag, use the `@ApiTags(...tags)` decorator.
1212
export class CatsController {}
1313
```
1414

15-
##### Hierarchical tags
1615

1716
OpenAPI 3.2 extends the Tag Object so that tags can be organized into a hierarchy and annotated with a hint about how they should be presented. To declare these relationships, define the tags up front with `DocumentBuilder` and pass the `parent` and `kind` options to `addTag()`:
1817

0 commit comments

Comments
 (0)