CHW-4307 InvalidRepositoryPath

invalid repository path; use /repository/@{org-slug}/{repo}/{path} or /repository/{repo}/{path}

Default message: invalid repository path; use /repository/@{org-slug}/{repo}/{path} or /repository/{repo}/{path}
HTTP status: 400 (client)

Problem. The /repository/... path could not be parsed into {repo, path} components. Cause. The URL is missing the repo name or the path segment. Fix. Use /repository/@{org-slug}/{repo}/{path} or the legacy /repository/{repo}/{path} shape (when org-slug is not required). HTTP 400.