Skip to main content
PATCH
/
sites
/
{siteCode}
/
hash
Get a hash code of the contents of the original application file
curl --request PATCH \
  --url https://api.kameleoon.com/sites/{siteCode}/hash \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

siteCode
string
required

Body

application/json
hashType
enum<string>

The type of hash function. Default value: 'SHA256'

Available options:
SHA256,
MD5,
SHA1

Response

OK

The response is of type object.