mirror of
https://github.com/bitwarden/server.git
synced 2025-03-12 13:29:14 +01:00
[14026] Update endpoint document model type (#5191)
This commit is contained in:
parent
0645f51b65
commit
1c73a997d9
@ -41,7 +41,7 @@ public class PoliciesController : Controller
|
||||
/// </remarks>
|
||||
/// <param name="type">The type of policy to be retrieved.</param>
|
||||
[HttpGet("{type}")]
|
||||
[ProducesResponseType(typeof(GroupResponseModel), (int)HttpStatusCode.OK)]
|
||||
[ProducesResponseType(typeof(PolicyResponseModel), (int)HttpStatusCode.OK)]
|
||||
[ProducesResponseType((int)HttpStatusCode.NotFound)]
|
||||
public async Task<IActionResult> Get(PolicyType type)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user