I’m confused how to configure REST APIs to support update and create for those widgets that support it.
For Read only JSON it’s easy enough to see what data a widget needs and supply it via a remote endpoint.
For create an update I would need to know what the server will receive as a request and what to provide as a response.
Is there any documentation about this?