mirror of
https://github.com/bitwarden/server
synced 2025-12-22 03:03:33 +00: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