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