Open
Description
Request
.part({
'content-type': 'application/json',
body: { foo: 'bar' }
})
does not work. No data sent.
How to set application/json type in .field('parameter', 'value') // Form field ?
Metadata
Assignees
Labels
No labels
Request
.part({
'content-type': 'application/json',
body: { foo: 'bar' }
})
does not work. No data sent.
How to set application/json type in .field('parameter', 'value') // Form field ?