sendgrid-oai
sendgrid-oai copied to clipboard
SendGrid's Open API specification for the v3 API
### Issue Summary The "updated_at " property has a trailing space. ### Steps to Reproduce Search for "updated_at "
The operation GET /templates/{template_id} response schema is missing html_content and plain_content
Regarding the operation GET /templates/{template_id} the response includes the html_content and plain_content but it is not on the schema. **Operation Schema** ``` "responses": { "201": { "description": "", "schema": {...
### Issue Summary I'm not able to generate a REST client from your public available oas file found on github https://github.com/sendgrid/sendgrid-oai/blob/main/oai.json Do you have a working copy available somewhere? ###...
Hey, I appreciate the effort put into providing OpenAPI documents, so thank you very much for that 👍 Sadly, client generation tools like AutoRest or Visual Studio are currently enable...