Update api-operations.md

This commit is contained in:
Robert Wallach
2018-03-19 17:56:23 -05:00
committed by GitHub
parent 6b8956a0b1
commit 7a8df8e995

View File

@@ -107,7 +107,10 @@ It is good practice to version an API to describe the available features and res
---
**Related**
**Related Articles**
- [Modeling Introduction](/modeling/introduction)
- [Using the CRUD Builder](/modeling/modeling-with-openapi/using-the-crud-builder)
- [API Models](/modeling/modeling-with-openapi/api-models)
- [Security Schemes](/modeling/modeling-with-openapi/security-schemes)
- [Shared Parameters and Responses](/modeling/modeling-with-openapi/shared-parameters-and-responses)
* [API Models](/modeling/introduction/modeling-with-openapi/api-models)
* [Sending HTTP Requests](/modeling/introduction/modeling-with-openapi/sending-http-requests)