* Add a schema for the success response of the endpoint. The status code * will be inferred from the schema, otherwise it will default to 200.
(
schema: S,
annotations?: {
readonly status?: number | undefined
}
)
| 82 | * will be inferred from the schema, otherwise it will default to 200. |
| 83 | */ |
| 84 | addSuccess<S extends Schema.Schema.Any>( |
| 85 | schema: S, |
| 86 | annotations?: { |
| 87 | readonly status?: number | undefined |
no outgoing calls
no test coverage detected