Skip to content

Commit 1fb9f51

Browse files
committed
Updated example script to make attribute syntax adhere to API spec.
1 parent d25e689 commit 1fb9f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
## These can either be `ionic-protected-*` prefixed so Ionic.com can't see them, and only other requestors who
3737
## access the key can; or they can be unencrypted so that Ionic.com can use their values in policy decisions.
3838
dictKeyAttrs = {
39-
'classification': 'Public',
39+
'classification': ['Public'],
4040
'ionic-protected-test': ['encrypted_value_1']
4141
}
4242
created_keys = create_keys(ionic_sep, dictKeyAttrs)

0 commit comments

Comments
 (0)