From 050e43576d5f8550c039484928c374a826f3a79c Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Wed, 27 May 2020 13:25:37 +0200 Subject: [PATCH] removed NewNote schema --- docs/dev/openapi.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/docs/dev/openapi.yml b/docs/dev/openapi.yml index 849f772a9..8ac1e677a 100644 --- a/docs/dev/openapi.yml +++ b/docs/dev/openapi.yml @@ -134,7 +134,7 @@ paths: content: application/json: schema: - "$ref": "#/components/schemas/NewNote" + "$ref": "#/components/schemas/Note" /notes/{note}: get: tags: @@ -181,7 +181,7 @@ paths: content: application/json: schema: - "$ref": "#/components/schemas/NewNote" + "$ref": "#/components/schemas/Note" 409: description: This alias is already in use parameters: @@ -545,16 +545,6 @@ components: properties: openId: type: string - NewNote: - type: object - properties: - id: - type: string - description: the id of the new note - format: UUIDv4 - alias: - type: string - description: the alias with which the note should be accessed ServerStatus: type: object properties: