mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2025-01-23 06:21:18 +00:00
bd74ad9ce4
This brings it in line with its documentation and akkoma-fe’s expectations. For backwards compatibility URL parameters are still accept with lower priority. Unfortunately this means duplicating parameters and descriptions in the API spec. Usually Plug already pre-merges parameters from different sources into the plain 'params' parameter which then gets forwarded by Phoenix. However, OpenApiSpex 3.x prevents this; 4.x is set to change this https://github.com/open-api-spex/open_api_spex/issues/334 https://github.com/open-api-spex/open_api_spex/issues/92 Fixes: https://akkoma.dev/AkkomaGang/akkoma/issues/691 Fixes: https://akkoma.dev/AkkomaGang/akkoma/issues/722 |
||
---|---|---|
.. | ||
admin | ||
account_operation.ex | ||
announcement_operation.ex | ||
app_operation.ex | ||
conversation_operation.ex | ||
custom_emoji_operation.ex | ||
directory_operation.ex | ||
domain_block_operation.ex | ||
emoji_reaction_operation.ex | ||
filter_operation.ex | ||
follow_request_operation.ex | ||
frontend_settings_operation.ex | ||
instance_operation.ex | ||
list_operation.ex | ||
marker_operation.ex | ||
media_operation.ex | ||
notification_operation.ex | ||
pleroma_account_operation.ex | ||
pleroma_app_operation.ex | ||
pleroma_backup_operation.ex | ||
pleroma_conversation_operation.ex | ||
pleroma_emoji_file_operation.ex | ||
pleroma_emoji_pack_operation.ex | ||
pleroma_instances_operation.ex | ||
pleroma_mascot_operation.ex | ||
pleroma_notification_operation.ex | ||
pleroma_report_operation.ex | ||
poll_operation.ex | ||
report_operation.ex | ||
scheduled_activity_operation.ex | ||
search_operation.ex | ||
status_operation.ex | ||
subscription_operation.ex | ||
tag_operation.ex | ||
timeline_operation.ex | ||
translate_operation.ex | ||
twitter_util_operation.ex | ||
user_import_operation.ex |