nooschain / api/schemas/route-schemas / RouteDoc
Interface: RouteDoc
Defined in: api/schemas/route-schemas.ts:16
Properties
body?
optionalbody?:string
Defined in: api/schemas/route-schemas.ts:24
bodySchema?
optionalbodySchema?:string
Defined in: api/schemas/route-schemas.ts:25
description
description:
string
Defined in: api/schemas/route-schemas.ts:21
method
method:
HttpMethod
Defined in: api/schemas/route-schemas.ts:17
path
path:
string
Defined in: api/schemas/route-schemas.ts:18
query?
optionalquery?:Record<string,string>
Defined in: api/schemas/route-schemas.ts:23
response?
optionalresponse?:string
Defined in: api/schemas/route-schemas.ts:26
responseSchema?
optionalresponseSchema?:string
Defined in: api/schemas/route-schemas.ts:27
security?
optionalsecurity?:SecurityKind
Defined in: api/schemas/route-schemas.ts:22
summary
summary:
string
Defined in: api/schemas/route-schemas.ts:20
tag
tag:
string
Defined in: api/schemas/route-schemas.ts:19