I am trying to modify existing assistant and getting error 400:
Invalid type for ‘description’: expected a string, but got null instead.
The documentation on this field says following
description string or null Optional
The description of the assistant. The maximum length is 512 characters.
I guess API endpoint or the documentation need to be fixed.