Skip to content

Commit 057a3f3

Browse files
committed
fix(openapi): switched description of LogText and LogTitle
1 parent 9b031f6 commit 057a3f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -483,11 +483,11 @@ components:
483483
- data
484484
additionalProperties: false
485485
LogText:
486-
description: Title of the log.
486+
description: Body of the log.
487487
type: string
488488
minLength: 3
489489
LogTitle:
490-
description: Body of the log.
490+
description: Title of the log.
491491
type: string
492492
minLength: 3
493493
PaginationLimit:

0 commit comments

Comments
 (0)