跳转到内容
Try Gitea Cloud ☁️ for 30 days → Accelerate your Development & Deploys!
Support
This is the documentation of 21.11.0, which is no longer the latest release. See the latest release.

Whether the authenticated is starring the repo

GET
/user/starred/{owner}/{repo}
curl --request GET \
--url https://gitea.example.com/api/v1/user/starred/example/example \
--header 'Authorization: Basic <credentials>'
owner
required
string

Owner of the repo

repo
required
string

Name of the repo

APIEmpty is an empty response

APINotFound is a not found empty response