Preparing search index...
The search index is not available
tsoa
tsoa
@tsoa/runtime
Swagger
Operation
Interface Operation
interface
Operation
{
consumes
?:
string
[]
;
deprecated
?:
boolean
;
description
?:
string
;
externalDocs
?:
Swagger
.
ExternalDocs
;
operationId
:
string
;
parameters
?:
Swagger
.
Parameter2
[]
;
produces
?:
string
[]
;
responses
:
{
[
name
:
string
]
:
Swagger
.
Response
;
}
;
schemes
?:
Swagger
.
Protocol
[]
;
security
?:
Swagger
.
Security
[]
;
summary
?:
string
;
tags
?:
string
[]
;
[
key
:
string
]
:
unknown
;
}
Indexable
[
key:
string
]:
unknown
Index
Properties
consumes?
deprecated?
description?
external
Docs?
operation
Id
parameters?
produces?
responses
schemes?
security?
summary?
tags?
Properties
Optional
consumes
consumes
?:
string
[]
Optional
deprecated
deprecated
?:
boolean
Optional
description
description
?:
string
Optional
external
Docs
external
Docs
?:
Swagger
.
ExternalDocs
operation
Id
operation
Id
:
string
Optional
parameters
parameters
?:
Swagger
.
Parameter2
[]
Optional
produces
produces
?:
string
[]
responses
responses
:
{
[
name
:
string
]
:
Swagger
.
Response
;
}
Type declaration
[
name
:
string
]:
Swagger
.
Response
Optional
schemes
schemes
?:
Swagger
.
Protocol
[]
Optional
security
security
?:
Swagger
.
Security
[]
Optional
summary
summary
?:
string
Optional
tags
tags
?:
string
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
consumes
deprecated
description
external
Docs
operation
Id
parameters
produces
responses
schemes
security
summary
tags
tsoa
Loading...
Generated using
TypeDoc