Postman Student Export Submission

{
    "status": "error",
    "message": "Your collection failed one or more Postman tests. See the errors array for details.",
    "errors": [
        {
            "test": "Used GET, POST, PUT, DELETE methods",
            "message": "expected [ 'GET', 'GET' ] to be a superset of [ 'GET', 'POST', 'PUT', 'DELETE' ]"
        },
        {
            "test": "Used query and path parameters",
            "message": "expected [] to have a length above 0 but got 0"
        },
        {
            "test": "Sent body data",
            "message": "expected [] to have a length above 0 but got 0"
        },
        {
            "test": "Used variable for player id query parameter",
            "message": "expected [] to have a length above 0 but got 0"
        },
        {
            "test": "Used variables for all request base URLS",
            "message": "expected [] to have a length above 0 but got 0"
        },
        {
            "test": "Added request description",
            "message": "expected [] to have a length above 0 but got 0"
        },
        {
            "test": "Set env variable from script and set next request",
            "message": "expected [] to have a length above 0 but got 0"
        },
        {
            "test": "Skills checked",
            "message": "expected [ 'mock_url', 'userId' ] to include 'skilled'"
        },
        {
            "test": "Skill check code retrieving set var value from response property",
            "message": "expected false to be true"
        }
    ]
}

What endpoint are you trying to hit?

Which training course is this?

Same error how to solve

postman student expert

What end point are you trying to hit?

I’m assuming that its the Postman one for submitting collections.

Are they all failing or is it one specific one. If you try and submit a previous days one again. Does that still work?

https://elements.getpostman.com/redirect?entityId=23187095-f33a7d1f-ffb0-4922-863a-9dcb305d8db9&entityType=collection

@ersatyamsrivastava

If that is what you are posting in your submit API, then its incorrect.

That is the URL for your Postman workspace which allows others to fork your collection.

It will return an HTML web page, not the JSON body of your collection.

You need to select the other option, “Get Collection JSON using Collection Access Key”.

The method for submitting the collections changed a while back, and I’m not sure if the documentation for this course has been updated.