Skip to content

Commit 9542d65

Browse files
committed
fix: update JSON response in pre-update profile actionStatus
1 parent 89e743b commit 9542d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/includes/guides/service-extensions/pre-flow-extensions/pre-update-profile-action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ HTTP/1.1 200 OK
405405
Content-Type: application/json
406406
407407
{
408-
"actionStatus": "SUCCESS",
408+
"actionStatus": "SUCCESS"
409409
}
410410
```
411411

0 commit comments

Comments
 (0)