Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ paths:
description: Project key
schema:
type: string
pattern: "^[A-Z]{2}[A-Z0-9]{1,8}$"
pattern: "^[A-Z][A-Z0-9]{2,9}$"
minLength: 3
maxLength: 10
- name: componentId
Expand Down
2 changes: 1 addition & 1 deletion api-project/openapi/api-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ components:
projectKey:
type: string
description: Optional project key. If not provided, a unique key will be generated.
pattern: "^[A-Z]{2}[A-Z0-9]{1,8}$"
pattern: "^[A-Z][A-Z0-9]{2,9}$"
minLength: 3
maxLength: 10
projectName:
Expand Down
Loading