Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
warki authored and koalazak committed Aug 26, 2020
1 parent 6659caf commit 981eea1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -601,9 +601,11 @@ prod

```javascript
const args = {
"ordered": "1",
"pmap_id": "ABCDEFG123456FGKS789",
"regions": [
{ "region_id": "5", "region_name": "Hallway", "region_type": "hallway"}
{ "region_id": "5", "region_name": "Hallway", "region_type": "hallway"},
{ "region_id": "3", "region_name": "Living Room", "region_type": "family_room"}
],
"user_pmapv_id": "190917T20125Z"
};
Expand Down

0 comments on commit 981eea1

Please sign in to comment.