- There seems to be an issue with the API https://api.enterprise.apigee.com/v1/organizations/{org-name}/environments/{env_name}/keystores . I am unable to make it work. It says “Working” but never resolves.
Hi Phani,
We have an open issue with SmartDocs and uploading attachments. The API works if you use it in curl or postman, in the form:
curl -u admin_email:admin_pword -X POST -H "Content-Type: multipart/form-data" -F file="@myKeystore.jar" "https://api.enterprise.apigee.com/v1/o/ORGNAME/environments/prod/keystores/KEYSTORE/keys?alias=myKeyAlias&password=KEY_PWORD"
Stephen
1 Like
We just pushed a fix to SmartDocs and that page should be working now. Try it here:
Stephen