Commands submit and wait for reassignment
POST
Submits a single composite reassignment command, waits for its result, and returns the reassignment. Propagates the gRPC error of failed submission.
Protocol Details
Inputs
Request body
application/json
object
required
OpenAPI type:
ReassignmentCommands.object
OpenAPI type:
EventFormat.A format for events which defines both which events should be included and what data should be computed and included for them. Note that some of the filtering behavior depends on the TransactionShape, which is expected to be specified alongside usages of EventFormat.Outputs
200
application/json
JsReassignment
required
Complete view of an on-ledger reassignment.
400
text/plain
string
required
default
application/json
string
required
string
required
string
string
Map_String
required
Tuple2_String_String[]
integer (int32)
required
integer (int32)
string
boolean
History
Changed
3.5The POST /v2/commands/submit-and-wait-for-reassignment operation changed in this snapshot.
Introduced
3.4