mirror of
https://github.com/LukeHagar/dub-node.git
synced 2025-12-08 20:37:45 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.292.0
This commit is contained in:
@@ -1236,7 +1236,7 @@ export class Links extends ClientSDK {
|
||||
* Update a link
|
||||
*
|
||||
* @remarks
|
||||
* Update a link for the authenticated workspace. If there's no change, returns as is.
|
||||
* Update a link for the authenticated workspace. If there's no change, returns it as it is.
|
||||
*/
|
||||
async update(
|
||||
linkId: string,
|
||||
@@ -1703,7 +1703,7 @@ export class Links extends ClientSDK {
|
||||
* Upsert a link
|
||||
*
|
||||
* @remarks
|
||||
* Upsert a link for the authenticated workspace by its URL. If a link with the same URL already exists, returns as is if there's no change, or update it. Otherwise, a new link will be created.
|
||||
* Upsert a link for the authenticated workspace by its URL. If a link with the same URL already exists, return it (or update it if there are any changes). Otherwise, a new link will be created.
|
||||
*/
|
||||
async upsert(
|
||||
request?: operations.UpsertLinkRequestBody | undefined,
|
||||
|
||||
Reference in New Issue
Block a user