Commit 5401182
Correct X-Kernel-Project-Id header: takes a project ID, not a name
The header is resolved server-side by project ID only (the middleware looks
up entproject.IDEQ); passing a name returns 404 project_not_found. Name
resolution is a client-side convenience — the CLI's --project flag and the
SDKs resolve names to IDs before sending the header. docs#409 incorrectly
said the header accepts "a project ID or name".
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent b3e776f commit 5401182
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments