Skip to content
Merged
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
5 changes: 5 additions & 0 deletions spec/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2554,6 +2554,10 @@ paths:
multipart/form-data:
schema:
properties:
file:
description: The file contents to upload.
type: string
format: binary
fileUri:
description: >-
The Smartling URI for a file that contains the original
Expand Down Expand Up @@ -2590,6 +2594,7 @@ paths:
type: boolean
required:
- fileUri
- file
type: object
required: true
responses:
Expand Down