# [BETA] Patch Meta User Storage Appends or overwrites the user meta storage. Endpoint: PATCH /user/meta Security: Authorization ## Query parameters: - `overwrite` (boolean) Setting overwrite to will replace the existing data with the values specified in the Body. Otherwise, the data specified in the Body will append to the existing data.