mirror of
https://github.com/bitwarden/server.git
synced 2025-04-21 21:15:10 -05: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>
|
/// </remarks>
|
||||||
/// <param name="type">The type of policy to be retrieved.</param>
|
/// <param name="type">The type of policy to be retrieved.</param>
|
||||||
[HttpGet("{type}")]
|
[HttpGet("{type}")]
|
||||||
[ProducesResponseType(typeof(GroupResponseModel), (int)HttpStatusCode.OK)]
|
[ProducesResponseType(typeof(PolicyResponseModel), (int)HttpStatusCode.OK)]
|
||||||
[ProducesResponseType((int)HttpStatusCode.NotFound)]
|
[ProducesResponseType((int)HttpStatusCode.NotFound)]
|
||||||
public async Task<IActionResult> Get(PolicyType type)
|
public async Task<IActionResult> Get(PolicyType type)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user