update README.md

This commit is contained in:
StevanFreeborn
2022-05-03 11:09:51 -05:00
parent 6637b6da8a
commit 4a654df62d
+1 -1
View File
@@ -154,7 +154,7 @@ print(f'href: {response.data.app.href}')
Returns a collection of Onspring apps and/or surveys according to provided ids.
```python
appIds = [1,2,3,4,5]
appIds = [195, 240]
response = client.GetAppsByIds(appIds)
print(f'Status Code: {response.statusCode}')