mirror of
https://github.com/corda/corda.git
synced 2025-02-21 09:51:57 +00:00
CORDA-3150 Docs command fix
Signed-off-by: Ed Prosser <edward.prosser@r3.com>
This commit is contained in:
parent
b13f00e0ee
commit
a1c4ea705c
@ -335,7 +335,7 @@ To create an IOU between PartyA and PartyB, run the following command from the c
|
||||
|
||||
.. sourcecode:: bash
|
||||
|
||||
curl -X POST -H 'Content-Type: application/x-www-form-urlencoded' 'http://localhost:50005/api/example/create-iou?iouValue=1&partyName=O=PartyB,L=New%20York,C=US'
|
||||
curl -i -X POST 'http://localhost:50005/api/example/create-iou?iouValue=12&partyName=O=PartyC,L=Paris,C=FR' -H 'Content-Type: application/x-www-form-urlencoded'
|
||||
|
||||
Note that both PartyA's port number (``50005``) and PartyB are referenced in the PUT request path. This command
|
||||
instructs PartyA to agree an IOU with PartyB. Once the process is complete, both nodes will have a signed, notarised
|
||||
|
Loading…
x
Reference in New Issue
Block a user