Skip to content

API key auth is not supported #5

@james-kessler

Description

@james-kessler

A collection with API key auth set (on a collection or endpoint) will fail to parse with an error message of

data did not match any variant of untagged enum PostmanCollection.

An example of API key auth looks like

"auth": {
            "type": "apikey",
            "apikey": [
                {
                    "key": "value",
                    "value": "bar",
                    "type": "string"
                },
                {
                    "key": "key",
                    "value": "foo",
                    "type": "string"
                }
            ]
        },

Currently AuthType does not contain an entry for apikey, nor Auth

Example request

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions