From 8c16e44963cbabceae07808b004d918e29322941 Mon Sep 17 00:00:00 2001 From: Jordy De Wit Date: Mon, 4 Dec 2023 15:32:44 +0100 Subject: [PATCH] Fix notes.create description --- apiary.apib | 2 +- src/01-general/notes.apib | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apiary.apib b/apiary.apib index b0853771..b17320f5 100644 --- a/apiary.apib +++ b/apiary.apib @@ -1569,7 +1569,7 @@ Get a list of all notes. ### notes.create [POST /notes.create] -Add a new create. +Create a new note. + Request (application/json) + Attributes (object) diff --git a/src/01-general/notes.apib b/src/01-general/notes.apib index da808f38..bcb949cf 100644 --- a/src/01-general/notes.apib +++ b/src/01-general/notes.apib @@ -27,7 +27,7 @@ Get a list of all notes. ### notes.create [POST /notes.create] -Add a new create. +Create a new note. + Request (application/json) + Attributes (object)