fix: align direct link parameter names

This commit is contained in:
Meik
2026-07-01 15:26:02 +02:00
parent 2632c340c5
commit 551a7f4017
3 changed files with 7 additions and 7 deletions

View File

@@ -495,7 +495,7 @@
}
],
"url": {
"raw": "{{baseUrl}}/api/c4itf4sdwebapi/getDirectLinkF4SD?EOID={{eoid}}&Type={{type}}",
"raw": "{{baseUrl}}/api/c4itf4sdwebapi/getDirectLinkF4SD?eoid={{eoid}}&type={{type}}",
"host": [
"{{baseUrl}}"
],
@@ -506,11 +506,11 @@
],
"query": [
{
"key": "EOID",
"key": "eoid",
"value": "{{eoid}}"
},
{
"key": "Type",
"key": "type",
"value": "{{type}}"
}
]