Skip to content

Commit

Permalink
added missing 200 response code to /api/vaults/{vaultId}/users-requir…
Browse files Browse the repository at this point in the history
…ing-access-grant (#201)
  • Loading branch information
chenkins authored May 31, 2023
1 parent 11f818f commit 29e45bc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ private Response removeAutority(UUID vaultId, String authorityId) {
@Transactional
@Produces(MediaType.APPLICATION_JSON)
@Operation(summary = "list devices requiring access rights", description = "lists all devices owned by vault members, that don't have a device-specific masterkey yet")
@APIResponse(responseCode = "200")
@APIResponse(responseCode = "401", description = "VaultAdminAuthorizationJWT not provided")
@APIResponse(responseCode = "403", description = "VaultAdminAuthorizationJWT expired or not yet valid")
@APIResponse(responseCode = "404", description = "vault not found")
Expand Down

0 comments on commit 29e45bc

Please sign in to comment.