Preparing search index...
The search index is not available
@google/genai
@google/genai
gaos/funcs/webhooks-update
webhooksUpdate
Function webhooksUpdate
webhooksUpdate
(
client
:
GoogleGenAICore
,
id
:
string
,
api_version
?:
string
,
update_mask
?:
string
,
body
?:
WebhookUpdate
,
options
?:
RequestOptions
,
)
:
APIPromise
<
Result
<
Webhook
,
|
UnexpectedClientError
|
InvalidRequestError
|
RequestAbortedError
|
RequestTimeoutError
|
ConnectionError
|
GoogleGenAiError
,
>
,
>
Updates an existing Webhook.
Parameters
client
:
GoogleGenAICore
id
:
string
Optional
api_version
:
string
Optional
update_mask
:
string
Optional
body
:
WebhookUpdate
Optional
options
:
RequestOptions
Returns
APIPromise
<
Result
<
Webhook
,
|
UnexpectedClientError
|
InvalidRequestError
|
RequestAbortedError
|
RequestTimeoutError
|
ConnectionError
|
GoogleGenAiError
,
>
,
>
Settings
Theme
OS
Light
Dark
@google/genai
Loading...
Updates an existing Webhook.