From 090d42f103c1dd29133dfc1a71a1e6b2209ba3a9 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Sun, 7 Jul 2019 20:55:21 +1000 Subject: [PATCH] Create new API category (#1123) --- graphql.md | 2 +- http-status.md | 4 ++-- rest-api.md | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/graphql.md b/graphql.md index 67fb5edda..e53ddda0f 100644 --- a/graphql.md +++ b/graphql.md @@ -2,7 +2,7 @@ title: GraphQL layout: 2017/sheet updated: 2017-09-23 -category: Databases +category: API --- ## Intro diff --git a/http-status.md b/http-status.md index b4bf377c3..bb7dd457d 100755 --- a/http-status.md +++ b/http-status.md @@ -1,6 +1,6 @@ --- title: HTTP Status -category: HTTP +category: API layout: 2017/sheet description: | List of HTTP Status codes and links to description. @@ -111,4 +111,4 @@ WebDAV is an extension of HTTP that allows clients to perform remote Web content * * - * \ No newline at end of file + * diff --git a/rest-api.md b/rest-api.md index bc320cda3..1876f42bc 100644 --- a/rest-api.md +++ b/rest-api.md @@ -2,6 +2,7 @@ title: RESTful API updated: 2018-12-25 layout: 2017/sheet +category: API --- ### Status codes