---
title: "Update My Org"
method: PUT
path: "/api/orgs/me"
---

# Update My Org

`PUT /api/orgs/me`

Update organization settings. Only the owner can update the organization.

## Request body

- UpdateOrgRequest — Request schema for updating organization settings
  - `name` string, nullable
  - `allowUnattendedSocialPublish` boolean, nullable

## Response `200`

Successful Response

- UpdateOrgResponse — Response schema for updating organization settings
  - `success` boolean
  - `organization` OrgInfo, required — Organization info for current user
    - `id` string, required
    - `name` string, required
    - `ownerUserId` string, required
    - `role` string, required
    - `iconUrl` string, nullable
    - `allowUnattendedSocialPublish` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/latted/apis/motion-graphics-designer-api.md) · [All operations](https://skmtc.dev/latted/apis/motion-graphics-designer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/latted/motion-graphics-designer-api/revisions/36d149b525df/schema)
