use same generated value for all instances of a variable in a payload
a sample curl currently uses three generated values for a single parameter, this is confusing for users
This refers to multiple payloads in same doc/curl sample set? It looks like if a single request has multiple references to a placeholder, they will have all have the same value.
This may require a review of how we generate docs - since we currently build endpoint by endpoint, where as this would be simply resolved if we were to generate all the curls at once, and replace all placeholders in one swoop. Otherwise we may have to fuss with feeding state between the endpoint generations.
Based on recent re-activation of 'example' for params can we defer this one ?