diff --git a/collections/Power Automate/Get eF request exportTags.yml b/collections/Power Automate/Get eF request exportTags.yml index 4cc0f23..5857134 100644 --- a/collections/Power Automate/Get eF request exportTags.yml +++ b/collections/Power Automate/Get eF request exportTags.yml @@ -22,13 +22,11 @@ http: description: Schema key (auto-generated by Power Automate platform, change this in case of unauthorized) body: type: json - data: "{\r - - \ \"requestId\": 10868,\r - - \ \"exportGroup\": \"API\"\r - - }" + data: |- + { + "requestId": 10868, + "exportGroup": "API" + } auth: inherit settings: diff --git a/collections/Power Automate/Get eF requests.yml b/collections/Power Automate/Get eF requests.yml index faad475..0570543 100644 --- a/collections/Power Automate/Get eF requests.yml +++ b/collections/Power Automate/Get eF requests.yml @@ -21,13 +21,11 @@ http: type: query body: type: json - data: "{\r - - \ \"moduleTag\": \"PROPOSTA_CCT_DOCENTE\",\r - - \ \"step\": \"\"\r - - }" + data: |- + { + "moduleTag": "PROPOSTA_CCT_DOCENTE", + "step": "" + } auth: inherit settings: