Skip to content

Commit

Permalink
update postman collection
Browse files Browse the repository at this point in the history
Signed-off-by: nyagamunene <[email protected]>
  • Loading branch information
nyagamunene committed Jan 10, 2025
1 parent 39a31de commit 9e7f686
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion docs/api/postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,32 @@
{
"name": "Task",
"item": [
{
"name": "Create Task With Image",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"name\": \"add\",\n \"inputs\": [\n 10,\n 20\n ],\n \"image_url\": \"docker.io/mrstevenyaga/add.wasm\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{MANAGER_BASE_URL}}/tasks",
"host": [
"{{MANAGER_BASE_URL}}"
],
"path": [
"tasks"
]
}
},
"response": []
},
{
"name": "Create Task",
"event": [
Expand Down Expand Up @@ -430,4 +456,4 @@
"value": ""
}
]
}
}

0 comments on commit 9e7f686

Please sign in to comment.