mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-06 04:19:25 +00:00
3.1 KiB
3.1 KiB
UpdateOrganizationMembershipMetadataRequestBody
Fields
| Field | Type | Required | Description |
|---|---|---|---|
publicMetadata |
Optional<? extends com.clerk.backend_api.models.operations.UpdateOrganizationMembershipMetadataPublicMetadata> | ➖ | Metadata saved on the organization membership, that is visible to both your frontend and backend. The new object will be merged with the existing value. |
privateMetadata |
Optional<? extends com.clerk.backend_api.models.operations.UpdateOrganizationMembershipMetadataPrivateMetadata> | ➖ | Metadata saved on the organization membership that is only visible to your backend. The new object will be merged with the existing value. |