Skip to content

Commit 2696c9f

Browse files
Addison Schultzgitbook-bot
authored andcommitted
GITBOOK-4: Update organization
1 parent 7c0eb7d commit 2696c9f

File tree

11 files changed

+49
-37
lines changed

11 files changed

+49
-37
lines changed

docs/api/SUMMARY.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@
66

77
## Users
88

9-
* [Users](users/users.md)
9+
* [GET /users](users/users.get.md)
10+
* [POST /users](users/users.post.md)
1011

1112
## Projects
1213

13-
* [Projects](projects/projects.md)
14+
* [GET /projects](projects/projects.get.md)
15+
* [POST /projects](projects/projects.post.md)
1416

1517
## Tasks
1618

17-
* [Tasks](tasks/tasks.md)
19+
* [GET /tasks](tasks/tasks.get.md)
20+
* [PUT /tasks](tasks/tasks.put.md)
21+
* [POST /tasks](tasks/tasks.post.md)

docs/api/projects/projects.get.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# GET /projects
2+
3+
{% swagger src="https://lightswitch.gitbook.dev/openapi.json" path="/projects" method="get" %}
4+
[https://lightswitch.gitbook.dev/openapi.json](https://lightswitch.gitbook.dev/openapi.json)
5+
{% endswagger %}
6+

docs/api/projects/projects.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/api/projects/projects.post.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# POST /projects
2+
3+
{% swagger src="https://lightswitch.gitbook.dev/openapi.json" path="/projects" method="post" %}
4+
[https://lightswitch.gitbook.dev/openapi.json](https://lightswitch.gitbook.dev/openapi.json)
5+
{% endswagger %}
6+

docs/api/tasks/tasks.get.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# GET /tasks
2+
3+
{% swagger src="https://lightswitch.gitbook.dev/openapi.json" path="/tasks" method="get" %}
4+
[https://lightswitch.gitbook.dev/openapi.json](https://lightswitch.gitbook.dev/openapi.json)
5+
{% endswagger %}
6+

docs/api/tasks/tasks.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

docs/api/tasks/tasks.post.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# POST /tasks
2+
3+
{% swagger src="https://lightswitch.gitbook.dev/openapi.json" path="/tasks" method="post" %}
4+
[https://lightswitch.gitbook.dev/openapi.json](https://lightswitch.gitbook.dev/openapi.json)
5+
{% endswagger %}
6+

docs/api/tasks/tasks.put.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# PUT /tasks
2+
3+
{% swagger src="https://lightswitch.gitbook.dev/openapi.json" path="/tasks" method="put" %}
4+
[https://lightswitch.gitbook.dev/openapi.json](https://lightswitch.gitbook.dev/openapi.json)
5+
{% endswagger %}
6+

docs/api/users/users.get.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# GET /users
2+
3+
{% swagger src="https://lightswitch.gitbook.dev/openapi.json" path="/users" method="get" %}
4+
[https://lightswitch.gitbook.dev/openapi.json](https://lightswitch.gitbook.dev/openapi.json)
5+
{% endswagger %}
6+

docs/api/users/users.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)