Accept avatar_description and header_description in /api/v1/accounts/update_credentials (#39547)

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk 2026-06-23 16:36:58 +02:00 committed by Claire
parent b06e9f5a5e
commit 30b1bf86fa

View File

@ -27,7 +27,9 @@ class Api::V1::Accounts::CredentialsController < Api::BaseController
:display_name, :display_name,
:note, :note,
:avatar, :avatar,
:avatar_description,
:header, :header,
:header_description,
:locked, :locked,
:bot, :bot,
:discoverable, :discoverable,