]> git.mxchange.org Git - friendica.git/blobdiff - doc/API-Entities.md
spelling: checks
[friendica.git] / doc / API-Entities.md
index 6c3e94a39b627df649d58133dc30aac75178b5d2..213b2494f1a8b4697241b73afe767662f2cd6cc9 100644 (file)
@@ -911,7 +911,7 @@ Identical to [the Twitter Media Object](https://developer.twitter.com/en/docs/tw
 <tr>
 <td><code>media-id</code></td>
 <td>String (Integer) </td>
-<td>ID used for attaching to a Mastodon Post Status</td>
+<td>ID used for attaching images to a Mastodon Post Status</td>
 </tr>
 
 
@@ -1012,7 +1012,7 @@ Mutually exclusive with <code>data</code> <code>datasize</code>.
 <td><code>scales</code></td>
 <td>Array of Photo Scales</td>
 <td>
-List of Scale objects listing the id, scale, link, etc. of each scale
+List of the various resized versions of the Photo
 </td>
 </tr>
 
@@ -1170,6 +1170,40 @@ Mutually exclusive with <code>link</code>.
 </tbody>
 </table>
 
+
+## Photo Album
+
+<table class="table table-condensed table-striped table-bordered">
+<thead>
+<tr>
+<th>Attribute</th>
+<th>Type</th>
+<th>Description</th>
+</tr>
+</thead>
+<tbody>
+
+<tr>
+<td><code>name</code></td>
+<td>String</td>
+<td>The name of the photo album</td>
+</tr>
+
+<tr>
+<td><code>created</code></td>
+<td>String (Date)</td>
+<td>The creation date of the album. Format <code>YYYY-MM-DD HH:MM:SS</code></td>
+</tr>
+
+<tr>
+<td><code>count</code></td>
+<td>Integer</td>
+<td>The number of images in the album</td>
+</tr>
+
+</tbody>
+</table>
+
 ## Private message
 
 <table class="table table-condensed table-striped table-bordered">