Site updated at 2016-01-18 01:04:13 UTC

This commit is contained in:
Travis CI 2016-01-18 01:04:13 +00:00
parent bdff698a23
commit 40b05e5151
154 changed files with 3079 additions and 980 deletions

View file

@ -140,16 +140,6 @@ If you disable and re-enable the SMS API option, please be sure to update your t
<li><strong>access_token</strong> (<em>Required</em>): You can get this token by activating the SMS API in your online account.</li>
</ul>
<h4>Example service payload</h4>
<div class="highlighter-coderay"><div class="CodeRay">
<div class="code"><pre>{
<span class="key"><span class="delimiter">&quot;</span><span class="content">message</span><span class="delimiter">&quot;</span></span>: <span class="string"><span class="delimiter">&quot;</span><span class="content">Hello World</span><span class="delimiter">&quot;</span></span>
}
</pre></div>
</div>
</div>
</article>