Skip to content

Commit ebcb1c2

Browse files
DEVORTEX-5712 Added 512 character limit for file upload endpoint (#287)
1 parent bfc2c1a commit ebcb1c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spec/openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1287,7 +1287,10 @@ paths:
12871287
use file path and file name, similar to how version control
12881288
systems identify the file.
12891289

1290+
The maximum length is 512 characters.
1291+
12901292
Example: `/myproject/i18n/ui.properties`
1293+
maxLength: 512
12911294
fileType:
12921295
$ref: '#/components/schemas/FileType'
12931296
smartling.namespace:

0 commit comments

Comments
 (0)