-
Notifications
You must be signed in to change notification settings - Fork 340
Closed
Labels
Description
Describe the bug
It can be seen that HttpOperationPathParameter.allowReserved is true.
But if dev call getPathParamOptions on the HttpOperationPathParameter.param, the result is undefined.
This appears to be an inconsistency. It does not block anything. We just use HttpOperationPathParameter.allowReserved.
Reproduction
URI template operation like below
@route("/contoso/{+group}")
interface ServerOp {
get(group: string): OkResponse | NoContentResponse;
}Checklist
- Follow our Code of Conduct
- Check that there isn't already an issue that request the same bug to avoid creating a duplicate.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion.
- The provided reproduction is a minimal reproducible example of the bug.
Reactions are currently unavailable

