Insomnia-Script-SDK-Docs
Preparing search index...
RequestBodyOptions
Interface RequestBodyOptions
interface
RequestBodyOptions
{
file
?:
string
;
formdata
?:
{
disabled
?:
boolean
;
key
:
string
;
type
?:
string
;
value
:
string
;
}
[]
;
graphql
?:
{
disabled
?:
boolean
;
operationName
:
string
;
query
:
string
;
variables
:
object
;
}
;
mode
:
RequestBodyMode
;
options
?:
object
;
raw
?:
string
;
urlencoded
?:
{
disabled
?:
boolean
;
fileName
?:
string
;
key
:
string
;
multiline
?:
string
|
boolean
;
type
?:
string
;
value
:
string
;
}
[]
;
}
Index
Properties
file?
formdata?
graphql?
mode
options?
raw?
urlencoded?
Properties
Optional
file
file
?:
string
Optional
formdata
formdata
?:
{
disabled
?:
boolean
;
key
:
string
;
type
?:
string
;
value
:
string
}
[]
Optional
graphql
graphql
?:
{
disabled
?:
boolean
;
operationName
:
string
;
query
:
string
;
variables
:
object
;
}
mode
mode
:
RequestBodyMode
Optional
options
options
?:
object
Optional
raw
raw
?:
string
Optional
urlencoded
urlencoded
?:
{
disabled
?:
boolean
;
fileName
?:
string
;
key
:
string
;
multiline
?:
string
|
boolean
;
type
?:
string
;
value
:
string
;
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
file
formdata
graphql
mode
options
raw
urlencoded
Insomnia-Script-SDK-Docs
Loading...