Skip to content

Commit

Permalink
Respond to invite does not return an Account.
Browse files Browse the repository at this point in the history
  • Loading branch information
wparad committed Nov 5, 2024
1 parent d43659f commit 18ad7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apis/access_records_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ impl AccessRecordApi {
}

/// Accepts an invite by claiming this invite by this user. The user access token used for this request will gain the permissions associated with the invite.
pub async fn respond_to_invite(&self, invite_id: String) -> Result<crate::models::Account, Error<RespondToInviteError>> {
pub async fn respond_to_invite(&self, invite_id: String) -> Result<(), Error<RespondToInviteError>> {
let local_var_configuration = &self.configuration;

let local_var_client = &local_var_configuration.client;
Expand Down

0 comments on commit 18ad7cf

Please sign in to comment.