Forgejo · Example Payload

Organization Example

Organization represents an organization

GitSource Code ManagementSelf-HostedDevOpsCI/CDOpen SourceForgeRepositoriesIssuesPull Requests

Organization 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 Organization Example",
  "description": "Organization represents an organization",
  "example": {
    "avatar_url": "string",
    "created": "2024-01-15T12:00:00Z",
    "description": "string",
    "email": "string",
    "full_name": "string",
    "id": 1,
    "location": "string",
    "name": "string",
    "repo_admin_change_team_access": false,
    "username": "string"
  }
}