1
0

TestIntegration_Delete-DeleteNote 286 B

12345678910111213
  1. notes_after_delete
  2. {
  3. "notes": [
  4. {
  5. "content": "Document key architectural decisions and their rationale",
  6. "title": "Architecture decisions"
  7. },
  8. {
  9. "content": "Outline the testing approach for the beta release",
  10. "title": "Testing strategy"
  11. }
  12. ]
  13. }