We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ccfd8 commit b727043Copy full SHA for b727043
src/key.rs
@@ -5,7 +5,7 @@ use crate::{client::Client, errors::Error};
5
6
/// Represent a [meilisearch key](https://docs.meilisearch.com/reference/api/keys.html#returned-fields)
7
/// You can get a [Key] from the [Client::get_key] method.
8
-/// Or you can create a [Key] with the [KeyBuilder::create] or [Client::create_key] methods.
+/// Or you can create a [Key] with the [KeyBuilder::new] or [Client::create_key] methods.
9
#[derive(Debug, Serialize, Deserialize, Clone)]
10
#[serde(rename_all = "camelCase")]
11
pub struct Key {
0 commit comments