You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you execute the same command such as below it exports the API successfully.
./apictl export api -n "The Test API" -v 1.0 -e test1 --preserve-status=true --format JSON -k
It seems like we have to use "" to properly expert APIs when there are spaces in between. However, we could not observe the same behavior when exporting an API Product.
Try to export the API Product using the below command.
./apictl export api-product -n The API Product -v v1 -e test1 --preserve-status=true --format JSON -k
Description
Hi Team,
We observed an issue while exporting API products. We were able to reproduce the same behavior locally in the latest U2 as well.
Thanks & Regards,
Niran Peiris
Steps to Reproduce
Please find the steps to reproduce the issue.
It seems like we have to use
""
to properly expert APIs when there are spaces in between. However, we could not observe the same behavior when exporting an API Product.When we look at the access logs we can see the logs get pointed such as below.
API:
API Product:
Version
4.4.0
Environment Details (with versions)
No response
The text was updated successfully, but these errors were encountered: