Trying to use openapi2apigee tool getting the following error:

parna
New Member
Solved Solved
1 3 260
1 ACCEPTED SOLUTION

Great Question @parna@apigee.com & Thank you for highlighting same,

It's a bug that got introduced in recent versions of openapi2apigee. Tool was looking for x-a127-services parameter in OpenAPI spec which is specific to Apigee-127. We have fixed above issue released openapi2apigee 0.5.1 version.

Please update the openapi2apigee tool using below command to pull above fix & latest updates.

$> sudo npm install -g openapi2apigee

Keep us posted if any in future.

View solution in original post

3 REPLIES 3

Great Question @parna@apigee.com & Thank you for highlighting same,

It's a bug that got introduced in recent versions of openapi2apigee. Tool was looking for x-a127-services parameter in OpenAPI spec which is specific to Apigee-127. We have fixed above issue released openapi2apigee 0.5.1 version.

Please update the openapi2apigee tool using below command to pull above fix & latest updates.

$> sudo npm install -g openapi2apigee

Keep us posted if any in future.

Thanks Anil! Tested - this is working as expected now.

Glad to know @parna@apigee.com , Keep us posted moving forward if any.