2019-04-14

This commit is contained in:
tastytea 2019-04-14 06:49:40 +02:00
parent a4f47de6f0
commit bd9ea4b4bb
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 2 additions and 4 deletions

View File

@ -381,7 +381,6 @@ Additional Inherited Members</h2></td></tr>
<p>Gets notifications. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">error</td><td><a class="el" href="classMastodon_1_1API.html#error">Error code</a> </td></tr>
<tr><td class="paramname">limit</td><td>Maximum number of notifications </td></tr>
<tr><td class="paramname">since_id</td><td>Return notifications newer than ID </td></tr>
<tr><td class="paramname">max_id</td><td>Return notifications older than ID</td></tr>
@ -417,8 +416,7 @@ Additional Inherited Members</h2></td></tr>
<p>Sends a post. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">status</td><td>The status to send </td></tr>
<tr><td class="paramname">error</td><td><a class="el" href="classMastodon_1_1API.html#error">Error code</a></td></tr>
<tr><td class="paramname">status</td><td>The status to send</td></tr>
</table>
</dd>
</dl>

File diff suppressed because one or more lines are too long