Hi Denis,
After Changing the catalog properties, we can republish the product still better option than changing target url individually as all the APIs inside product follows same domain whose version is changing(PFA of screenshot in which catalog property is defined where I am trying to change version).
But catalog property values isn't accessible to me inside API.
How is defined catalog property in my API -(cat_1.0.0.yaml)
properties:
empty: {}
catalogs:
Sandbox:
properties: {}
where empty is property define inside catalog named sandbox.
and also what reference variable is required to access value of same property.
------------------------------
Anurag Gupta
------------------------------
Original Message:
Sent: Fri March 11, 2022 03:15 AM
From: Denis Migulin
Subject: Cannot able to Define Catalog specific property values in API Properties
AFAIK for 2018, catalog properties are applied only when you publish API with current property value, and not changing when you change property value. So it isn't really dynamic.
I assume you expect properties values to change frequently, so you'll need to republish all APIs on property changes.
But I clouldn't find this information in documentation right now, it's from hands-on experience.Somebody plz correct me, if I'm wrong.
------------------------------
Denis Migulin
Original Message:
Sent: Wed March 09, 2022 02:10 AM
From: Anurag Gupta
Subject: Cannot able to Define Catalog specific property values in API Properties
I want to put domain of target url in Catalog define properties as it is volatile n changes frequently so I am try to use the property in API to invoke endpoints but these property isn't working out.
I followed these for ref. -
Defining Catalog specific property values
Setting API properties
------------------------------
Anurag Gupta
------------------------------