I update some fields dynamically using the API. I would like those fields to be uneditable or locked except via the API.
For example, I manage a base called Trips. One of the fields is called “participant count”. Using a cron-driven script, I update that field regularly via the API. I would prefer that no other users could then modify that field.