submit
GET https://api.getpostman.com/collections/{{collectionUid}}?page=404
It's time to submit your solution.
Use a Qodex environment: Find the
Qodex API env
environment from the previous challenge. Update thecollectionUid
with the current collection's ID.Add query param: Under the Params tab, add a key
page
with a value of the page with a failed test. For example, if your collection run ended with a call to page2
, you should input2
.Validate your solution: Save your changes in the collection and environment. Hit Send and look under the Tests tab of the server response at the bottom to review your test results.
If you have any failures, review the failed test results or ask for support in the [community forum] When all of your tests pass, you are done with today's challenge. Remember to save your changes as you'll need to pass all the challenges to claim a 30 days of Qodex badge.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | number |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-api-key | string |