diff --git a/doc/compiled.json b/doc/compiled.json index 5c62104c0..79b81a5ad 100644 --- a/doc/compiled.json +++ b/doc/compiled.json @@ -12938,6 +12938,11 @@ "schema": { "type": "object", "title": "upload/create/parameters", + "required": [ + "file", + "file_format", + "locale_id" + ], "properties": { "branch": { "description": "specify the branch to use", diff --git a/paths/uploads/create.yaml b/paths/uploads/create.yaml index 396e011df..203ce22b0 100644 --- a/paths/uploads/create.yaml +++ b/paths/uploads/create.yaml @@ -59,6 +59,10 @@ requestBody: schema: type: object title: upload/create/parameters + required: + - file + - file_format + - locale_id properties: branch: description: specify the branch to use