lint
Signed-off-by: Marcin Mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
af63670901
commit
34c142e672
3 changed files with 5 additions and 4 deletions
|
@ -1071,7 +1071,7 @@
|
||||||
key: :enabled,
|
key: :enabled,
|
||||||
type: :boolean,
|
type: :boolean,
|
||||||
description: "Enables allowing multiple Webfinger domains"
|
description: "Enables allowing multiple Webfinger domains"
|
||||||
},
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -3478,5 +3478,5 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -104,7 +104,8 @@ def spec(opts \\ []) do
|
||||||
"Report managment",
|
"Report managment",
|
||||||
"Status administration",
|
"Status administration",
|
||||||
"User administration",
|
"User administration",
|
||||||
"Announcement management"
|
"Announcement management",
|
||||||
|
"Domain managment"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
%{"name" => "Applications", "tags" => ["Applications", "Push subscriptions"]},
|
%{"name" => "Applications", "tags" => ["Applications", "Push subscriptions"]},
|
||||||
|
|
|
@ -42,7 +42,7 @@ def create_operation do
|
||||||
responses: %{
|
responses: %{
|
||||||
200 => Operation.response("Response", "application/json", domain()),
|
200 => Operation.response("Response", "application/json", domain()),
|
||||||
400 => Operation.response("Bad Request", "application/json", ApiError),
|
400 => Operation.response("Bad Request", "application/json", ApiError),
|
||||||
403 => Operation.response("Forbidden", "application/json", ApiError),
|
403 => Operation.response("Forbidden", "application/json", ApiError)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue