Forgejo · Example Payload

Label Example

Label a label to an issue or a pr

GitSource Code ManagementSelf-HostedDevOpsCI/CDOpen SourceForgeRepositoriesIssuesPull Requests

Label Example is an example object payload from Forgejo, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titledescriptionexample

Example Payload

Raw ↑
{
  "title": "Forgejo Label Example",
  "description": "Label a label to an issue or a pr",
  "example": {
    "color": "00aabb",
    "description": "string",
    "exclusive": false,
    "id": 1,
    "is_archived": false,
    "name": "string",
    "url": "string"
  }
}