We want to use faker for path parameter examples. ApiDog allows us to insert a dynamic value. But is not shown correctly when the documentation is generated
it’s Faker.js Data Placeholder Definition (DPD) not the bug.
Dont see how this is intended to work then. Is this not something that would work with path parameters and the generated docs?
Only option for the docs looks to self generating a uuid and place it there. Or is there a way to let apidog generate a random uuid
The ‘API’ page will display its definition expression to let people understand what field it is, and the ‘Edit’ page will recognize its expression for display, which is used to automatically generate parameter values
which is used to automatically generate parameter values
It does not generate a UUID anywhere, though.
The faker expression is used to automatically generate request parameters when sending a request.