Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 32 additions & 2 deletions docs/api/postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,39 @@
"method": "GET",
"header": [],
"url": {
"raw": "{{MANAGER_BASE_URL}}/proplets/{{WORKER_ID}}",
"raw": "{{MANAGER_BASE_URL}}/proplets/{{PROPLET_ID}}",
"host": [
"{{MANAGER_BASE_URL}}"
],
"path": [
"proplets",
"{{WORKER_ID}}"
"{{PROPLET_ID}}"
]
}
},
"response": []
},
{
"name": "List Proplets",
"event": [
{
"listen": "test",
"script": {
"exec": [
"function getID() {",
" var res = pm.response.json();",
" var id = res.proplets[0].id;",
" return id;",
"}",
"",
"pm.collectionVariables.set('PROPLET_ID', getID());",
""
],
"type": "text/javascript",
"packages": {}
}
}
],
"request": {
"method": "GET",
"header": [],
Expand Down Expand Up @@ -368,6 +387,13 @@
"type": "text/javascript",
"packages": {}
}
},
{
"listen": "prerequest",
"script": {
"exec": [],
"type": "text/javascript"
}
}
],
"request": {
Expand Down Expand Up @@ -762,6 +788,10 @@
{
"key": "TASK_ID",
"value": ""
},
{
"key": "PROPLET_ID",
"value": ""
}
]
}
Loading