Gitea · Example Payload

Gitea Rest Api Notifications List Example

GitSource ControlDevOpsCI/CDCode HostingOpen SourceSelf HostedPackage RegistryIssue TrackingPull Requests

Gitea Rest Api Notifications List 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": "/notifications",
    "operationId": "notifyGetList",
    "summary": "List users's notification threads",
    "tags": [
      "notification"
    ]
  },
  "response": {
    "status": 200,
    "body": {}
  }
}