pub async fn ciphers_id_collections_put(
    configuration: &Configuration,
    id: &str,
    cipher_collections_request_model: Option<CipherCollectionsRequestModel>
) -> Result<(), Error<CiphersIdCollectionsPutError>>