Merge 83bd7b1a58f24952ef674f24a2ac98412f1c98de into 8487c083e1faecb1259be8a8873618cfdb69d33d

This commit is contained in:
James Daily 2024-03-19 10:46:52 -03:00 committed by GitHub
commit 954a4b27f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -521,11 +521,13 @@ Property Value Type: object<br />Parent: -
"error": { "error": {
"code": 404, "code": 404,
"message": "File Not Found", "message": "File Not Found",
"errors": [{ "errors": [
"domain": "Calendar", {
"reason": "ResourceNotFoundException", "domain": "Calendar",
"message": "File Not Found "reason": "ResourceNotFoundException",
}] "message": "File Not Found"
}
]
} }
} }