diff options
author | Alex Gleason <alex@alexgleason.me> | 2021-06-04 21:12:37 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2021-06-04 21:12:37 -0500 |
commit | 3be08e7c2ec8b77e02e3d0572227221d68163df0 (patch) | |
tree | 0f1d9ab79c29060edd3f95c4795e634a10d1a5a3 /lib/pleroma/web/api_spec/operations/timeline_operation.ex | |
parent | 1c3fe43d231428fee392afd726363193fdcb8008 (diff) | |
parent | 94687e23938b808a3fff95c92956ec337160cd0b (diff) | |
download | pleroma-3be08e7c2ec8b77e02e3d0572227221d68163df0.tar.gz |
Merge remote-tracking branch 'pleroma/develop' into cycles-reverse-proxy
Diffstat (limited to 'lib/pleroma/web/api_spec/operations/timeline_operation.ex')
-rw-r--r-- | lib/pleroma/web/api_spec/operations/timeline_operation.ex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/pleroma/web/api_spec/operations/timeline_operation.ex b/lib/pleroma/web/api_spec/operations/timeline_operation.ex index cae18c758..24d792916 100644 --- a/lib/pleroma/web/api_spec/operations/timeline_operation.ex +++ b/lib/pleroma/web/api_spec/operations/timeline_operation.ex @@ -115,7 +115,8 @@ defmodule Pleroma.Web.ApiSpec.TimelineOperation do ], operationId: "TimelineController.hashtag", responses: %{ - 200 => Operation.response("Array of Status", "application/json", array_of_statuses()) + 200 => Operation.response("Array of Status", "application/json", array_of_statuses()), + 401 => Operation.response("Error", "application/json", ApiError) } } end |