bitwarden_api_api::apis::ciphers_api

Function ciphers_bulk_collections_post

source
pub async fn ciphers_bulk_collections_post(
    configuration: &Configuration,
    cipher_bulk_update_collections_request_model: Option<CipherBulkUpdateCollectionsRequestModel>,
) -> Result<(), Error<CiphersBulkCollectionsPostError>>