mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
disable notes check
This commit is contained in:
@@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user