Update how-to-create-models.md

This commit is contained in:
Robert Wallach
2018-02-05 15:08:40 -06:00
committed by GitHub
parent cb64dab3a8
commit 6e4767a637

View File

@@ -11,7 +11,7 @@ When you have several endpoints with the same structure, objects, and properties
### Use a Design First Approach
A design first approach helps create neat and consistent models. It will take longer, but it ensures you built an effective API that is easy to understand and maintain.
# How to Create Models using the Stoplight Modeling Editor
## How to Create Models using the Stoplight Modeling Editor
1. Create a new API project (link on how to create a new project goes here)
2. For this example we will be referring to endpoints created for a fictional Pet Store as listed below
- GET /pets (return all pets)