diff --git a/src/Api/AdminConsole/Public/Controllers/PoliciesController.cs b/src/Api/AdminConsole/Public/Controllers/PoliciesController.cs
index a22c05ed629f..d261a3c55578 100644
--- a/src/Api/AdminConsole/Public/Controllers/PoliciesController.cs
+++ b/src/Api/AdminConsole/Public/Controllers/PoliciesController.cs
@@ -41,7 +41,7 @@ public PoliciesController(
///
/// The type of policy to be retrieved.
[HttpGet("{type}")]
- [ProducesResponseType(typeof(GroupResponseModel), (int)HttpStatusCode.OK)]
+ [ProducesResponseType(typeof(PolicyResponseModel), (int)HttpStatusCode.OK)]
[ProducesResponseType((int)HttpStatusCode.NotFound)]
public async Task Get(PolicyType type)
{