Skip to content

Commit cd88c61

Browse files
authored
Merge pull request #140 from beckn/dashboard_api
Added postan collection for policy dashboard
2 parents 3b891ec + d47c0d6 commit cd88c61

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

plugins/policy-api/server/artifacts/Policy API.postman_collection.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,33 @@
101101
}
102102
},
103103
"response": []
104+
},
105+
{
106+
"name": "Dashboard",
107+
"request": {
108+
"auth": {
109+
"type": "bearer",
110+
"bearer": [
111+
{
112+
"key": "token",
113+
"value": "{{token}}",
114+
"type": "string"
115+
}
116+
]
117+
},
118+
"method": "GET",
119+
"header": [],
120+
"url": {
121+
"raw": "{{base_url}}/dashboard",
122+
"host": [
123+
"{{base_url}}"
124+
],
125+
"path": [
126+
"dashboard"
127+
]
128+
}
129+
},
130+
"response": []
104131
}
105132
],
106133
"event": [

0 commit comments

Comments
 (0)