TWC REST API question

Hi, 

We are using Cameo EA and Team Work Cloud (2021x) and want to utilize Rest API.

We will be doing new elements insertion, few elements updation and deleting few elements using REST API end points as follow,

https://:/osmc/resources/{resourceId}/elements/{elementId}       POST

https://:/osmc/resources/{resourceId}/elements                  PATCH

https://:/osmc/resources/{resourceId}/elements                  DELETE

 

But triggering any of the above REST API endpoint commits the project to TWC and increments revision number. 

We have a use case where we want to increment revision number only by 1 for complete set of

above operations.

 

Please let us know if there is any way to do so.

 

TWC