Checks if newer versions are available for the specified web tools. Can also detect conflicts with user overrides.
Pass the API key in the Authorization header, You need to put Token keyword before the API key. e.g. 'Authorization: Token
Array of web tool IDs to check for newer versions
[
"48f7656f-098b-4c43-b165-7cfd2cc8ac30",
"59g8767g-109c-5d54-c276-8dgd3dd9bd41"
]Optional overrides to check for conflicts. Keys are web tool IDs.
{
"48f7656f-098b-4c43-b165-7cfd2cc8ac30": {
"params": { "location": "New York" },
"httpHeaders": { "X-Custom-Header": "value" }
}
}