Skip to content
This repository has been archived by the owner on Feb 8, 2025. It is now read-only.

Commit

Permalink
Fix a few docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LJ authored and LJ committed Dec 28, 2024
1 parent b41ed76 commit 09d2bf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/query/user_session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ impl From<UserSessionPasswordAuthentication> for UserSessionAuthentication {
/// An identifier to use when requesting a session from the Resonite API.
///
/// Used when logging in for example in
/// [`LoginCredentials`](LoginCredentials::identifier).
/// [`UserSession`](UserSession::identifier).
pub enum LoginCredentialsIdentifier {
/// Identify using the username
Username(String),
Expand Down
2 changes: 2 additions & 0 deletions src/signalr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ pub struct Invocation {
#[serde(skip_serializing_if = "Option::is_none")]
#[serde(default)]
/// The ID of the invocation
///
/// See <https://learn.microsoft.com/en-us/javascript/api/@microsoft/signalr/invocationmessage?view=signalr-js-latest#@microsoft-signalr-invocationmessage-invocationid>
pub invocation_id: Option<String>,
#[serde(flatten)]
/// Data of the invocation
Expand Down

0 comments on commit 09d2bf6

Please sign in to comment.