Is there a way to update (patch) environment/collection variables using Postman API?

Your question may already have an answer on the community forum. Please search for related topics, and then read through the guidelines before creating a new topic.

Here’s an outline with best practices for making your inquiry.

My question: Is there a way to update (patch) environment/collection variables using Postman API?

Details:
Currently I am using PUT request as follows: How to update collection using Postman API?

However, it replaces the whole collection values instead of updating only the defined variables.

I’ve already tried: PATCH method (seems not available)