v1

latestOpenAPI 3.1.0Apache 2.02026-07-2610193196.3 KB
Mock API versioning

Get all changes between one version and another

get/v1/mock-apis/{mockApiId}/version-history/commits/{versionCommitId}/changes

Response

200 response

Example response

{
  "meta": {
    "start": 20,
    "end": 29,
    "total": 48,
    "page": 3,
    "totalPages": 5
  },
  "links": {
    "self": "/v1/users/abc12/apis?q=training&limit=20&page=1"
  }
}