phpdraft icon indicating copy to clipboard operation
phpdraft copied to clipboard

URI parameters default value

Open tardypad opened this issue 6 years ago • 0 comments

The apiblueprint documentation for the URI parameters section shows the usage of a default value https://apiblueprint.org/documentation/specification.html#def-uriparameters-section

However there seems to be some issues with it:

  • if I define it alone under a parameter, it doesn't get displayed in the result
  • if I define it alongside a "Members" field, parsing fails

tardypad avatar Jan 14 '19 10:01 tardypad