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

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
github-actions[bot]
2023-08-07 16:54:48 +03:00
committed by GitHub
parent efdea04963
commit 658339767b
1138 changed files with 11740 additions and 7043 deletions

View File

@@ -1,13 +1,13 @@
get:
operationId: GetNotesNote
summary: Get a Note
description: Retrieves a single note using its id
description: Retrieve a note's details.
x-authenticated: true
parameters:
- in: path
name: id
required: true
description: The ID of the note to retrieve.
description: The ID of the note.
schema:
type: string
x-codegen:
@@ -49,12 +49,12 @@ post:
operationId: PostNotesNote
summary: Update a Note
x-authenticated: true
description: Updates a Note associated with some resource
description: Update a Note's details.'
parameters:
- in: path
name: id
required: true
description: The ID of the Note to update
description: The ID of the Note
schema:
type: string
requestBody:
@@ -100,7 +100,7 @@ post:
delete:
operationId: DeleteNotesNote
summary: Delete a Note
description: Deletes a Note.
description: Delete a Note.
x-authenticated: true
parameters:
- in: path