Preparing search index...
The search index is not available
Nestia API Documents
Nestia API Documents
@samchon/openapi
SwaggerV2
IOperation
Interface IOperation
interface
IOperation
{
deprecated
?:
boolean
;
description
?:
string
;
operationId
?:
string
;
parameters
?:
(
|
SwaggerV2
.
IOperation
.
IParameter
|
SwaggerV2
.
IJsonSchema
.
IReference
<
`
#/definitions/parameters/
${
string
}
`
>
)
[]
;
responses
?:
Record
<
string
,
|
SwaggerV2
.
IOperation
.
IResponse
|
SwaggerV2
.
IJsonSchema
.
IReference
<
`
#/definitions/responses/
${
string
}
`
>
,
>
;
security
?:
Record
<
string
,
string
[]
>
[]
;
summary
?:
string
;
tags
?:
string
[]
;
}
Index
Properties
deprecated?
description?
operation
Id?
parameters?
responses?
security?
summary?
tags?
Properties
Optional
deprecated
deprecated
?:
boolean
Optional
description
description
?:
string
Optional
operation
Id
operationId
?:
string
Optional
parameters
parameters
?:
(
|
SwaggerV2
.
IOperation
.
IParameter
|
SwaggerV2
.
IJsonSchema
.
IReference
<
`
#/definitions/parameters/
${
string
}
`
>
)
[]
Optional
responses
responses
?:
Record
<
string
,
|
SwaggerV2
.
IOperation
.
IResponse
|
SwaggerV2
.
IJsonSchema
.
IReference
<
`
#/definitions/responses/
${
string
}
`
>
,
>
Optional
security
security
?:
Record
<
string
,
string
[]
>
[]
Optional
summary
summary
?:
string
Optional
tags
tags
?:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
deprecated
description
operation
Id
parameters
responses
security
summary
tags
Nestia API Documents
Loading...