update postmanity
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2021-06-09 15:11:56 +02:00
parent 9d929befc4
commit eda2dfe80f
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
4 changed files with 121 additions and 87 deletions

View File

@ -29,7 +29,7 @@
}, },
{ {
"key": "username", "key": "username",
"value": "123test@tester.com", "value": "1234test@tester.com",
"enabled": true "enabled": true
}, },
{ {
@ -41,9 +41,24 @@
"key": "ffid", "key": "ffid",
"value": "", "value": "",
"enabled": true "enabled": true
},
{
"key": "proto",
"value": "https",
"enabled": true
},
{
"key": "host",
"value": "localhost",
"enabled": true
},
{
"key": "port",
"value": "5001",
"enabled": true
} }
], ],
"_postman_variable_scope": "environment", "_postman_variable_scope": "environment",
"_postman_exported_at": "2021-05-19T23:36:24.220Z", "_postman_exported_at": "2021-06-09T13:11:24.551Z",
"_postman_exported_using": "Postman/8.4.0" "_postman_exported_using": "Postman/8.6.1"
} }

View File

@ -14,12 +14,12 @@
"method": "GET", "method": "GET",
"header": [], "header": [],
"url": { "url": {
"raw": "https://localhost:5001/api/v1/HanyadikHetVan", "raw": "{{proto}}://{{host}}:{{port}}/api/v1/HanyadikHetVan",
"protocol": "https", "protocol": "{{proto}}",
"host": [ "host": [
"localhost" "{{host}}"
], ],
"port": "5001", "port": "{{port}}",
"path": [ "path": [
"api", "api",
"v1", "v1",
@ -29,6 +29,25 @@
}, },
"response": [] "response": []
}, },
{
"name": "Healthcheck",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{proto}}://{{host}}:{{port}}/healthz",
"protocol": "{{proto}}",
"host": [
"{{host}}"
],
"port": "{{port}}",
"path": [
"healthz"
]
}
},
"response": []
},
{ {
"name": "AdminLogin", "name": "AdminLogin",
"event": [ "event": [
@ -82,12 +101,12 @@
] ]
}, },
"url": { "url": {
"raw": "https://localhost:5001/connect/token", "raw": "{{proto}}://{{host}}:{{port}}/connect/token",
"protocol": "https", "protocol": "{{proto}}",
"host": [ "host": [
"localhost" "{{host}}"
], ],
"port": "5001", "port": "{{port}}",
"path": [ "path": [
"connect", "connect",
"token" "token"
@ -121,12 +140,12 @@
} }
}, },
"url": { "url": {
"raw": "https://localhost:5001/api/v2/User", "raw": "{{proto}}://{{host}}:{{port}}/api/v2/User",
"protocol": "https", "protocol": "{{proto}}",
"host": [ "host": [
"localhost" "{{host}}"
], ],
"port": "5001", "port": "{{port}}",
"path": [ "path": [
"api", "api",
"v2", "v2",
@ -189,12 +208,12 @@
] ]
}, },
"url": { "url": {
"raw": "https://localhost:5001/connect/token", "raw": "{{proto}}://{{host}}:{{port}}/connect/token",
"protocol": "https", "protocol": "{{proto}}",
"host": [ "host": [
"localhost" "{{host}}"
], ],
"port": "5001", "port": "{{port}}",
"path": [ "path": [
"connect", "connect",
"token" "token"
@ -240,12 +259,12 @@
} }
}, },
"url": { "url": {
"raw": "https://localhost:5001/api/v2/WeeklyTimeSpan", "raw": "{{proto}}://{{host}}:{{port}}/api/v2/WeeklyTimeSpan",
"protocol": "https", "protocol": "{{proto}}",
"host": [ "host": [
"localhost" "{{host}}"
], ],
"port": "5001", "port": "{{port}}",
"path": [ "path": [
"api", "api",
"v2", "v2",
@ -271,12 +290,12 @@
"method": "GET", "method": "GET",
"header": [], "header": [],
"url": { "url": {
"raw": "https://localhost:5001/api/v2/HanyadikHetVan/my", "raw": "{{proto}}://{{host}}:{{port}}/api/v2/HanyadikHetVan/my",
"protocol": "https", "protocol": "{{proto}}",
"host": [ "host": [
"localhost" "{{host}}"
], ],
"port": "5001", "port": "{{port}}",
"path": [ "path": [
"api", "api",
"v2", "v2",
@ -303,12 +322,12 @@
"method": "GET", "method": "GET",
"header": [], "header": [],
"url": { "url": {
"raw": "https://localhost:5001/api/v2/WeeklyTimeSpan/{{wtsid}}", "raw": "{{proto}}://{{host}}:{{port}}/api/v2/WeeklyTimeSpan/{{wtsid}}",
"protocol": "https", "protocol": "{{proto}}",
"host": [ "host": [
"localhost" "{{host}}"
], ],
"port": "5001", "port": "{{port}}",
"path": [ "path": [
"api", "api",
"v2", "v2",

View File

@ -61,12 +61,12 @@
] ]
}, },
"url": { "url": {
"raw": "https://localhost:5001/connect/token", "raw": "{{proto}}://{{host}}:{{port}}/connect/token",
"protocol": "https", "protocol": "{{proto}}",
"host": [ "host": [
"localhost" "{{host}}"
], ],
"port": "5001", "port": "{{port}}",
"path": [ "path": [
"connect", "connect",
"token" "token"
@ -112,12 +112,12 @@
} }
}, },
"url": { "url": {
"raw": "https://localhost:5001/api/v2/WeeklyTimeSpan", "raw": "{{proto}}://{{host}}:{{port}}/api/v2/WeeklyTimeSpan",
"protocol": "https", "protocol": "{{proto}}",
"host": [ "host": [
"localhost" "{{host}}"
], ],
"port": "5001", "port": "{{port}}",
"path": [ "path": [
"api", "api",
"v2", "v2",
@ -145,12 +145,12 @@
"method": "GET", "method": "GET",
"header": [], "header": [],
"url": { "url": {
"raw": "https://localhost:5001/api/v2/FunFact/WeeklyTimeSpan/{{wtsid}}", "raw": "{{proto}}://{{host}}:{{port}}/api/v2/FunFact/WeeklyTimeSpan/{{wtsid}}",
"protocol": "https", "protocol": "{{proto}}",
"host": [ "host": [
"localhost" "{{host}}"
], ],
"port": "5001", "port": "{{port}}",
"path": [ "path": [
"api", "api",
"v2", "v2",
@ -218,12 +218,12 @@
] ]
}, },
"url": { "url": {
"raw": "https://localhost:5001/connect/token", "raw": "{{proto}}://{{host}}:{{port}}/connect/token",
"protocol": "https", "protocol": "{{proto}}",
"host": [ "host": [
"localhost" "{{host}}"
], ],
"port": "5001", "port": "{{port}}",
"path": [ "path": [
"connect", "connect",
"token" "token"
@ -250,12 +250,12 @@
"method": "DELETE", "method": "DELETE",
"header": [], "header": [],
"url": { "url": {
"raw": "https://localhost:5001/api/v2/FunFact/{{ffid}}", "raw": "{{proto}}://{{host}}:{{port}}/api/v2/FunFact/{{ffid}}",
"protocol": "https", "protocol": "{{proto}}",
"host": [ "host": [
"localhost" "{{host}}"
], ],
"port": "5001", "port": "{{port}}",
"path": [ "path": [
"api", "api",
"v2", "v2",
@ -284,12 +284,12 @@
"method": "GET", "method": "GET",
"header": [], "header": [],
"url": { "url": {
"raw": "https://localhost:5001/api/v2/FunFact/WeeklyTimeSpan/{{wtsid}}", "raw": "{{proto}}://{{host}}:{{port}}/api/v2/FunFact/WeeklyTimeSpan/{{wtsid}}",
"protocol": "https", "protocol": "{{proto}}",
"host": [ "host": [
"localhost" "{{host}}"
], ],
"port": "5001", "port": "{{port}}",
"path": [ "path": [
"api", "api",
"v2", "v2",

View File

@ -32,12 +32,12 @@
} }
}, },
"url": { "url": {
"raw": "https://localhost:5001/api/v2/Pause", "raw": "{{proto}}://{{host}}:{{port}}/api/v2/Pause",
"protocol": "https", "protocol": "{{proto}}",
"host": [ "host": [
"localhost" "{{host}}"
], ],
"port": "5001", "port": "{{port}}",
"path": [ "path": [
"api", "api",
"v2", "v2",
@ -53,12 +53,12 @@
"method": "GET", "method": "GET",
"header": [], "header": [],
"url": { "url": {
"raw": "https://localhost:5001/api/v2/HanyadikHetVan/my", "raw": "{{proto}}://{{host}}:{{port}}/api/v2/HanyadikHetVan/my",
"protocol": "https", "protocol": "{{proto}}",
"host": [ "host": [
"localhost" "{{host}}"
], ],
"port": "5001", "port": "{{port}}",
"path": [ "path": [
"api", "api",
"v2", "v2",
@ -75,12 +75,12 @@
"method": "GET", "method": "GET",
"header": [], "header": [],
"url": { "url": {
"raw": "https://localhost:5001/api/v2/Pause/{{pauseid}}", "raw": "{{proto}}://{{host}}:{{port}}/api/v2/Pause/{{pauseid}}",
"protocol": "https", "protocol": "{{proto}}",
"host": [ "host": [
"localhost" "{{host}}"
], ],
"port": "5001", "port": "{{port}}",
"path": [ "path": [
"api", "api",
"v2", "v2",
@ -97,12 +97,12 @@
"method": "GET", "method": "GET",
"header": [], "header": [],
"url": { "url": {
"raw": "https://localhost:5001/api/v2/WeeklyTimeSpan/{{wtsid}}", "raw": "{{proto}}://{{host}}:{{port}}/api/v2/WeeklyTimeSpan/{{wtsid}}",
"protocol": "https", "protocol": "{{proto}}",
"host": [ "host": [
"localhost" "{{host}}"
], ],
"port": "5001", "port": "{{port}}",
"path": [ "path": [
"api", "api",
"v2", "v2",
@ -169,12 +169,12 @@
] ]
}, },
"url": { "url": {
"raw": "https://localhost:5001/connect/token", "raw": "{{proto}}://{{host}}:{{port}}/connect/token",
"protocol": "https", "protocol": "{{proto}}",
"host": [ "host": [
"localhost" "{{host}}"
], ],
"port": "5001", "port": "{{port}}",
"path": [ "path": [
"connect", "connect",
"token" "token"
@ -201,12 +201,12 @@
"method": "DELETE", "method": "DELETE",
"header": [], "header": [],
"url": { "url": {
"raw": "https://localhost:5001/api/v2/Pause/{{pauseid}}", "raw": "{{proto}}://{{host}}:{{port}}/api/v2/Pause/{{pauseid}}",
"protocol": "https", "protocol": "{{proto}}",
"host": [ "host": [
"localhost" "{{host}}"
], ],
"port": "5001", "port": "{{port}}",
"path": [ "path": [
"api", "api",
"v2", "v2",
@ -223,12 +223,12 @@
"method": "GET", "method": "GET",
"header": [], "header": [],
"url": { "url": {
"raw": "https://localhost:5001/api/v2/WeeklyTimeSpan/{{wtsid}}", "raw": "{{proto}}://{{host}}:{{port}}/api/v2/WeeklyTimeSpan/{{wtsid}}",
"protocol": "https", "protocol": "{{proto}}",
"host": [ "host": [
"localhost" "{{host}}"
], ],
"port": "5001", "port": "{{port}}",
"path": [ "path": [
"api", "api",
"v2", "v2",
@ -254,12 +254,12 @@
} }
}, },
"url": { "url": {
"raw": "https://localhost:5001/api/v2/WeeklyTimeSpan", "raw": "{{proto}}://{{host}}:{{port}}/api/v2/WeeklyTimeSpan",
"protocol": "https", "protocol": "{{proto}}",
"host": [ "host": [
"localhost" "{{host}}"
], ],
"port": "5001", "port": "{{port}}",
"path": [ "path": [
"api", "api",
"v2", "v2",