Skip to content

Commit

Permalink
Fix warning about character exceeding
Browse files Browse the repository at this point in the history
  • Loading branch information
kr-mykyta committed May 3, 2023
1 parent cf79a63 commit ded5139
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Cronofy.php
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,8 @@ public function bulkDeleteEvents($params)
{
/*
delete_all : A Boolean specifying whether all events you are managing for the user should be deleted. When specified must be true. OPTIONAL
calendar_ids : An Array specifying the calendars from which to delete all events you are managing for the user. When provided at least one calendar must be specified. OPTIONAL
calendar_ids : An Array specifying the calendars from which to delete all events you are managing for the user.
When provided at least one calendar must be specified. OPTIONAL
Only one of delete_all or calendar_ids must be provided in the body, if both are set this is considered an error.
*/
Expand Down

0 comments on commit ded5139

Please sign in to comment.