Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://gogs.example.com/api/v1/repos/{owner}/{repo}/labels/{id} \ --header 'Authorization: <api-key>'
{ "id": 123, "name": "<string>", "color": "<string>", "url": "<string>" }
Personal access token. Use format: token {YOUR_ACCESS_TOKEN}
Repository owner
Repository name
Label ID
Success