We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4eaa40 commit 03ffc8aCopy full SHA for 03ffc8a
src/main/java/com/uid2/core/vertx/CoreVerticle.java
@@ -621,7 +621,7 @@ void handleCloudEncryptionKeysRetrieval(RoutingContext rc) {
621
}
622
623
JsonObject response = new JsonObject()
624
- .put("cloudEncryptionKeys", new JsonArray(cloudEncryptionKeys));
+ .put("cloud_encryption_keys", new JsonArray(cloudEncryptionKeys));
625
626
rc.response().putHeader(HttpHeaders.CONTENT_TYPE, "application/json")
627
.end(response.encode());
0 commit comments