chore(docs): Generated API Reference (#2191)

Co-authored-by: shahednasser <shahednasser@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-09-13 10:59:51 +03:00
committed by GitHub
parent 5661250049
commit 6e0258f36c
107 changed files with 413 additions and 411 deletions

View File

@@ -1,6 +1,6 @@
delete:
operationId: DeleteNotesNote
summary: Deletes a Note
summary: Delete a Note
description: Deletes a Note.
x-authenticated: true
parameters:
@@ -56,7 +56,7 @@ delete:
$ref: ../components/responses/500_error.yaml
get:
operationId: GetNotesNote
summary: Get Note
summary: Get a Note
description: Retrieves a single note using its id
x-authenticated: true
parameters:
@@ -103,7 +103,7 @@ get:
$ref: ../components/responses/500_error.yaml
post:
operationId: PostNotesNote
summary: Updates a Note
summary: Update a Note
x-authenticated: true
description: Updates a Note associated with some resource
parameters: