Gitea · Example Payload

Gitea Rest Api Packages List Owner Example

GitSource ControlDevOpsCI/CDCode HostingOpen SourceSelf HostedPackage RegistryIssue TrackingPull Requests

Gitea Rest Api Packages List Owner Example is an example object payload from Gitea, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationresponse

Example Payload

Raw ↑
{
  "operation": {
    "method": "GET",
    "path": "/packages/{owner}",
    "operationId": "listPackages",
    "summary": "Gets all packages of an owner",
    "tags": [
      "package"
    ]
  },
  "response": {
    "status": 200,
    "body": {}
  }
}