store Client Cipher Text
open suspend fun storeClientCipherText(backupSharePairId: String, cipherText: String, traceId: String?): Boolean
Stores the encrypted client backup share ciphertext for a given backup share pair ID.
Return
true if the operation was successful.
Parameters
backup Share Pair Id
The unique identifier of the backup share pair.
cipher Text
The encrypted ciphertext to store.
trace Id
Optional trace ID forwarded as the X-Portal-Trace-Id header. When null, a new UUID is generated for this request.
Throws
on a backend HTTP 400 response. Wrap the call in try/catch — the throw escapes uncaught.