aboutsummaryrefslogtreecommitdiff
path: root/documentation/API/v1/v1.md
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2021-08-04 16:18:44 +0200
committerHampusM <hampus@hampusmat.com>2021-08-04 16:18:44 +0200
commit9f7c9103ae6ca7c3127b44a966300a8ea62b3454 (patch)
tree895768db7b82ba41937d47d362216817840842a4 /documentation/API/v1/v1.md
parenteaf6ac44e7d38ff6cc71ca72bdaceed59b86c550 (diff)
Renamed the documentation folder to docs_src
Diffstat (limited to 'documentation/API/v1/v1.md')
-rw-r--r--documentation/API/v1/v1.md22
1 files changed, 0 insertions, 22 deletions
diff --git a/documentation/API/v1/v1.md b/documentation/API/v1/v1.md
deleted file mode 100644
index 327d7f2..0000000
--- a/documentation/API/v1/v1.md
+++ /dev/null
@@ -1,22 +0,0 @@
-## About
-The first edition of the Githermit API.
-
-All of following endpoints should be prefixed with `/api/v1`.
-
-<br>
-
-## /info
-**Method:** GET
-
-**Description:**<br>
-Retrieves information about the Githermit instance.
-
-**Parameters:**<br>
-None
-
-**Response:**<br>
-
-| Code | Description | Schema |
-|---------|----------------------|---------------------------------------|
-| 200 | Instance information | [Info](/docs/modules/api.html#Info) |
-| 400-599 | An error | [Error](/docs/modules/api.html#Error) | \ No newline at end of file