From a98cf09a7a46d104c36b83d207772a12941d8a13 Mon Sep 17 00:00:00 2001 From: Tzach Yarimi Date: Thu, 1 Jan 2015 09:37:17 +0200 Subject: [PATCH] Fixing tags example to match the Zendesk docs --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index bac7ac5..0444139 100755 --- a/README.txt +++ b/README.txt @@ -49,7 +49,7 @@ Example Use }, 'subject':'My Starbucks coffee is cold!', 'comment': {'body': 'please reheat my coffee'}, - 'set_tags': 'coffee drinks', + 'tags': ['coffee', 'drinks'], 'ticket_field_entries': [ { 'ticket_field_id': 1,