content-type true again
This commit is contained in:
Родитель
864286d5bb
Коммит
ebf9d5249b
|
@ -1027,7 +1027,7 @@ export class ModelerFour {
|
||||||
// add the parameter for the binary upload.
|
// add the parameter for the binary upload.
|
||||||
httpRequest.addParameter(new Parameter('content-type', 'Upload file type', scs, {
|
httpRequest.addParameter(new Parameter('content-type', 'Upload file type', scs, {
|
||||||
implementation: ImplementationLocation.Method,
|
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: {
|
language: {
|
||||||
default: {
|
default: {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче