Skip to content

Commit 031070d

Browse files
committed
chore: define a request body schema for trash and untrash a message route
1 parent 7224858 commit 031070d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

spec/mail.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2072,6 +2072,13 @@ components:
20722072
properties:
20732073
rule:
20742074
type: string
2075+
Model19:
2076+
required:
2077+
- isTrash
2078+
type: object
2079+
properties:
2080+
isTrash:
2081+
type: boolean
20752082
Model8:
20762083
required:
20772084
- mode

0 commit comments

Comments
 (0)