# Patch Meta Storage The API supports two storage areas: - network: a storage area that is shared by all network users, writable by the owner but only readable by a member - user: a read/write storage area that is only visible to the current user (member or owner) Endpoint: PATCH /meta Security: Authorization ## Request fields (application/json): - `network` (object) Example: {"config":true} - `network.config` (boolean) Example: true - `user` (object) Example: {"some storage":"for only the user"} - `user.some storage` (string) Example: "for only the user"