updateOrganization
@FormUrlEncoded
@PATCH(value = "organizations/{organization_id}")
Updates an existing organization.
Return
A ClerkResult containing either the updated Organization on success or a ClerkErrorResponse on failure
Parameters
organizationId
The unique identifier of the organization to update
name
The new name for the organization (optional)
slug
The new slug for the organization (optional)