Preparing search index...
The search index is not available
@samchon/openapi
@samchon/openapi
OpenApi
IOperation
IRequestBody
Interface IRequestBody
Request body of the operation.
interface
IRequestBody
{
content
?:
IContent
;
description
?:
string
;
required
?:
boolean
;
"x-nestia-encrypted"
?:
boolean
;
}
Index
Properties
content?
description?
required?
x-
nestia-
encrypted?
Properties
Optional
content
content
?:
IContent
Optional
description
description
?:
string
Optional
required
required
?:
boolean
Optional
x-
nestia-
encrypted
"x-nestia-encrypted"
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
description
required
x-
nestia-
encrypted
@samchon/openapi
Loading...
Request body of the operation.