Skip to content

Commit

Permalink
Postman
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-yves-monnet committed Dec 10, 2024
1 parent 448715e commit fbffc24
Showing 1 changed file with 80 additions and 0 deletions.
80 changes: 80 additions & 0 deletions doc/ProcessExecutionAutomator.postman_collection.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
{
"info": {
"_postman_id": "185e726c-b343-45ed-98fc-6712e2053a45",
"name": "ProcessExecutionAutomator",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "18174071"
},
"item": [
{
"name": "UnitTestRun Topaz",
"request": {
"method": "GET",
"header": []
},
"response": []
},
{
"name": "getContentList",
"request": {
"method": "GET",
"header": []
},
"response": []
},
{
"name": "UploadFile",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "multipart/form-data",
"type": "text",
"disabled": true
}
],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "FileToUpload",
"type": "file",
"src": "/C:/dev/intellij/community/process-execution-automator/doc/unittestscenario/resources/ScoreAcceptanceScn.json"
}
]
},
"url": {
"raw": "http://localhost:8381/api/content/add",
"protocol": "http",
"host": [
"localhost"
],
"port": "8381",
"path": [
"api",
"content",
"add"
]
}
},
"response": []
},
{
"name": "UnitTestRun Ruby",
"request": {
"method": "GET",
"header": []
},
"response": []
},
{
"name": "List Test",
"request": {
"method": "GET",
"header": []
},
"response": []
}
]
}

0 comments on commit fbffc24

Please sign in to comment.