With the Rails Way of adding hashes in the parameter of an URL like so:
http://api.example.com?person[first]=Jane&person[last]=Doe&person[email][email protected]
How do I format the API Blueprint doc to accommodate a list of available hashes?
- Parameters
- person[first] (required, string,
Jane
) ... First name
- person[first] (required, string,
This is not legal when I execute the document.
Any ideas or tips are welcome!