forked from AkkomaGang/akkoma
Fix typo
This commit is contained in:
parent
fca48154a2
commit
c6290be682
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ def index_operation do
|
|||
security: [%{"oAuth" => ["read:invites"]}],
|
||||
responses: %{
|
||||
200 =>
|
||||
Operation.response("Intites", "application/json", %Schema{
|
||||
Operation.response("Invites", "application/json", %Schema{
|
||||
type: :object,
|
||||
properties: %{
|
||||
invites: %Schema{type: :array, items: invite()}
|
||||
|
|
Loading…
Reference in a new issue