pub async fn update_api_key(
configuration: &Configuration,
app_id: &str,
token_id: &str,
update_api_key_request: UpdateApiKeyRequest,
) -> Result<Value, Error<UpdateApiKeyError>>Expand description
Update a Rich Authentication Token (App API Key) for a OneSignal app.