API Product Version Specification
Get an API Product Version Specification
Returns a specification for the version of an API product.
get/v2/api-products/{apiProductId}/product-versions/{apiProductVersionId}/specifications/{specificationId}
Response
API product version specification
Example response
{
"id": "7710d5c4-d902-410b-992f-18b814155b53",
"name": "oas.yaml",
"content": "My YAML or JSON formatted OAS content",
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z"
}