Feat: finish object storage

This commit is contained in:
2025-12-07 21:24:33 +08:00
parent b609421a6e
commit 203a787063
16 changed files with 232 additions and 48 deletions

View File

@@ -20,6 +20,13 @@ definitions:
uploadedUserId:
type: string
type: object
api.putImageAliasesInput:
properties:
aliases:
items:
type: string
type: array
type: object
auth.postGenLoginUrlInput:
properties:
userId:
@@ -127,9 +134,7 @@ paths:
name: payload
required: true
schema:
items:
type: string
type: array
$ref: '#/definitions/api.putImageAliasesInput'
responses:
"200":
description: OK