We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeb5395 commit 1f112c7Copy full SHA for 1f112c7
1 file changed
content/en/docs/a4.routes-and-openapi-specification.md
@@ -18,7 +18,6 @@ Resource oriented design is based on individually named resources (nouns) and th
18
| Functionality | Resource | Method name | HTTP Method | Route |
19
|---------------|----------|-------------|-------------|----------------|
20
| API Health | health | Read | GET | /livez |
21
-| | | | | |
22
| List Books | book | List | GET | /v1/books |
23
| Create Book | book | Create | POST | /v1/books |
24
| Read Book | book | Read | GET | /v1/books/{id} |
0 commit comments