ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.292.0

This commit is contained in:
speakeasybot
2024-05-16 10:23:18 +00:00
parent 0158d5818a
commit 0d3ca63c0f
163 changed files with 15201 additions and 3981 deletions

View File

@@ -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,