You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I remember seeing an internal discussion where the syntax you provide was explicitly omitted from the spec (but left in the code) because we wanted to remove it but did not want to break current users. @uschi2000 may have more context here
The HTTP path parser appears to allow three different parameter syntaxes:
{argName}
,{argName:.*}
and{argName:.+}
: https://github.com/palantir/conjure/blob/master/conjure-core/src/main/java/com/palantir/conjure/defs/validator/HttpPathValidator.java#L42-L45However, only the first of these is actually discussed in the specification: (https://github.com/palantir/conjure/blob/master/docs/spec/conjure_definitions.md#path-parameters
The text was updated successfully, but these errors were encountered: