Apidog · Schema

Apidog Project

Represents an Apidog project, the top-level container for endpoints, schemas, and environments managed through the Apidog API.

API DesignAPI LifecycleAPI TestingCollaborationDesign-FirstDocumentationMockingPlatform

Properties

Name Type Description
projectId integer The unique identifier of the Apidog project.
name string The human-readable name of the project.
description string A brief description of what this project contains.
endpointCount integer Total number of API endpoints in the project.
schemaCount integer Total number of data schemas in the project.
environmentCount integer Total number of environments configured in the project.
apiVersion string The Apidog API version used when interacting with this project.
View JSON Schema on GitHub