Update Notice Entity
TODO: Elaborate on Attachment and Tags
This commit is contained in:
parent
7155ff8cf8
commit
0d4712ccf6
18
README.md
18
README.md
@ -82,20 +82,20 @@ Returns an array of [Notices](#notice).
|
|||||||
|
|
||||||
| Attribute | Description | Nullable |
|
| Attribute | Description | Nullable |
|
||||||
| ------------------------ | -------------------------------------------- | -------- |
|
| ------------------------ | -------------------------------------------- | -------- |
|
||||||
| `id` | Notice's id | no |
|
| `id` | Notice's URL | no |
|
||||||
| `actor_id` | Notice owner's id | no |
|
| `type` | Notice's Type | no |
|
||||||
| `uri` | Notice's URI | no |
|
| `actor` | Notice owner's URL | no |
|
||||||
|
| `published` | DateTime of notice creation | no |
|
||||||
|
| `to` | To | no |
|
||||||
|
| `cc` | CC | no |
|
||||||
| `content` | Notice's Content in plain text | no |
|
| `content` | Notice's Content in plain text | no |
|
||||||
| `rendered` | Notice's Content in HTML | no |
|
| `rendered` | Notice's Content in HTML | no |
|
||||||
| `url` | Notice's URL | no |
|
| `url` | Notice's URL | no |
|
||||||
| `created` | DateTime of notice creation | no |
|
|
||||||
| `reply_to` | ID of the notice this replies | yes |
|
| `reply_to` | ID of the notice this replies | yes |
|
||||||
| `is_local` | Equals 1 for local notices, 0 otherwise | no |
|
| `is_local` | Equals 1 for local notices, 0 otherwise | no |
|
||||||
| `source` | Not sure of what it is | no |
|
| `conversation` | Notice conversation id | no |
|
||||||
| `conversation` | Homepage URL of the app | no |
|
| `attachment` | Attachment object | no |
|
||||||
| `repeat_of` | Not sure of what it is | yes |
|
| `tag` | Tag array | no |
|
||||||
| `verb` | Standard compliance | no |
|
|
||||||
| `object_type` | Standard compliance | no |
|
|
||||||
|
|
||||||
### Image
|
### Image
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user