From cc12d9fcade553d3763a2f2c8990ee45d215af5b Mon Sep 17 00:00:00 2001 From: Luis Ramos Date: Sun, 15 Sep 2019 14:51:37 +0100 Subject: [PATCH] Updated API documentation (markdown) --- API-documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API-documentation.md b/API-documentation.md index 6290be2..93f2b6a 100644 --- a/API-documentation.md +++ b/API-documentation.md @@ -19,7 +19,7 @@ The OFN API is implemented in a specific namespace /api. There are quite a few e AMS is the serialization solution used in the OFN API, that means we stopped using rabl files in OFN. In OFN codebase, there should be no API code under app/views because AMS serializers should all be under /app/serializers. -### How to build a new API endpoint (with exemplar) +### How to build a new API endpoint (with examples) #### Routes To build a new API endpoint first you need to check what endpoint or action you what to add.