OpenAPI: remove accidentally pasted buffer data
This commit is contained in:
parent
b31844d6e0
commit
6107440ea0
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ defmodule Pleroma.Web.ApiSpec.ChatOperation do
|
||||||
|
|
||||||
def mark_as_read do
|
def mark_as_read do
|
||||||
%Schema{
|
%Schema{
|
||||||
title: "MarkAsReadRequest",Update chat_operation.ex
|
title: "MarkAsReadRequest",
|
||||||
description: "POST body for marking a number of chat messages as read",
|
description: "POST body for marking a number of chat messages as read",
|
||||||
type: :object,
|
type: :object,
|
||||||
required: [:last_read_id],
|
required: [:last_read_id],
|
||||||
|
|
Loading…
Reference in a new issue