mirror of
https://github.com/bitwarden/server.git
synced 2026-01-16 23:01:09 +00:00
[14026] Update endpoint document model type (#5191)
This commit is contained in:
parent
0645f51b65
commit
1c73a997d9
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue