You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to updateVideo with a previously filled schedule startsAt or endsAt value set to null doesn't do anything due to the way that the PHP Object -> JSON conversion works.
The patchJSON function in ObjectBase.php shouldn't be necessarily ignoring fields with null values as that may be a valid value for that field.
The text was updated successfully, but these errors were encountered:
Trying to updateVideo with a previously filled schedule startsAt or endsAt value set to null doesn't do anything due to the way that the PHP Object -> JSON conversion works.
The patchJSON function in ObjectBase.php shouldn't be necessarily ignoring fields with null values as that may be a valid value for that field.
The text was updated successfully, but these errors were encountered: