Skip to content

Commit

Permalink
Studio create
Browse files Browse the repository at this point in the history
  • Loading branch information
dmetzner committed Aug 28, 2024
1 parent 16b9878 commit 5c9db2f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion catroweb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2023,6 +2023,12 @@ components:
- "Description too short"
- "Description too long"
- "Description missing"
image_file:
type: string
enum:
- "Image size too large"
- "Image type not supported"
- "Image invalid"

######################################################
# Project Schemas
Expand Down Expand Up @@ -2414,11 +2420,14 @@ components:
type: string
example: Panda Gang
description: The name of the studio
minLength: 3
maxLength: 180
description:
type: string
example: The giant panda also known as the panda bear (or simply the panda), is a bear.
description: A small description about the Studio
default: ""
minLength: 1
maxLength: 3000
is_public:
type: boolean
example: true
Expand All @@ -2432,6 +2441,8 @@ components:
image_file:
type: string
format: binary
example: panda.png
description: Cover image; Size limit 1MB; Supported extensions are jpeg, png, webp;

StudioResponse:
type: object
Expand Down

0 comments on commit 5c9db2f

Please sign in to comment.