feat: add admin accounts and image templates
This commit is contained in:
@@ -50,6 +50,7 @@ export async function GET(request: Request) {
|
||||
required: ["id", "capability", "provider", "status", "createdAt", "updatedAt"],
|
||||
properties: {
|
||||
id: { type: "string", example: "job_mpqe3wtt_12ed738079" },
|
||||
ownerId: { type: "string", example: "api:partner-a" },
|
||||
externalClientId: { type: "string" },
|
||||
capability: { $ref: "#/components/schemas/GenerationCapability" },
|
||||
provider: { type: "string", enum: ["volcengine-visual", "evolink", "seedance", "mock"] },
|
||||
|
||||
Reference in New Issue
Block a user