Skip to content

Commit 18ad7cf

Browse files
committed
Respond to invite does not return an Account.
1 parent d43659f commit 18ad7cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apis/access_records_api.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ impl AccessRecordApi {
505505
}
506506

507507
/// 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.
508-
pub async fn respond_to_invite(&self, invite_id: String) -> Result<crate::models::Account, Error<RespondToInviteError>> {
508+
pub async fn respond_to_invite(&self, invite_id: String) -> Result<(), Error<RespondToInviteError>> {
509509
let local_var_configuration = &self.configuration;
510510

511511
let local_var_client = &local_var_configuration.client;

0 commit comments

Comments
 (0)