Preparing search index...
The search index is not available
Nestia API Documents
Nestia API Documents
@samchon/openapi
OpenApiV3_1
IPath
Interface IPath
interface
IPath
{
delete
?:
OpenApiV3_1
.
IOperation
;
description
?:
string
;
get
?:
OpenApiV3_1
.
IOperation
;
head
?:
OpenApiV3_1
.
IOperation
;
options
?:
OpenApiV3_1
.
IOperation
;
parameters
?:
(
|
OpenApiV3_1
.
IOperation
.
IParameter
|
OpenApiV3_1
.
IJsonSchema
.
IReference
<
`
#/components/headers/
${
string
}
`
>
|
OpenApiV3_1
.
IJsonSchema
.
IReference
<
`
#/components/parameters/
${
string
}
`
>
)
[]
;
patch
?:
OpenApiV3_1
.
IOperation
;
post
?:
OpenApiV3_1
.
IOperation
;
put
?:
OpenApiV3_1
.
IOperation
;
servers
?:
OpenApiV3_1
.
IServer
[]
;
summary
?:
string
;
trace
?:
OpenApiV3_1
.
IOperation
;
}
Hierarchy
Partial
<
Record
<
OpenApiV3_1
.
Method
,
OpenApiV3_1
.
IOperation
>
>
IPath
Index
Properties
delete?
description?
get?
head?
options?
parameters?
patch?
post?
put?
servers?
summary?
trace?
Properties
Optional
delete
delete
?:
OpenApiV3_1
.
IOperation
Optional
description
description
?:
string
Optional
get
get
?:
OpenApiV3_1
.
IOperation
Optional
head
head
?:
OpenApiV3_1
.
IOperation
Optional
options
options
?:
OpenApiV3_1
.
IOperation
Optional
parameters
parameters
?:
(
|
OpenApiV3_1
.
IOperation
.
IParameter
|
OpenApiV3_1
.
IJsonSchema
.
IReference
<
`
#/components/headers/
${
string
}
`
>
|
OpenApiV3_1
.
IJsonSchema
.
IReference
<
`
#/components/parameters/
${
string
}
`
>
)
[]
Optional
patch
patch
?:
OpenApiV3_1
.
IOperation
Optional
post
post
?:
OpenApiV3_1
.
IOperation
Optional
put
put
?:
OpenApiV3_1
.
IOperation
Optional
servers
servers
?:
OpenApiV3_1
.
IServer
[]
Optional
summary
summary
?:
string
Optional
trace
trace
?:
OpenApiV3_1
.
IOperation
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
delete
description
get
head
options
parameters
patch
post
put
servers
summary
trace
Nestia API Documents
Loading...