Advanced Writing #api-docs #adr #changelog

API Docs & Architecture Decision Records

3 exercises — write API endpoint reference docs, Keep a Changelog entries, and Architecture Decision Records with Context / Decision / Consequences.

0 / 3 completed
Advanced writing formats
  • API docs: method + path · summary · auth · parameters (type, required) · responses (code + meaning) · notes
  • CHANGELOG: ## [version] — YYYY-MM-DD · Added / Changed / Fixed / Deprecated sections · ticket refs
  • ADR: numbered title · Status (Proposed/Accepted/Deprecated) · Context · Decision · Consequences (both ✓ and ✗)
1 / 3

A backend developer is writing API reference documentation for a new endpoint. Which description of the POST /api/v1/users/{id}/password-reset endpoint is most complete and professional?