We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4248d91 commit 8d85cceCopy full SHA for 8d85cce
1 file changed
README.rst
@@ -64,7 +64,8 @@ To write an app using the SDK
64
city: "Austin",
65
stateProvince: "TX",
66
country: "US",
67
- postalCode: "78701"
+ postalCode: "78701",
68
+ programToken: "[PROGRAM TOKEN]"
69
}
70
71
response = api.createUser(data)
0 commit comments