Updated postman collection

This commit is contained in:
Daniel Schick 2023-06-27 11:34:43 +02:00
parent d2c84f8d68
commit 6fa5010dae
2 changed files with 51 additions and 36 deletions

View File

@ -36,10 +36,9 @@
} }
}, },
"url": { "url": {
"raw": "http://{{PATH}}/login", "raw": "{{SCHEMA}}{{PATH}}/login",
"protocol": "http",
"host": [ "host": [
"{{PATH}}" "{{SCHEMA}}{{PATH}}"
], ],
"path": [ "path": [
"login" "login"
@ -64,10 +63,9 @@
"method": "GET", "method": "GET",
"header": [], "header": [],
"url": { "url": {
"raw": "http://{{PATH}}/participant?user_id=1", "raw": "{{SCHEMA}}{{PATH}}/participant?user_id=1",
"protocol": "http",
"host": [ "host": [
"{{PATH}}" "{{SCHEMA}}{{PATH}}"
], ],
"path": [ "path": [
"participant" "participant"
@ -98,10 +96,9 @@
"method": "GET", "method": "GET",
"header": [], "header": [],
"url": { "url": {
"raw": "http://{{PATH}}/shipcalls", "raw": "{{SCHEMA}}{{PATH}}/shipcalls",
"protocol": "http",
"host": [ "host": [
"{{PATH}}" "{{SCHEMA}}{{PATH}}"
], ],
"path": [ "path": [
"shipcalls" "shipcalls"
@ -135,10 +132,9 @@
} }
}, },
"url": { "url": {
"raw": "http://{{PATH}}/shipcalls", "raw": "{{SCHEMA}}{{PATH}}/shipcalls",
"protocol": "http",
"host": [ "host": [
"{{PATH}}" "{{SCHEMA}}{{PATH}}"
], ],
"path": [ "path": [
"shipcalls" "shipcalls"
@ -172,10 +168,9 @@
} }
}, },
"url": { "url": {
"raw": "http://{{PATH}}/shipcalls", "raw": "{{SCHEMA}}{{PATH}}/shipcalls",
"protocol": "http",
"host": [ "host": [
"{{PATH}}" "{{SCHEMA}}{{PATH}}"
], ],
"path": [ "path": [
"shipcalls" "shipcalls"
@ -200,10 +195,9 @@
"method": "GET", "method": "GET",
"header": [], "header": [],
"url": { "url": {
"raw": "http://{{PATH}}/berths", "raw": "{{SCHEMA}}{{PATH}}/berths",
"protocol": "http",
"host": [ "host": [
"{{PATH}}" "{{SCHEMA}}{{PATH}}"
], ],
"path": [ "path": [
"berths" "berths"
@ -228,10 +222,9 @@
"method": "GET", "method": "GET",
"header": [], "header": [],
"url": { "url": {
"raw": "http://{{PATH}}/notifications?participant_id=1", "raw": "{{SCHEMA}}{{PATH}}/notifications?participant_id=1",
"protocol": "http",
"host": [ "host": [
"{{PATH}}" "{{SCHEMA}}{{PATH}}"
], ],
"path": [ "path": [
"notifications" "notifications"
@ -262,10 +255,9 @@
"method": "GET", "method": "GET",
"header": [], "header": [],
"url": { "url": {
"raw": "http://{{PATH}}/ships", "raw": "{{SCHEMA}}{{PATH}}/ships",
"protocol": "http",
"host": [ "host": [
"{{PATH}}" "{{SCHEMA}}{{PATH}}"
], ],
"path": [ "path": [
"ships" "ships"
@ -290,10 +282,9 @@
"method": "GET", "method": "GET",
"header": [], "header": [],
"url": { "url": {
"raw": "http://{{PATH}}/times?shipcall_id=1", "raw": "{{SCHEMA}}{{PATH}}/times?shipcall_id=1",
"protocol": "http",
"host": [ "host": [
"{{PATH}}" "{{SCHEMA}}{{PATH}}"
], ],
"path": [ "path": [
"times" "times"
@ -333,10 +324,9 @@
} }
}, },
"url": { "url": {
"raw": "http://{{PATH}}/times", "raw": "{{SCHEMA}}{{PATH}}/times",
"protocol": "http",
"host": [ "host": [
"{{PATH}}" "{{SCHEMA}}{{PATH}}"
], ],
"path": [ "path": [
"times" "times"
@ -365,10 +355,9 @@
"raw": "{\r\n \"start_planned\" : \"2023-05-18T07:18:19\",\r\n \"end_planned\" : \"2023-05-18T09:18:19\", \r\n \"id\" : 1\r\n}" "raw": "{\r\n \"start_planned\" : \"2023-05-18T07:18:19\",\r\n \"end_planned\" : \"2023-05-18T09:18:19\", \r\n \"id\" : 1\r\n}"
}, },
"url": { "url": {
"raw": "http://{{PATH}}/times", "raw": "{{SCHEMA}}{{PATH}}/times",
"protocol": "http",
"host": [ "host": [
"{{PATH}}" "{{SCHEMA}}{{PATH}}"
], ],
"path": [ "path": [
"times" "times"
@ -393,10 +382,9 @@
"method": "DELETE", "method": "DELETE",
"header": [], "header": [],
"url": { "url": {
"raw": "http://{{PATH}}/times?id=3", "raw": "{{SCHEMA}}{{PATH}}/times?id=3",
"protocol": "http",
"host": [ "host": [
"{{PATH}}" "{{SCHEMA}}{{PATH}}"
], ],
"path": [ "path": [
"times" "times"

View File

@ -0,0 +1,27 @@
{
"id": "a3b2b291-6ec7-4af8-9ba6-57448547f71b",
"name": "Remote BreCal EMSWE",
"values": [
{
"key": "PATH",
"value": "brecal.bsmd-emswe.eu/",
"type": "default",
"enabled": true
},
{
"key": "LOGON_TOKEN",
"value": "",
"type": "any",
"enabled": true
},
{
"key": "SCHEMA",
"value": "https://",
"type": "default",
"enabled": true
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2023-06-27T09:33:59.460Z",
"_postman_exported_using": "Postman/10.15.4"
}