From 6547d5ebf30f00debbcea05afc3424b3ec44c4e5 Mon Sep 17 00:00:00 2001 From: Ehren Kret Date: Fri, 19 Nov 2021 10:14:00 -0600 Subject: [PATCH] More consistent naming of receipt credentials endpoints --- .../textsecuregcm/controllers/SubscriptionController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/src/main/java/org/whispersystems/textsecuregcm/controllers/SubscriptionController.java b/service/src/main/java/org/whispersystems/textsecuregcm/controllers/SubscriptionController.java index 4057dada0..a60375918 100644 --- a/service/src/main/java/org/whispersystems/textsecuregcm/controllers/SubscriptionController.java +++ b/service/src/main/java/org/whispersystems/textsecuregcm/controllers/SubscriptionController.java @@ -734,7 +734,7 @@ public class SubscriptionController { @Path("/{subscriberId}/receipt_credentials") @Consumes(MediaType.APPLICATION_JSON) @Produces(MediaType.APPLICATION_JSON) - public CompletableFuture getReceiptCredentials( + public CompletableFuture createSubscriptionReceiptCredentials( @Auth Optional authenticatedAccount, @PathParam("subscriberId") String subscriberId, @Valid GetReceiptCredentialsRequest request) {