From 1f9f09516cc48a477d8ecd7e085b993591b5bc2b Mon Sep 17 00:00:00 2001 From: Nathan Lowe Date: Tue, 12 Aug 2014 20:54:03 -0400 Subject: Add method signature for station.shareStation and user.startComplimentaryTrial, as well as an error code --- json/stations.rst | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) (limited to 'json/stations.rst') diff --git a/json/stations.rst b/json/stations.rst index bb83826..9acb4fc 100644 --- a/json/stations.rst +++ b/json/stations.rst @@ -567,6 +567,26 @@ See :ref:`user-getStationListChecksum`. checksum,string, +.. index:: + pair: method; station.shareStation + +.. _station-shareStation: + +Share Station +------------- + +:Method: station.shareStation + +Shares a station with the specified email addresses. that emails is a string array + +.. csv-table:: + :header: Name ,Type ,Description + + stationId,string,See :ref:`user-getStationList` + stationToken,string,See :ref:`user-getStationList` + emails,string[],A list of emails to share the station with + + .. index:: pair: method; station.transformSharedStation @@ -609,5 +629,4 @@ Modify QuickMix "syncTime": 1338211186 } -The response contains no data. - +The response contains no data. \ No newline at end of file -- cgit v1.2.3