sendgrid-oai icon indicating copy to clipboard operation
sendgrid-oai copied to clipboard

SendGrid's Open API specification for the v3 API

Results 14 sendgrid-oai issues
Sort by recently updated
recently updated
newest added

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

# Fixes # A short description of what this PR does. ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license - [...

### Issue Summary The contact recipients search endpoint takes a query string parameter that is currently called `{field_name}`. This name appears to be invalid and cannot be used as an...

### Issue Summary When running `oas_v3.json` through [swagger-parser](https://github.com/swagger-api/swagger-parser) there are a few validation issues. The biggest one is that the properties of the `components` object (e.g. `parameters`, `responses`, `requestBodies`, etc.)...

Just reviewing your documentation, and swagger, and I do not understand why some operations have path parameters repeated as query parameters. e.g. ![image](https://user-images.githubusercontent.com/146976/152886877-ce4f0d21-2287-4647-a384-6bd8bfa261ae.png) What is the different? I noticed one...

status: help wanted
type: twilio enhancement

### Issue Summary When running validation from ApiMatic, several 'duplicate parameter name' errors are thrown: ``` Duplicate parameter name found in the endpoint. ([View Details](https://docs.apimatic.io/rulesets/apimatic-codegen-validation/unique-endpoint-parameter-name)) Source: API > Endpoints >...

### Issue Summary I'm using the Retool Sendgrid resource which uses the Sendgrid open API spec. It looks like the query parameter is [named `email`](https://github.com/sendgrid/sendgrid-oai/blob/072cebebfb3f3139a34727593a9a4241cb4cc80d/oai.yaml#L21495) in one place, but [named...

### 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

type: bug
status: help wanted

### Issue Summary Currently the endpoint [`POST /v3/marketing/test/send_email`](https://docs.sendgrid.com/api-reference/send-test-e-mail/send-a-test-marketing-email) does not accept any personalisation data in the request. Since the whole point of the dynamic templates is to have personalised data...

In all the Swagger v2 representations below, "http" is designated as "schemes". https://github.com/sendgrid/sendgrid-oai#swagger-v2 However, I suppose the "schemes" should be **"https"**, since every requests to **http**://api.sendgrid.com time out. When I...