From 4a654df62d6bd8263c99a0b60176c430b190ae5f Mon Sep 17 00:00:00 2001 From: StevanFreeborn Date: Tue, 3 May 2022 11:09:51 -0500 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31c0c13..40dce11 100644 --- a/README.md +++ b/README.md @@ -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}')