зеркало из
1
0
Форкнуть 0
This commit is contained in:
Garrett Serack 2020-03-31 09:45:58 -07:00
Родитель 864286d5bb
Коммит ebf9d5249b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1027,7 +1027,7 @@ export class ModelerFour {
// add the parameter for the binary upload.
httpRequest.addParameter(new Parameter('content-type', 'Upload file type', scs, {
implementation: ImplementationLocation.Method,
required: !!body.instance?.required, // if the body is there we pick up required from it. (defaults to false otherwise.)
required: true, // if the body is there we pick up required from it. (defaults to false otherwise.)
language: {
default: {