w3c-api icon indicating copy to clipboard operation
w3c-api copied to clipboard

API doc: parameters and requirements

Open deniak opened this issue 10 years ago • 0 comments

requirements should be use to list the restrictions on the parameters. If there's a path parameter like api/reports/{report}, {report} should be listed in the parameters.

It brings another problem which is how to differentiate path params and query params such as embed. In swagger, it's possible using the ’in’ property but our bundle doesn't implement it.

deniak avatar May 26 '15 14:05 deniak