You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 2, 2026. It is now read-only.
/// ["Information not tied to a specific context"](https://docs.polyphony.chat/Protocol%20Specifications/core/#:~:text=Example%3A%20Information%20not,without%0Aany%20issues.)
20
21
/// can be imported.
21
-
pubasyncfnimport_data_to_server(
22
+
pubasyncfnimport_data_to_server<M:Serialize>(
22
23
&self,
23
24
sensitive_solution:&str,
24
-
data:P2Export,
25
+
data:P2Export<M>,
25
26
) -> HttpResult<()>{
26
27
let endpoint = self.instance_url.join("/.p2/core/v1/migration/data/")?;
0 commit comments