{
"openapi": "3.1.0",
"info": {
"title": "Notes",
"version": "4.6.0",
"description": "Distraction-free notes and writing",
"license": {
"name": "agpl",
"identifier": " AGPL-3.0"
}
},
"tags": [
"name": "notes"
],
"paths": {
"/apps/notes/notes": {
"get": {
"operationId": "notes-index-TODO",
"notes"
"parameters": [
"name": "pruneBefore",
"in": "query",
"required": false,
"schema": {
"type": "integer",
"default": 0
"responses": {
"200": {
"description": "",
"content": {
"application/json": {
"type": "string"
"post": {
"operationId": "notes-create-TODO",
"name": "category",
"required": true,
"/apps/notes/notes/dashboard": {
"operationId": "notes-dashboard-TODO",
"/apps/notes/notes/{id}": {
"name": "id",
"in": "path",
"type": "integer"
"operationId": "notes-get-TODO",
"put": {
"operationId": "notes-update-TODO",
"name": "content",
"delete": {
"operationId": "notes-destroy-TODO",
"/apps/notes/notes/undo": {
"operationId": "notes-undo-TODO",
"name": "title",
"name": "modified",
"name": "favorite",
"/apps/notes/notes/{id}/autotitle": {
"operationId": "notes-autotitle-TODO",
"/apps/notes/notes/{id}/{property}": {
"name": "property",
"operationId": "notes-updateproperty-TODO",
"/apps/notes/notes/{noteid}/attachment": {
"name": "noteid",
"operationId": "notes-getattachment-TODO",
"name": "path",
"operationId": "notes-uploadfile-TODO",
"/apps/notes/settings": {
"operationId": "settings-get-TODO",
"operationId": "settings-set-TODO",
"/apps/notes/api/{apiVersion}/notes": {
"name": "apiVersion",
"type": "TODO"
"operationId": "notes_api-index-TODO",
"name": "exclude",
"type": "string",
"default": ""
"name": "chunkSize",
"name": "chunkCursor",
"operationId": "notes_api-create-TODO",
"/apps/notes/api/{apiVersion}/notes/{id}": {
"operationId": "notes_api-get-TODO",
"operationId": "notes_api-update-TODO",
"operationId": "notes_api-destroy-TODO",
"/apps/notes/api/{apiVersion}/settings": {
"operationId": "notes_api-getsettings-TODO",
"operationId": "notes_api-setsettings-TODO",
"/apps/notes/api/{catchAll}": {
"name": "catchAll",
"operationId": "notes_api-fail-TODO",