Skip to content

Commit 6d06d46

Browse files
committed
fix length contenttype from 100 to 128
1 parent 9dd9328 commit 6d06d46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Part2-API-Schemas/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ components:
252252
contentType:
253253
type: string
254254
minLength: 1
255-
maxLength: 100
255+
maxLength: 128
256256
value:
257257
type: string
258258
minLength: 1
@@ -332,7 +332,7 @@ components:
332332
contentType:
333333
type: string
334334
minLength: 1
335-
maxLength: 100
335+
maxLength: 128
336336
value:
337337
type: string
338338
minLength: 1

0 commit comments

Comments
 (0)