Skip to content

Commit

Permalink
fix: add key name to ApiKey (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
willothy authored Oct 5, 2024
1 parent afb9726 commit b0bf28c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/models/keys.rs
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,9 @@ pub struct ApiKey {
/// The unique id of this key.
pub id: String,

/// The optional name for the key.
pub name: Option<String>,

/// The id of the api this key belongs to.
pub api_id: String,

Expand Down

0 comments on commit b0bf28c

Please sign in to comment.