Logo
15 Days of Postman - for testers API Documentation

Day 02: Version control

Number of APIs: 6


Instructions for Day 2: Version control

  1. Get the challenge: Fork the parent collection to your own public workspace.
  2. Read the documentation: Select the first folder. Expand the context bar on the right to follow the instructions in the collection documentation.
  3. Submit your solution: Select the second folder and follow the instructions in the documentation to validate your solution.

Learning objectives

  • Configure request headers
  • Explain version control in Qodex
  • Fork and merge changes into a collection
  • Use environment variables to store data

Concepts covered

  • [Fork a collection]
  • [Send body data]
  • [Use environments]
  • [Configure request headers]

Additional resources


1. Version control - POST Post

POST {{baseURL}}/post



2. Version control - POST Post

POST {{baseURL}}/post



3. Submit your solution - submit second collection

GET https://api.getpostman.com/collections/{{collection_uid}}

Repeat the same steps to validate your second collection. You will need the collection ID for feature-branch.

When all of your tests pass, move on to the last request in this folder.



4. Submit your solution - submit second collection

GET https://api.getpostman.com/collections/26517553-eeef7cd8-6b99-44ea-9074-4e196dddfd8f

Repeat the same steps to validate your second collection. You will need the collection ID for feature-branch.

When all of your tests pass, move on to the last request in this folder.



5. Submit your solution - submit environment

GET https://api.getpostman.com/environments/26517553-d3290210-b5bb-4d15-9c57-913f1d0afd87

Follow a similar process to validate your environment. You will need the environment ID for myEnvironment to update the environment_uid in the request URL.

When all of your tests pass, you are done with today's challenge.



6. Submit your solution - submit environment

GET https://api.getpostman.com/environments/{{environment_uid}}

Follow a similar process to validate your environment. You will need the environment ID for myEnvironment to update the environment_uid in the request URL.

When all of your tests pass, you are done with today's challenge.



ENDPOINTS