Skip to content

Commit 44752b5

Browse files
author
Johanna Hemminger
authored
Update publish-rest-service
1 parent d581e70 commit 44752b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/docs/howto/integration/publish-rest-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ To be able to use the data from your model in the REST service, you need to crea
8383
7. Click **Show** to start editing the newly created microflow.
8484
8. Add two parameters: **httpRequest** and **OrderID**.
8585

86-
{{% alert color="info" %}}These parameters might be added automatically, along with an **httpResponse** paramter. If you create an **Export Mapping** in steps 11-19 below, you will need to remove this parameter to avoid getting any errors.{{% /alert %}}
86+
{{% alert color="info" %}}These parameters might be added automatically, along with an **httpResponse** paramter. If you create an **Export Mapping** in steps 11-19 below, you will need to remove the **httpResponse** parameter to avoid getting any errors.{{% /alert %}}
8787

8888
9. Add an action to the microflow to convert the **OrderID** variable (string) to an integer variable. This is needed to be able to search for the OrderID (autonumber).
8989

0 commit comments

Comments
 (0)