api/clan: rename 'update_clan_meta' -> 'set_clan_details'

This commit is contained in:
Johannes Kirschbauer
2025-07-07 12:51:32 +02:00
parent 7c4865e8b0
commit e1ea44a2cc
4 changed files with 3 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ const EditClanForm = (props: EditClanFormProps) => {
const handleSubmit: SubmitHandler<GeneralData> = async (values, event) => {
await toast.promise(
(async () => {
await callApi("update_clan_meta", {
await callApi("set_clan_details", {
options: {
flake: { identifier: props.directory },
meta: values,