chore: improve ooo reason documentation apiv2 (#18582)
This commit is contained in:
@@ -12315,9 +12315,10 @@
|
||||
"example": 2
|
||||
},
|
||||
"reason": {
|
||||
"type": "object",
|
||||
"type": "string",
|
||||
"description": "the reason for the out of office entry, if applicable",
|
||||
"example": "vacation"
|
||||
"example": "vacation",
|
||||
"enum": ["unspecified", "vacation", "travel", "sick", "public_holiday"]
|
||||
}
|
||||
},
|
||||
"required": ["start", "end"]
|
||||
@@ -12348,9 +12349,10 @@
|
||||
"example": 2
|
||||
},
|
||||
"reason": {
|
||||
"type": "object",
|
||||
"type": "string",
|
||||
"description": "the reason for the out of office entry, if applicable",
|
||||
"example": "vacation"
|
||||
"example": "vacation",
|
||||
"enum": ["unspecified", "vacation", "travel", "sick", "public_holiday"]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user