Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/kd_clients/mod.ts>ReleaseClient#updateReleaseById

Various HTTP clients for miscellaneous use.
Latest
method ReleaseClient.prototype.updateReleaseById
import { ReleaseClient } from "https://deno.land/x/kd_clients@v1.0.0-preview.14/mod.ts";

Updates a release with the given text where the release has the given id.

Parameters

id: number

The id of the release to update.

text: string

The text to update the release with.

Returns

Promise<void>