Search notes
POST
/notes/search
Authorizations
BearerAuth
JWT token from login
Type
HTTP (bearer)
or
AccessToken
Personal access token. Value: Token <your-token>
Type
API Key (header: Authorization)
Request Body
application/json
JSON "query": "string", "options": { }
{
}
Responses
OK
application/json
JSON "results": [ { "_id": "string", "title": "string", "content": "string", "project": "string", "host_id": "string", "createdAt": "string", "updatedAt": "string" } ]
{
}