The issue I’m facing is that the inclusion of .[format] within the URL causes the API function to fail in Liberty Create.
Has anyone successfully implemented an endpoint that supports this URL pattern? If so, is there a recommended approach or workaround to allow this format?
I think you might specify that in the function, rather than in the endpoint. There’s an option to specify that the payload for the request/response is XML based, which i think might do what you want? Mostly just a guess though i’m afraid.
When you go to define the payloads for the function you should get the option to select the format. That seems to be the only place to define it. If that’s not it then i’m not sure how you’d do it.