bitwarden_api_api::apis::ciphers_api

Function ciphers_id_collections_post

source
pub async fn ciphers_id_collections_post(
    configuration: &Configuration,
    id: Uuid,
    cipher_collections_request_model: Option<CipherCollectionsRequestModel>,
) -> Result<CipherDetailsResponseModel, Error<CiphersIdCollectionsPostError>>