activity_pub_controller.ex: fix typo

This commit is contained in:
Haelwenn (lanodan) Monnier 2019-10-08 01:50:08 +02:00
parent 6d0d6a654e
commit 475732de59
No known key found for this signature in database
GPG Key ID: D5B7A8E43C997DEE
1 changed files with 2 additions and 2 deletions

View File

@ -484,8 +484,8 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubController do
Parameters:
- (required) `file`: data of the media
- (optionnal) `object`: object which will be used as a base for the response
- (optionnal) `description`: description of the media, intended for accessibility
- (optional) `object`: object which will be used as a base for the response
- (optional) `description`: description of the media, intended for accessibility
Response:
- HTTP Code: 201 Created