Check Newer Versions for Web Tools
Web Tools Routes
Check Newer Versions
Checks if newer versions are available for the specified web tools. Can also detect conflicts with user overrides.
POST
Check Newer Versions for Web Tools
Documentation Index
Fetch the complete documentation index at: https://docs.tryhamsa.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Pass the API key in the Authorization header, You need to put Token keyword before the API key. e.g. 'Authorization: Token '
Body
application/json
Array of web tool IDs to check for newer versions
Example:
[
"48f7656f-098b-4c43-b165-7cfd2cc8ac30",
"59g8767g-109c-5d54-c276-8dgd3dd9bd41"
]Optional overrides to check for conflicts. Keys are web tool IDs.
Example:
{
"48f7656f-098b-4c43-b165-7cfd2cc8ac30": {
"params": { "location": "New York" },
"httpHeaders": { "X-Custom-Header": "value" }
}
}