Skip to content

Commit

Permalink
updated postman collection
Browse files Browse the repository at this point in the history
  • Loading branch information
bbengfort committed Aug 2, 2021
1 parent e472b4a commit 787b018
Showing 1 changed file with 36 additions and 6 deletions.
42 changes: 36 additions & 6 deletions fixtures/postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@
"raw": ""
},
"url": {
"raw": "/v1/status",
"raw": "https://whisper.rotational.dev/v1/status",
"protocol": "https",
"host": [
"whisper",
"rotational",
"dev"
],
"path": [
"v1",
"status"
Expand All @@ -36,7 +42,7 @@
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"secret\": \"the eagle flies at midnight\",\n \"password\": \"\",\n \"accesses\": 1,\n \"lifetime\": \"24h\",\n \"filename\": \"\",\n \"is_base64\": false\n}",
"raw": "{\n \"secret\": \"the eagle flies at midnight\",\n \"password\": \"\",\n \"accesses\": 1,\n \"lifetime\": \"168h\",\n \"filename\": \"\",\n \"is_base64\": false\n}",
"options": {
"raw": {
"language": "json"
Expand Down Expand Up @@ -66,22 +72,39 @@
"disableBodyPruning": true
},
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "c2VjcmV0cGFzc3dvcmQ=",
"type": "string"
}
]
},
"method": "GET",
"header": [],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "/v1/secrets/:token",
"raw": "https://whisper.rotational.dev/v1/secrets/:token",
"protocol": "https",
"host": [
"whisper",
"rotational",
"dev"
],
"path": [
"v1",
"secrets",
":token"
],
"variable": [
{
"key": "token"
"key": "token",
"value": ""
}
]
},
Expand All @@ -99,15 +122,22 @@
"raw": ""
},
"url": {
"raw": "/v1/secrets/:token",
"raw": "https://whisper.rotational.dev/v1/secrets/:token",
"protocol": "https",
"host": [
"whisper",
"rotational",
"dev"
],
"path": [
"v1",
"secrets",
":token"
],
"variable": [
{
"key": "token"
"key": "token",
"value": ""
}
]
},
Expand Down

0 comments on commit 787b018

Please sign in to comment.