Project APIDeeplinks
Update a deeplink
Updates an existing deeplink
AuthorizationBearer <token>
Secret server key (prefixed gb_sk_) for server-to-server calls. Send it as Authorization: Bearer <key>. Never ship a secret key in a game client.
In: header
Path Parameters
applicationId*number
Gamebeast project ID
deeplinkId*number
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X PUT "https://example.com/application/0/deeplinks/0" \ -H "Content-Type: application/json" \ -d '{}'Empty