Skip to content

Commit 8d85cce

Browse files
authored
Adding programToken in the code sample
1 parent 4248d91 commit 8d85cce

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ To write an app using the SDK
6464
city: "Austin",
6565
stateProvince: "TX",
6666
country: "US",
67-
postalCode: "78701"
67+
postalCode: "78701",
68+
programToken: "[PROGRAM TOKEN]"
6869
}
6970
7071
response = api.createUser(data)

0 commit comments

Comments
 (0)