Skip to content

Commit

Permalink
update js sdk generate_token attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
mmeyer committed Mar 11, 2013
1 parent b915146 commit ac5633f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion telapi/__init__.py
@@ -1,2 +1,2 @@
__all__ = ['rest', 'inboundxml', 'utils', 'schema']
VERSION = '0.2.2'
VERSION = '0.2.3'
11 changes: 10 additions & 1 deletion telapi/data/telapi.json
Expand Up @@ -543,7 +543,16 @@
"generate_token": {
"name": "GenerateToken",
"url": "GenerateToken",
"attributes": [],
"attributes": [
"sid",
"application_sid",
"date_created",
"date_updated",
"account_sid",
"sdk_token",
"sdk_password",
"uri"
],
"parent_resources": [
"applications"
],
Expand Down

0 comments on commit ac5633f

Please sign in to comment.