mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-09 20:37:48 +00:00
initial commit with code
This commit is contained in:
10
docs/models/operations/UpdateUserMetadataRequestBody.md
Normal file
10
docs/models/operations/UpdateUserMetadataRequestBody.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# UpdateUserMetadataRequestBody
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
||||
| `publicMetadata` | [Optional<? extends com.clerk.backend_api.models.operations.UpdateUserMetadataPublicMetadata>](../../models/operations/UpdateUserMetadataPublicMetadata.md) | :heavy_minus_sign: | Metadata saved on the user, 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.UpdateUserMetadataPrivateMetadata>](../../models/operations/UpdateUserMetadataPrivateMetadata.md) | :heavy_minus_sign: | Metadata saved on the user that is only visible to your backend.<br/>The new object will be merged with the existing value. |
|
||||
| `unsafeMetadata` | [Optional<? extends com.clerk.backend_api.models.operations.UpdateUserMetadataUnsafeMetadata>](../../models/operations/UpdateUserMetadataUnsafeMetadata.md) | :heavy_minus_sign: | Metadata saved on the user, that can be updated from both the Frontend and Backend APIs.<br/>The new object will be merged with the existing value.<br/><br/>Note: Since this data can be modified from the frontend, it is not guaranteed to be safe. |
|
||||
Reference in New Issue
Block a user