Is the usage of curly braces a correct usage with apigee instead of using asterisk(*).
eg: proxy.pathsuffix MatchesPath user/{userId} is that a valid apigee syntax or proxy.pathsuffix MatchesPath user/* the later is given in documentation. Is user/{userId} also a documented way of usage within apigee?