API PUT for single object or string

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?

Thats weird. Are you sure? Is it a local setup with custom installation or the cloud?

In general the PUT endpoint requires all data, but you can make a PATCH to only update single fields.

Thank you very much I was not really familiar with the Squidex API.

1 Like