diff options
author | marcin mikołajczak <git@mkljczk.pl> | 2023-12-28 00:15:32 +0100 |
---|---|---|
committer | marcin mikołajczak <git@mkljczk.pl> | 2023-12-28 00:17:04 +0100 |
commit | 017e35fbf128d47c033275a70b76b72f24d7c754 (patch) | |
tree | 6352f066d25e416d850177a50bf30030d0ba4056 /docs/development/ap_extensions.md | |
parent | f53197c82a90533c9152d7d8ed57c2604a2d6685 (diff) | |
download | pleroma-017e35fbf128d47c033275a70b76b72f24d7c754.tar.gz pleroma-017e35fbf128d47c033275a70b76b72f24d7c754.zip |
Fix some more typos
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
Diffstat (limited to 'docs/development/ap_extensions.md')
-rw-r--r-- | docs/development/ap_extensions.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/development/ap_extensions.md b/docs/development/ap_extensions.md index 3d1caeb3e..75c8a7b54 100644 --- a/docs/development/ap_extensions.md +++ b/docs/development/ap_extensions.md @@ -20,16 +20,16 @@ Content-Type: multipart/form-data Parameters: - (required) `file`: The file being uploaded -- (optionnal) `description`: A plain-text description of the media, for accessibility purposes. +- (optional) `description`: A plain-text description of the media, for accessibility purposes. Response: HTTP 201 Created with the object into the body, no `Location` header provided as it doesn't have an `id` -The object given in the reponse should then be inserted into an Object's `attachment` field. +The object given in the response should then be inserted into an Object's `attachment` field. ## ChatMessages `ChatMessage`s are the messages sent in 1-on-1 chats. They are similar to -`Note`s, but the addresing is done by having a single AP actor in the `to` +`Note`s, but the addressing is done by having a single AP actor in the `to` field. Addressing multiple actors is not allowed. These messages are always private, there is no public version of them. They are created with a `Create` activity. |