88eb3f1524c2 → 4416e327005b · 20 changes across 10 operations
- POST/api/ai/create-extracted-note/{note}
- ▲
the response property
//became optional for the status - ○
added the required property
//to the response with the status
- ▲
- POST/api/notebooks/{notebook}/create-note
- ▲
the response property
//became optional for the status - ○
added the required property
//to the response with the status
- ▲
- POST/api/notes/{note}/delete
- ▲
the response property
///became optional for the status - ○
added the required property
///to the response with the status
- ▲
- GET/api/notes/{note}
- ▲
the response property
//became optional for the status - ○
added the required property
//to the response with the status
- ▲
- PATCH/api/notes/{note}/undo-delete
- ▲
the response property
//became optional for the status - ○
added the required property
//to the response with the status
- ▲
- POST/api/relations/move-to-folder/{sourceNote}/{targetFolder}
- ▲
the response property
///became optional for the status - ○
added the required property
///to the response with the status
- ▲
- POST/api/relations/move-to-notebook-root/{sourceNote}/{targetNotebook}
- ▲
the response property
///became optional for the status - ○
added the required property
///to the response with the status
- ▲
- POST/api/relations/move-to-notebook-root/{sourceNote}
- ▲
the response property
///became optional for the status - ○
added the required property
///to the response with the status
- ▲
- PATCH/api/text_content/{note}/content
- ▲
the response property
//became optional for the status - ○
added the required property
//to the response with the status
- ▲
- PATCH/api/text_content/{note}/title
- ▲
the response property
//became optional for the status - ○
added the required property
//to the response with the status
- ▲