Skip to content

Commit

Permalink
Updating collection with new Name endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
bryancross committed Nov 9, 2023
1 parent e52ef25 commit 3afce84
Showing 1 changed file with 63 additions and 2 deletions.
65 changes: 63 additions & 2 deletions postman/collections/Cat Fact API.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"name": "Facts",
"item": [
{
"name": "Get a list of facts about cats",
"name": "Get a list of facts",
"event": [
{
"listen": "test",
Expand Down Expand Up @@ -394,6 +394,67 @@
}
],
"id": "7d7696d9-17c6-481b-af4c-fbcd10e5d19a"
},
{
"name": "get Name",
"id": "dee505f9-a8bc-40cd-a803-506601ddd2ae",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/name",
"host": [
"{{baseUrl}}"
],
"path": [
"name"
]
},
"description": "Suggests a name for a cat"
},
"response": [
{
"id": "2f747792-de92-46ef-ba75-f1c68ba7aeb3",
"name": "Normal operation",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/name",
"host": [
"{{baseUrl}}"
],
"path": [
"name"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "Text",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"body": "{\n \"CatName\": \"<string>\"\n}"
}
]
}
],
"event": [
Expand Down Expand Up @@ -422,7 +483,7 @@
{
"id": "f32e025f-1cae-49e8-ba16-57cc19499106",
"key": "baseUrl",
"value": "https://5cd614ba-1b51-4800-8f80-d2776eeb57e7.mock.pstmn.io",
"value": "https://0a6330ac-e192-4e7d-97e1-3b974153a481.mock.pstmn.io",
"type": "string"
}
]
Expand Down

0 comments on commit 3afce84

Please sign in to comment.