Question: How do I create a trait?
The code generated shows to use the apiBaseUrl. This variable is used to create the complete url. I would expect that the code has the complete urlpath to the service, meaning /cms/trait-definitions/…, instead I have to provide the service part (cms in this case) in the apiBaseUrl.
Proposal: the code snippets should only need the domain part, like https://na-1-dev.api.opentext.com and not need the service part. That make it more simple for the consumer to use the code snippet.