diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2023-12-28 10:02:17 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2023-12-28 10:02:17 +0000 |
commit | 81ce04990ecc6121a513b9822bf8dfc8c855d667 (patch) | |
tree | 6352f066d25e416d850177a50bf30030d0ba4056 /docs/development/ap_extensions.md | |
parent | 47e00524f7c443d5313c1b05f05d61f50c3a1f7c (diff) | |
parent | 017e35fbf128d47c033275a70b76b72f24d7c754 (diff) | |
download | pleroma-81ce04990ecc6121a513b9822bf8dfc8c855d667.tar.gz pleroma-81ce04990ecc6121a513b9822bf8dfc8c855d667.zip |
Merge branch 'typo' into 'develop'
Fix some typos
See merge request pleroma/pleroma!4017
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. |