diff --git a/assets/images/newAPI.png b/assets/images/newAPI.png new file mode 100644 index 0000000..4233ffe Binary files /dev/null and b/assets/images/newAPI.png differ diff --git a/docs/Create-an-API.md b/docs/Create-an-API.md index 918b00b..d2fe16d 100644 --- a/docs/Create-an-API.md +++ b/docs/Create-an-API.md @@ -4,8 +4,10 @@ You will notice that your APIs tab is pretty empty besides a few model files we > ### Use the Starter Branch! ->*Make sure that you are using the right branch to complete the lab exercises.* +>*Make sure that you are using the right branch to complete the exercises.* Start by adding a new API by clicking on the blue plus `(+)` icon on the top left of the UI. +Create an API called 'devices', using `OpenAPI v3` and `YAML` format. +![newAPI](../assets/images/newAPI.png)