CHW-4818 RepositoryMissing
repository name is required in the path; use /api/repos/{repository}/...
Copies the raw Markdown source of this guide, for pasting into an LLM or notes.
Default message: repository name is required in the path; use /api/repos/{repository}/…
HTTP status:400(client)
Problem. /api/repos/ arrived without any repository segment.
Cause. The URL was /api/repos/ (or /api/repos). Fix. Use
/api/repos/{repository}/... and include the repository name.
HTTP 400.