Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 1016 Bytes

File metadata and controls

13 lines (8 loc) · 1016 Bytes

UpdateUserMetadataRequest

Properties

Name Type Description Notes
public_metadata Option<serde_json::Value> Metadata saved on the user, that is visible to both your frontend and backend. The new object will be merged with the existing value. [optional]
private_metadata Option<serde_json::Value> Metadata saved on the user that is only visible to your backend. The new object will be merged with the existing value. [optional]
unsafe_metadata Option<serde_json::Value> Metadata saved on the user, that can be updated from both the Frontend and Backend APIs. The new object will be merged with the existing value. Note: Since this data can be modified from the frontend, it is not guaranteed to be safe. [optional]

[Back to Model list] [Back to API list] [Back to README]