Updates the information about the webhook settings in Store. Check webhooks documentation to learn more.
project_id required | integer Projekt-ID. Dieser Parameter wird im Kundenportal neben dem Projektnamen angezeigt. Example: 44056 |
Informationen zu Webhook-Einstellungen.
url required | string URL of your server for receiving Game services webhooks. The URL must be publicly accessible and use the HTTPS protocol, for example For Game services webhooks, the setting specified in this API call takes precedence over the setting configured in Publisher Account in Project Settings > Webhooks section. |
secret required | string The project secret key for signing Game services webhooks. For Game services, the key specified in this API call takes precedence over the key generated in Publisher Account in Project Settings > Webhooks section. |
is_enabled required | boolean Whether Game services webhooks are enabled. For Game services webhooks, the setting specified in this API call takes precedence over the setting configured in Publisher Account in Project Settings > Webhooks section. |
version | integer Webhooks version. In version |
Die Informationen zu den Webhook-Einstellungen wurden erfolgreich aktualisiert.
Basisauthentifizierung nicht bestanden oder falsch. Prüfen Sie die Anmeldedaten und vergewissern Sie sich, dass Sie die Basisauthentifizierung verwenden.
Es liegen keine Informationen zu Webhook-Einstellungen mit der project_id
vor. Prüfen Sie, ob Sie die richtige project_id
angegeben oder zuvor einen Webhook erstellt haben.
Informationen zu den Webhook-Einstellungen enthalten eine leere URL.
{- "is_enabled": true,
- "secret": "my_secret_key",
- "version": 1
}
{- "errorCode": 1020,
- "errorMessage": "[0401-1020]: Error in Authentication method occurred",
- "statusCode": 401
}