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