Skip to content

Commit d0b6cfa

Browse files
cemililikclaude
andcommitted
docs(standards): finish the sentence the 405 row trails off in
"the `Allow` header lists the methods that are" reads as a truncation. The content was right — the header is named — but a reader hits the end of the row looking for the word that never arrives. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 7ae29ba commit d0b6cfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/standards/04-api-design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ shape, and per-deployment-mode behaviour — see ADR-0024 directly.
6262
| 401 | Missing/invalid authentication |
6363
| 403 | Authenticated but not authorized |
6464
| 404 | Not found (also used to hide cross-tenant existence) |
65-
| 405 | Method not allowed; the `Allow` header lists the methods that are |
65+
| 405 | Method not allowed; the `Allow` header lists the methods that are permitted |
6666
| 409 | Concurrency or business-rule conflict |
6767
| 413 | Request body over the configured limit |
6868
| 410 | Permanently gone |

0 commit comments

Comments
 (0)