GamebeastDocs
Dashboard
SDK V1Heatmaps

Update a heatmap

PUT
/sdk/v1/heatmaps/{heatmapId}

Updates an existing heatmap's mutable fields (name, bounds, description, metadata, resolution). Responds 404 if the heatmap does not belong to the calling application.

Authorization

sdkApiKey
authorization<token>

SDK (public) key, prefixed gb_pk_ (older keys: sdk_). Send it as the authorization header value. Scoped to one project, so it is safe to ship in a game build.

In: header

Path Parameters

heatmapId*string

Header Parameters

isstudio?|
Defaulttrue
project-id?integer
Range0 < value <= 9007199254740991

Response Body

application/json

curl -X PUT "https://example.com/sdk/v1/heatmaps/string"
{}