Open
Description
TCGC output
kind: http
path: /optional{name}
uriTemplate: /optional{/name}
verb: get
The current RestProxy annotations cannot support such. Whichever template it takes (/optional{name}
or /optional/{name}
or even /optional{/name}
), it likely has to adjust the slash leading /
based on whether the path parameter is null
or non-null
.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status