zowe / api-layer

The API Mediation Layer provides a single point of access for mainframe service REST APIs.
Eclipse Public License 2.0
54 stars 63 forks source link

Investigate caching issue in API Catalog with description metadata #3692

Open pablocarle opened 3 weeks ago

pablocarle commented 3 weeks ago

Describe the bug If a service does not change ID and updates description metadata, i.e. apiml.catalog.tile.description and/or apiml.service.description, API Catalog may show the cached description unless recycled.

Steps to Reproduce

  1. Onboard service with one description in metadata. Verify it shows in the service detail page in API Catalog
  2. Update description in metadata and recycle onboarded service.
  3. Verify if new description appears in all fields.

Expected behavior Description should be updated.

pablocarle commented 3 weeks ago

This behaviour was noted in the testing v3 instance but it's likely also present in v1 / v2

taban03 commented 2 weeks ago

Related to https://github.com/zowe/api-layer/issues/1145