ts-lambda-api - v2.5.2
Preparing search index...
<internal>
PathItemObject
Interface PathItemObject
interface
PathItemObject
{
$ref
?:
string
;
delete
?:
OperationObject
;
description
?:
string
;
get
?:
OperationObject
;
head
?:
OperationObject
;
options
?:
OperationObject
;
parameters
?:
(
ReferenceObject
|
ParameterObject
)
[]
;
patch
?:
OperationObject
;
post
?:
OperationObject
;
put
?:
OperationObject
;
servers
?:
ServerObject
[]
;
summary
?:
string
;
trace
?:
OperationObject
;
[
extensionName
:
`
x-
${
string
}
`
]:
any
;
}
Hierarchy (
View Summary
)
ISpecificationExtension
PathItemObject
Indexable
[
extensionName
:
`
x-
${
string
}
`
]:
any
Index
Properties
$ref?
delete?
description?
get?
head?
options?
parameters?
patch?
post?
put?
servers?
summary?
trace?
Properties
Optional
$ref
$ref
?:
string
Optional
delete
delete
?:
OperationObject
Optional
description
description
?:
string
Optional
get
get
?:
OperationObject
Optional
head
head
?:
OperationObject
Optional
options
options
?:
OperationObject
Optional
parameters
parameters
?:
(
ReferenceObject
|
ParameterObject
)
[]
Optional
patch
patch
?:
OperationObject
Optional
post
post
?:
OperationObject
Optional
put
put
?:
OperationObject
Optional
servers
servers
?:
ServerObject
[]
Optional
summary
summary
?:
string
Optional
trace
trace
?:
OperationObject
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
$ref
delete
description
get
head
options
parameters
patch
post
put
servers
summary
trace
ts-lambda-api - v2.5.2
Loading...