Hiding fields using baserow api

How do I hide fields using the API? please help

I am able to create,link fields etc. I want to hide some created fields like I can do in the UI

Thanks

Hi,

You can see how baserow uses the API by opening the inspector of your browser in the tab “Network”. If I open my inspector and hide a field, I notice the following request in the inspector:

So, a patch request to api/database/views/{id}/field-options with the following payload (json object in the body):
image
should do the job

Regards
Frederik

wow, Thank you fredrik. Baserow is too good, very developer friendly