From 7164a1c3eb9556467b4277d6e146c33e8fc25179 Mon Sep 17 00:00:00 2001 From: Lawrence Gimenez Date: Sat, 10 Dec 2022 10:07:07 +0800 Subject: [PATCH 1/2] Added GET section in tags.json --- content/tags.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/content/tags.md b/content/tags.md index fcf631b..269f659 100644 --- a/content/tags.md +++ b/content/tags.md @@ -1,6 +1,28 @@ Tags ==== +Get Tags +------------ + +### `GET /v2/tags.json` will return tags + +```json +[ + { + "id":52, + "name":"Blogs" + }, + { + "id":48092, + "name":"Cybersecurity" + }, + { + "id":18050, + "name":"Engineering Blogs" + } +] +``` + ### `POST /v2/tags.json` Rename a tag. From 6317c8b0c498b99ae5acdab19e914ebac9d9bea5 Mon Sep 17 00:00:00 2001 From: Lawrence Gimenez Date: Sat, 10 Dec 2022 10:08:45 +0800 Subject: [PATCH 2/2] Fixed wrong Markdown format --- content/tags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tags.md b/content/tags.md index 269f659..95e22ef 100644 --- a/content/tags.md +++ b/content/tags.md @@ -4,7 +4,7 @@ Tags Get Tags ------------ -### `GET /v2/tags.json` will return tags +- `GET /v2/tags.json` will return tags. ```json [