You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
[](https://github.com/cryptomator/hub/actions/workflows/buildAndTest.yml)
thrownewPaymentRequiredException("Number of effective vault users exceeds available license seats");
272
271
}
@@ -291,7 +290,7 @@ public Response legacyUnlock(@PathParam("vaultId") UUID vaultId, @PathParam("dev
291
290
@Produces(MediaType.TEXT_PLAIN)
292
291
@Operation(summary = "get the user-specific vault key", description = "retrieves a jwe containing the vault key, encrypted for the current user")
293
292
@APIResponse(responseCode = "200")
294
-
@APIResponse(responseCode = "402", description = "number of effective vault users exceeds available license seats")
293
+
@APIResponse(responseCode = "402", description = "license expired or number of effective vault users that have a token exceeds available license seats")
295
294
@APIResponse(responseCode = "403", description = "not a vault member")
@APIResponse(responseCode = "410", description = "Vault is archived. Only returned if evenIfArchived query param is false or not set, otherwise the archived flag is ignored")
@@ -303,7 +302,7 @@ public Response unlock(@PathParam("vaultId") UUID vaultId, @QueryParam("evenIfAr
thrownewPaymentRequiredException("Number of effective vault users exceeds available license seats");
309
308
}
@@ -335,6 +334,7 @@ public Response unlock(@PathParam("vaultId") UUID vaultId, @QueryParam("evenIfAr
335
334
@Consumes(MediaType.APPLICATION_JSON)
336
335
@Operation(summary = "adds user-specific vault keys", description = "Stores one or more user-vaultkey-tuples, as defined in the request body ({user1: token1, user2: token2, ...}).")
337
336
@APIResponse(responseCode = "200", description = "all keys stored")
337
+
@APIResponse(responseCode = "402", description = "number of users granted access exceeds available license seats")
338
338
@APIResponse(responseCode = "403", description = "not a vault owner")
339
339
@APIResponse(responseCode = "404", description = "at least one user has not been found")
340
340
@APIResponse(responseCode = "410", description = "vault is archived")
0 commit comments