arupacharya1784
4 years agoOccasional Contributor
JMS Endpoint is not editable
Hi,
We recently have migrated from v2.6.0 to v3.9.1 which means HermesJMS can't be used anymore in our existing scripts.
So, I am trying to create new manual JMS steps. I am creating using a REST resource, say using localhost, and then MQ details and creating a test step. However the test step which gets created always have no endpoint URL and it's non-editable. I am unsure how to fix this. Please help. PFA screenshot.
Regards,
Arup
Registry API now also lets you publish/unpublish definitions. Example:
curl -X PUT "https://api.swaggerhub.com/apis/OWNER/API_NAME/VERSION/settings/lifecycle" -H "Authorization: SWAGGERHUB_API_KEY" -H "Content-Type: application/json" -d "{\"published\": true}"