Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schema Inaccuracy with Security Advisories endpoints #2645

Closed
bearcherian opened this issue Aug 21, 2023 · 0 comments
Closed

Schema Inaccuracy with Security Advisories endpoints #2645

bearcherian opened this issue Aug 21, 2023 · 0 comments

Comments

@bearcherian
Copy link

A user reported that the submission field in the response is returning an array instead of a single object.

The endpoints in question are:

The submission field in the response should be as follows:

"submission": {
    "accepted": true
}

But the response example for both these API calls have the submission field as:

"submission": [
      {
        "accepted": true
      }
    ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants