0
votes

I'm doing a lot of release definition requests and noticed that vsts does not provide an ETag so every request returns full json. Is this somehow configurable?

Sample request:

https://{accountName}.vsrm.visualstudio.com/{project}/_apis/release/definitions/{definitionId}?api-version=4.1-preview.3

1
If you are looking for something just for release definitions, there is a revision property which is bumped up whenever anything changes in the definition. That might help you out?divyanshm

1 Answers

0
votes

There isn't any way to configure this. Currently, only the API for Dashboard supports ETag. Other API does not support it. I help you submitted an user voice here: Support ETag for Rest API to improve the performance, you can vote on it.