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

x/oura_api/mod.ts>Webhook#renewSubscription

Typescript project to interact with v2 of the Oura Ring API
Latest
method Webhook.prototype.renewSubscription
Re-export
import { Webhook } from "https://deno.land/x/oura_api@1.0.1/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.