api_through_ui
api_through_ui copied to clipboard
Create an API so that users can add metadata about API examples
For example,
POST /users
can be auto described as
name String
email String
However, if users wanted to enhance the auto described fields, we need to provide them with an API. Investigate available API doc sites to find a good format for describing business rules for fields.