curl --request GET \
--url https://wmc.wiremockapi.cloud/v1/mock-apis/{mockApiId}/version-history/commits/{versionCommitId} \
--header 'Authorization: <api-key>'
{
"versionCommit": {
"id": "<string>",
"date": "<string>",
"author": {
"id": "<string>",
"username": "<string>"
},
"links": {
"self": "<string>",
"items": "<string>",
"restore": "<string>",
"changes": "<string>"
}
}
}
curl --request GET \
--url https://wmc.wiremockapi.cloud/v1/mock-apis/{mockApiId}/version-history/commits/{versionCommitId} \
--header 'Authorization: <api-key>'
{
"versionCommit": {
"id": "<string>",
"date": "<string>",
"author": {
"id": "<string>",
"username": "<string>"
},
"links": {
"self": "<string>",
"items": "<string>",
"restore": "<string>",
"changes": "<string>"
}
}
}
The ID of the Mock API
5 - 10
"jjl8y"
The ID of the version
5 - 10
"jjl8y"
200 response
The response is of type object
.