Directus / @directus/sdk / rest / updateWebhook
Function: updateWebhook() ​
updateWebhook<
Schema,TQuery>(key,item,query?):RestCommand<IfAny<Schema,Record<string,any>, { [K in string | number | symbol]: Merge<MappedFunctionFields<Schema, UnpackList<IfAny<Schema, { actions: (...) | (...); collections: (...) | (...); data: boolean; headers: (...) | (...); id: number; method: string; name: string; status: string; url: string }, "directus_webhooks" extends keyof (...) ? (...) extends (...) ? (...) : (...) : { actions: ...; collections: ...; data: ...; headers: ...; id: ...; method: ...; name: ...; status: ...; url: ... }>>> extends FF ? MapFlatFields<UnpackList<IfAny<Schema, { actions: (...) | (...); collections: (...) | (...); data: boolean; headers: (...) | (...); id: number; method: string; name: string; status: string; url: string }, "directus_webhooks" extends keyof (...) ? (...) extends (...) ? (...) : (...) : { actions: ...; collections: ...; data: ...; headers: ...; id: ...; method: ...; name: ...; status: ...; url: ... }>>, FieldsWildcard<UnpackList<IfAny<Schema, { actions: ...; collections: ...; data: ...; headers: ...; id: ...; method: ...; name: ...; status: ...; url: ... }, (...) extends (...) ? (...) : (...)>>, Exclude<UnpackList<Mutable<(...)>>, PickRelationalFields<(...)> extends never ? never : AllKeys<(...)>>>, FF extends Record<string, string> ? FF<FF> : Record<string, string>> : never, PickRelationalFields<UnpackList<Mutable<TQuery["fields"]>>> extends never ? never : { [Field in string | number | symbol]: Field extends keyof UnpackList<IfAny<(...), (...), (...)>> ? Extract<(...)[(...)], ItemType<(...)>> extends RelatedCollection ? IsNullable<(...)[(...)], (...) | (...), (...) extends (...) ? (...) : (...)> : never : never }>[K] }>,Schema>
Defined in: rest/commands/update/webhooks.ts:46
Update an existing webhook.
Type Parameters ​
• Schema
• TQuery extends Query<Schema, DirectusWebhook<Schema>>
Parameters ​
key ​
DirectusWebhook<Schema>["id"]
item ​
Partial<DirectusWebhook<Schema>>
query? ​
TQuery
Returns ​
RestCommand<IfAny<Schema, Record<string, any>, { [K in string | number | symbol]: Merge<MappedFunctionFields<Schema, UnpackList<IfAny<Schema, { actions: (...) | (...); collections: (...) | (...); data: boolean; headers: (...) | (...); id: number; method: string; name: string; status: string; url: string }, "directus_webhooks" extends keyof (...) ? (...) extends (...) ? (...) : (...) : { actions: ...; collections: ...; data: ...; headers: ...; id: ...; method: ...; name: ...; status: ...; url: ... }>>> extends FF ? MapFlatFields<UnpackList<IfAny<Schema, { actions: (...) | (...); collections: (...) | (...); data: boolean; headers: (...) | (...); id: number; method: string; name: string; status: string; url: string }, "directus_webhooks" extends keyof (...) ? (...) extends (...) ? (...) : (...) : { actions: ...; collections: ...; data: ...; headers: ...; id: ...; method: ...; name: ...; status: ...; url: ... }>>, FieldsWildcard<UnpackList<IfAny<Schema, { actions: ...; collections: ...; data: ...; headers: ...; id: ...; method: ...; name: ...; status: ...; url: ... }, (...) extends (...) ? (...) : (...)>>, Exclude<UnpackList<Mutable<(...)>>, PickRelationalFields<(...)> extends never ? never : AllKeys<(...)>>>, FF extends Record<string, string> ? FF<FF> : Record<string, string>> : never, PickRelationalFields<UnpackList<Mutable<TQuery["fields"]>>> extends never ? never : { [Field in string | number | symbol]: Field extends keyof UnpackList<IfAny<(...), (...), (...)>> ? Extract<(...)[(...)], ItemType<(...)>> extends RelatedCollection ? IsNullable<(...)[(...)], (...) | (...), (...) extends (...) ? (...) : (...)> : never : never }>[K] }>, Schema>
Returns the webhook object for the updated webhook.
Throws ​
Will throw if key is empty