RQM : Is there any API/OSLC query avaialble to update custom attribute
RQM : Is there any API/OSLC query available to update only custom attribute.
1) Currently, I am making GET call and get the XML response
2) Once I get the XML response and I am modifying the custom attribute part in the same XML
3) Making PUT call to update entire resource :
4) Updating custom attribute values is working fine.
But problem which I am facing with above solution is
-> Since PUT method is updating entire resource, in RQM side preconditions(validations) are executing and its stopping(http status 403) to update custom attribute value.
So, I am seeking support for any alternative ways to update custom attribute value by ignoring preconditions.
Regards
Hanamant