* Set the schema for the path parameters of the endpoint. The schema will be * used to validate the path parameters before the handler is called.
(
schema: Path & HttpApiEndpoint.ValidatePath<Path>
)
| 151 | * used to validate the path parameters before the handler is called. |
| 152 | */ |
| 153 | setPath<Path extends Schema.Schema.Any>( |
| 154 | schema: Path & HttpApiEndpoint.ValidatePath<Path> |
| 155 | ): HttpApiEndpoint< |
| 156 | Name, |
no outgoing calls
no test coverage detected