Skip to content

Commit

Permalink
Remove last regex patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
Miner28 committed Dec 27, 2023
1 parent d543df8 commit 890473a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions openapi/components/requests/FinishFileDataUploadRequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ properties:
deprecated: true
description: 'Always a zero in string form, despite how many parts uploaded.'
maxLength: 1
pattern: '0'
maxParts:
type: string
minLength: 1
Expand All @@ -26,7 +25,6 @@ properties:
default: '0'
example: '0'
maxLength: 1
pattern: '0'
required:
- nextPartNumber
- maxParts

0 comments on commit 890473a

Please sign in to comment.