Function redsyncmodulelib::up_items_collection[][src]

pub async fn up_items_collection(payload: String) -> String
Expand description

This function updates/creates every element for the specified collection. You should provide the data as a JSON string with the following structure:

{
    "creds": "structure of credentials",
    "collection": "collection",
    "payload": "array of BSOs as specified by the FxAPI"
}