mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 17:38:04 +01:00
Document ProvisioningController and ProvisioningConnectListener
This commit is contained in:
committed by
Jon Chambers
parent
7a6ce00fed
commit
0a1161048f
@@ -5,7 +5,11 @@
|
||||
|
||||
package org.whispersystems.textsecuregcm.entities;
|
||||
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import javax.validation.constraints.NotEmpty;
|
||||
|
||||
public record ProvisioningMessage(@NotEmpty String body) {
|
||||
public record ProvisioningMessage(
|
||||
@Schema(description = "The MIME base64-encoded body of the provisioning message to send to the destination device")
|
||||
@NotEmpty
|
||||
String body) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user