mirror of
https://github.com/immich-app/immich.git
synced 2025-06-16 21:38:28 +02:00
fix: missing permissions and optional update (#18735)
* fix: missing permissions * fix: test
This commit is contained in:
parent
10181defb1
commit
6f39a706b2
5 changed files with 27 additions and 15 deletions
open-api/typescript-sdk/src
|
@ -415,8 +415,8 @@ export type ApiKeyCreateResponseDto = {
|
|||
secret: string;
|
||||
};
|
||||
export type ApiKeyUpdateDto = {
|
||||
name: string;
|
||||
permissions: Permission[];
|
||||
name?: string;
|
||||
permissions?: Permission[];
|
||||
};
|
||||
export type AssetBulkDeleteDto = {
|
||||
force?: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue