tsoa-next
Preparing search index...
@tsoa-next/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
externalDocs
?:
Swagger
.
ExternalDocs
operation
Id
operationId
:
string
Optional
parameters
parameters
?:
Swagger
.
Parameter2
[]
Optional
produces
produces
?:
string
[]
responses
responses
:
{
[
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
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
consumes
deprecated
description
external
Docs
operation
Id
parameters
produces
responses
schemes
security
summary
tags
tsoa-next
Loading...