Directus / @directus/sdk / rest / updateNotifications
Function: updateNotifications() ​
updateNotifications<
Schema,TQuery>(keys,item,query?):RestCommand<IfAny<Schema,Record<string,any>, { [K in string | number | symbol]: Merge<MappedFunctionFields<Schema, UnpackList<IfAny<Schema, { collection: ...; id: ...; item: ...; message: ...; recipient: ...; sender: ...; status: ...; subject: ...; timestamp: ... }, (...) extends (...) ? (...) : (...)>>> extends FF ? MapFlatFields<UnpackList<IfAny<Schema, { collection: ...; id: ...; item: ...; message: ...; recipient: ...; sender: ...; status: ...; subject: ...; timestamp: ... }, (...) extends (...) ? (...) : (...)>>, FieldsWildcard<UnpackList<IfAny<(...), (...), (...)>>, Exclude<UnpackList<(...)>, (...) extends (...) ? (...) : (...)>>, FF extends Record<string, string> ? FF<FF> : Record<string, string>> : never, PickRelationalFields<UnpackList<Mutable<(...)[(...)]>>> extends never ? never : { [Field in string | number | symbol]: Field extends keyof UnpackList<(...)> ? Extract<(...), (...)> extends RelatedCollection ? IsNullable<(...), (...), (...)> : never : never }>[K] }>[],Schema>
Defined in: rest/commands/update/notifications.ts:21
Update multiple existing notifications.
Type Parameters ​
• Schema
• TQuery extends Query<Schema, DirectusNotification<Schema>>
Parameters ​
keys ​
DirectusNotification<Schema>["id"][]
item ​
Partial<DirectusNotification<Schema>>
query? ​
TQuery
Returns ​
RestCommand<IfAny<Schema, Record<string, any>, { [K in string | number | symbol]: Merge<MappedFunctionFields<Schema, UnpackList<IfAny<Schema, { collection: ...; id: ...; item: ...; message: ...; recipient: ...; sender: ...; status: ...; subject: ...; timestamp: ... }, (...) extends (...) ? (...) : (...)>>> extends FF ? MapFlatFields<UnpackList<IfAny<Schema, { collection: ...; id: ...; item: ...; message: ...; recipient: ...; sender: ...; status: ...; subject: ...; timestamp: ... }, (...) extends (...) ? (...) : (...)>>, FieldsWildcard<UnpackList<IfAny<(...), (...), (...)>>, Exclude<UnpackList<(...)>, (...) extends (...) ? (...) : (...)>>, FF extends Record<string, string> ? FF<FF> : Record<string, string>> : never, PickRelationalFields<UnpackList<Mutable<(...)[(...)]>>> extends never ? never : { [Field in string | number | symbol]: Field extends keyof UnpackList<(...)> ? Extract<(...), (...)> extends RelatedCollection ? IsNullable<(...), (...), (...)> : never : never }>[K] }>[], Schema>
Returns the notification objects for the updated notifications.
Throws ​
Will throw if keys is empty