mirror of
https://github.com/google/skills.git
synced 2026-09-14 20:00:20 +08:00
150f8525e7
The retrieving-developer-knowledge skill documented batch document fetch as POST /v1/documents:batchGet with a JSON body. No such method exists, and the call returns a 404, so the operation never worked as documented. The v1 discovery document defines documents.batchGet as a GET with repeated `names` query parameters and no request body. This corrects the endpoint in SKILL.md and references/api-fallback.md, documents the optional `view` parameter, the 20-document ceiling and the response shape, and states plainly that the endpoint takes no request body. Also adds the credential guidance the skill was missing. Neither file told a reader how to obtain a credential when none is present; both now link the public Developer Knowledge quickstart, which covers enabling the API and creating a key. PiperOrigin-RevId: 980133878