Skip to content

Commit c772a2a

Browse files
committed
- open-api
1 parent db71e10 commit c772a2a

File tree

4 files changed

+76
-13
lines changed

4 files changed

+76
-13
lines changed

mobile/openapi/README.md

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mobile/openapi/lib/api.dart

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mobile/openapi/lib/api/albums_api.dart

Lines changed: 70 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

open-api/typescript-sdk/src/fetch-client.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1874,6 +1874,9 @@ export function createAlbum({ createAlbumDto }: {
18741874
body: createAlbumDto
18751875
})));
18761876
}
1877+
/**
1878+
* This endpoint requires the `albumAsset.create` permission.
1879+
*/
18771880
export function addAssetsToAlbums({ key, slug, albumsAddAssetsDto }: {
18781881
key?: string;
18791882
slug?: string;

0 commit comments

Comments
 (0)