mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 23:52:50 -05:00
Update response code (#3949)
This commit is contained in:
@ -58,6 +58,6 @@ public class ProviderOrganizationController(
|
||||
organization,
|
||||
requestBody.AssignedSeats);
|
||||
|
||||
return TypedResults.NoContent();
|
||||
return TypedResults.Ok();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user