You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.
One thing I have noticed is that using a dynamic template is the API only sends the content types you provide in the API call, although the content value itself is replaced with template output, so the content type is required, just not the value.
Ran into the same issue - I was really hoping to use this oai spec to build a mock server with prism/stoplight but this issue causes false assertions with our tests.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Issue Summary
Subject and Content are defined as required according to the following, but they should not be required if you specify the template ID.
https://github.com/sendgrid/sendgrid-oai/blob/main/oai.yaml#L321-L322
The text was updated successfully, but these errors were encountered: