You can use request headers to update read-only fields, add fields, and prevent workflows from running.
Important
Before you use request headers, investigate the situation thoroughly to ensure that you don’t compromise your data when you update fields defined as not editable in the data model or disable workflows.
| Header name and value | Behavior |
Oomnitza-Ignore-Meta-Restriction:1 |
Updates fields that are defined as not editable in the data model. |
Oomnitza-Allow-Unknown-Meta-Fields:1 |
Adds fields to your request that do not correspond to fields in Oomnitza or the API. These fields are ignored when a record is created. |
Oomnitza-Not-Trigger-WF:1 |
Prevents workflows from being triggered. For example, you have an existing workflow in your Oomnitza instance that is set to trigger when a record is edited. If you include the header in a PATCH request, the workflow won’t be triggered |
Comments
0 comments
Please sign in to leave a comment.