Is there any possibility to PUT a single object and string into a content of a schema?
I tried to make a api call and only want to set a value in one field but I always get:
"Field is required"
and have to PUT all fields of the schema. But the schema does not have any required fields.
So how to avoid that “Field is required” in a Squidex API PUT Command to only update one string value, or like only a part of the values?