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 b3a7212 commit 8554568
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions catroweb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2419,15 +2419,13 @@ components:
name:
type: string
example: Panda Gang
description: The name of the studio
minLength: 3
maxLength: 180
description: 'The name of the studio (character: min 3, max 180)'
# no min/max specification in order to handle the errors in catroweb instead of the autogenerated controllers.
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
minLength: 1
maxLength: 3000
description: 'A small description about the Studio (character: min 1, max 3000)'
# no min/max specification in order to handle the errors in catroweb instead of the autogenerated controllers.
is_public:
type: boolean
example: true
Expand Down

0 comments on commit 8554568

Please sign in to comment.