Expressing Base64 Encoding and Headers in HttpApi Module
I have an API endpoint that returns a PDF as a base64 string. Our old service uses the following OpenAPI spec:
Can this be expressed with the HttpApi module? Currently I have this
But it lacks informattion regarding the base64 encoding as well as the respoonse headers.
Can this be expressed with the HttpApi module? Currently I have this
But it lacks informattion regarding the base64 encoding as well as the respoonse headers.
