Directus / @directus/sdk / rest / updateDashboard
Function: updateDashboard() ​
updateDashboard<
Schema,TQuery>(key,item,query?):RestCommand<IfAny<Schema,Record<string,any>, { [K in string | number | symbol]: Merge<MappedFunctionFields<Schema, UnpackList<IfAny<Schema, { color: (...) | (...); date_created: (...) | (...); icon: string; id: string; name: string; note: (...) | (...); user_created: (...) | (...) | (...) }, "directus_dashboards" extends keyof (...) ? (...) extends (...) ? (...) : (...) : { color: ...; date_created: ...; icon: ...; id: ...; name: ...; note: ...; user_created: ... }>>> extends FF ? MapFlatFields<UnpackList<IfAny<Schema, { color: (...) | (...); date_created: (...) | (...); icon: string; id: string; name: string; note: (...) | (...); user_created: (...) | (...) | (...) }, "directus_dashboards" extends keyof (...) ? (...) extends (...) ? (...) : (...) : { color: ...; date_created: ...; icon: ...; id: ...; name: ...; note: ...; user_created: ... }>>, FieldsWildcard<UnpackList<IfAny<Schema, { color: ...; date_created: ...; icon: ...; id: ...; name: ...; note: ...; user_created: ... }, (...) 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/dashboards.ts:64
Update an existing dashboard.
Type Parameters ​
• Schema
• TQuery extends Query<Schema, DirectusDashboard<Schema>>
Parameters ​
key ​
DirectusDashboard<Schema>["id"]
item ​
Partial<DirectusDashboard<Schema>>
query? ​
TQuery
Returns ​
RestCommand<IfAny<Schema, Record<string, any>, { [K in string | number | symbol]: Merge<MappedFunctionFields<Schema, UnpackList<IfAny<Schema, { color: (...) | (...); date_created: (...) | (...); icon: string; id: string; name: string; note: (...) | (...); user_created: (...) | (...) | (...) }, "directus_dashboards" extends keyof (...) ? (...) extends (...) ? (...) : (...) : { color: ...; date_created: ...; icon: ...; id: ...; name: ...; note: ...; user_created: ... }>>> extends FF ? MapFlatFields<UnpackList<IfAny<Schema, { color: (...) | (...); date_created: (...) | (...); icon: string; id: string; name: string; note: (...) | (...); user_created: (...) | (...) | (...) }, "directus_dashboards" extends keyof (...) ? (...) extends (...) ? (...) : (...) : { color: ...; date_created: ...; icon: ...; id: ...; name: ...; note: ...; user_created: ... }>>, FieldsWildcard<UnpackList<IfAny<Schema, { color: ...; date_created: ...; icon: ...; id: ...; name: ...; note: ...; user_created: ... }, (...) 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 dashboard object for the updated dashboard.
Throws ​
Will throw if key is empty