Update resources with a non-GET method.
Section: API and GraphQL
Send a PATCH request
bash
bash
gh api repos/{owner}/{repo} --method PATCH -f description="New description"Explanation
Update resources with a non-GET method.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing API and GraphQL