curl --request PATCH \
--url https://api.kameleoon.com/sites/{siteCode}/hash \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"hashType": "SHA256"
}
'{}Retrieves the hash code generated from the original application file’s content.
curl --request PATCH \
--url https://api.kameleoon.com/sites/{siteCode}/hash \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"hashType": "SHA256"
}
'{}Documentation Index
Fetch the complete documentation index at: https://docs.kameleoon.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The type of hash function. Default value: 'SHA256'
SHA256, MD5, SHA1 OK
The response is of type object.
Was this page helpful?