protean icon indicating copy to clipboard operation
protean copied to clipboard

use same generated value for all instances of a variable in a payload

Open rossajmcd opened this issue 10 years ago • 2 comments

a sample curl currently uses three generated values for a single parameter, this is confusing for users

rossajmcd avatar Feb 27 '15 15:02 rossajmcd

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.

colin-lamed avatar Jun 17 '15 13:06 colin-lamed

Based on recent re-activation of 'example' for params can we defer this one ?

rossajmcd avatar Jun 23 '15 19:06 rossajmcd