Skip to content

Schema Inaccuracy with Security Advisories endpoints #2645

@bearcherian

Description

@bearcherian

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
      }
    ]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions