APIGit · Example Payload

Apigit Repository Example

My API repository

API DesignAPI LifecycleDocumentationGitGovernanceMockingPlatformTesting

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

Top-level fields

idnamedescriptionvisibility

Example Payload

Raw ↑
{
  "id": "repo-001",
  "name": "my-api",
  "description": "My API repository",
  "visibility": "public"
}