disable notes check

This commit is contained in:
Asim Aslam
2021-10-04 14:51:57 +01:00
parent 9b6010372e
commit 7745ea0aaa

View File

@@ -21,7 +21,7 @@
"read": [{ "read": [{
"title": "Read a note", "title": "Read a note",
"description": "Read a note by its ID", "description": "Read a note by its ID",
"run_check": true, "run_check": false,
"request": { "request": {
"id": "63c0cdf8-2121-11ec-a881-0242e36f037a" "id": "63c0cdf8-2121-11ec-a881-0242e36f037a"
}, },
@@ -38,7 +38,7 @@
"list": [{ "list": [{
"title": "List all notes", "title": "List all notes",
"description": "List all your available notes", "description": "List all your available notes",
"run_check": true, "run_check": false,
"request": {}, "request": {},
"response": { "response": {
"notes": [ "notes": [
@@ -55,7 +55,7 @@
"update": [{ "update": [{
"title": "Update a Note", "title": "Update a Note",
"description": "Update the note title and text", "description": "Update the note title and text",
"run_check": true, "run_check": false,
"request": { "request": {
"note": { "note": {
"id": "63c0cdf8-2121-11ec-a881-0242e36f037a", "id": "63c0cdf8-2121-11ec-a881-0242e36f037a",
@@ -76,7 +76,7 @@
"delete": [{ "delete": [{
"title": "Delete a Note", "title": "Delete a Note",
"description": "Delete a note by id", "description": "Delete a note by id",
"run_check": true, "run_check": false,
"request": { "request": {
"id": "63c0cdf8-2121-11ec-a881-0242e36f037a" "id": "63c0cdf8-2121-11ec-a881-0242e36f037a"
}, },