clerk / clerk-docs

The documentation content for Clerk, an authentication and user management platform.
https://clerk.com/docs
83 stars 308 forks source link

Clarifying that organization name *and* slug can be updated. #1245

Closed izaaklauer closed 2 weeks ago

izaaklauer commented 2 weeks ago

Previously, this clamed that only an org name can be updated.

In fact, the org slug can also be updated! The API: https://github.com/clerk/javascript/blob/025ab87c660f65ad0dad8980554f1e21fc6dbce6/packages/types/src/organization.ts#L99-L102

And I have a little proof-of-concept proving that it works.