Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/oura_api/mod.ts>Webhook#renewSubscription

Deno project to interact with v2 of the Oura Ring API
Go to Latest
method Webhook.prototype.renewSubscription
Re-export
import { Webhook } from "https://deno.land/x/oura_api@0.4.0/mod.ts";

Renews the expiration time of a webhook subscription.

Parameters

id: string
  • Subscription id in string format.

Returns

Promise<Subscription>

A Subscription typed object of the renewed subscription.