Skip to content

Commit bd14a00

Browse files
44ukgimre-xymcity
authored andcommitted
trivial fix
1 parent 1ebc0f9 commit bd14a00

File tree

1 file changed

+34
-33
lines changed

1 file changed

+34
-33
lines changed

NisApi.src.html

Lines changed: 34 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1541,7 +1541,7 @@ <h4>Example of returned JSON object:</h4>
15411541
{
15421542
"data": [{
15431543
"fqn": "makoto.metal.coins",
1544-
"owner": TD3RXTHBLK6J3UD2BH2PXSOFLPWZOTR34WCG4HXH",
1544+
"owner": "TD3RXTHBLK6J3UD2BH2PXSOFLPWZOTR34WCG4HXH",
15451545
"height": 13465
15461546
}]
15471547
}
@@ -1865,7 +1865,7 @@ <h4>Example of returned JSON object:</h4>
18651865

18661866
<resp>
18671867
{
1868-
[
1868+
"data": [
18691869
{
18701870
"height": 17592,
18711871
"address": "NALICELGU3IVY4DPJKHYLSSVYFFWYS5QPLYEZDJJ",
@@ -2719,23 +2719,24 @@ <h4>Example of returned array of JSON <a href="#extendedNodeExperiencePair">Exte
27192719
{
27202720
"data": [
27212721
{
2722-
"node":
2723-
"metaData":
2724-
{
2725-
"application": "NIS",
2726-
"version": "0.4.33-BETA",
2727-
"platform": "Oracle Corporation (1.8.0_25) on Windows 8"
2728-
},
2729-
"endpoint":
2730-
{
2731-
"protocol": "http",
2732-
"port": 7890,
2733-
"host": "81.224.224.156"
2734-
},
2735-
"identity":
2736-
{
2737-
"name": "Alice",
2738-
"public-key": "a1aaca6c17a24252e674d155713cdf55996ad00175be4af02a20c67b59f9fe8a"
2722+
"node": {
2723+
"metaData":
2724+
{
2725+
"application": "NIS",
2726+
"version": "0.4.33-BETA",
2727+
"platform": "Oracle Corporation (1.8.0_25) on Windows 8"
2728+
},
2729+
"endpoint":
2730+
{
2731+
"protocol": "http",
2732+
"port": 7890,
2733+
"host": "81.224.224.156"
2734+
},
2735+
"identity":
2736+
{
2737+
"name": "Alice",
2738+
"public-key": "a1aaca6c17a24252e674d155713cdf55996ad00175be4af02a20c67b59f9fe8a"
2739+
}
27392740
},
27402741
"syncs": 3,
27412742
"experience":
@@ -2885,21 +2886,21 @@ <h4>Example of returned JSON object:</h4>
28852886
<resp>
28862887
{
28872888
"data": [{
2888-
"meta":{
2889-
"id":26264,
2889+
"meta": {
2890+
"id": 26264
28902891
},
2891-
"namespace":{
2892+
"namespace": {
28922893
"fqn": "makoto.metal.coins",
2893-
"owner": TD3RXTHBLK6J3UD2BH2PXSOFLPWZOTR34WCG4HXH",
2894+
"owner": "TD3RXTHBLK6J3UD2BH2PXSOFLPWZOTR34WCG4HXH",
28942895
"height": 13465
28952896
}
28962897
},{
2897-
"meta":{
2898-
"id":25421,
2898+
"meta": {
2899+
"id": 25421
28992900
},
2900-
"namespace":{
2901+
"namespace": {
29012902
"fqn": "gimre.vouchers",
2902-
"owner": TDGIMREMR5NSRFUOMPI5OOHLDATCABNPC5ID2SVA",
2903+
"owner": "TDGIMREMR5NSRFUOMPI5OOHLDATCABNPC5ID2SVA",
29032904
"height": 12392
29042905
}
29052906
}]
@@ -2941,7 +2942,7 @@ <h4>Example of returned JSON object:</h4>
29412942
<resp>
29422943
{
29432944
"fqn": "makoto.metal.coins",
2944-
"owner": TD3RXTHBLK6J3UD2BH2PXSOFLPWZOTR34WCG4HXH",
2945+
"owner": "TD3RXTHBLK6J3UD2BH2PXSOFLPWZOTR34WCG4HXH",
29452946
"height": 13465
29462947
}
29472948
</resp>
@@ -3090,9 +3091,9 @@ <h4>Example:</h4>
30903091
<h4>Example of returned JSON object:</h4>
30913092

30923093
<resp>
3093-
{
3094+
{
30943095
"data": [{
3095-
"meta" {
3096+
"meta": {
30963097
"id": 3541
30973098
},
30983099
"mosaic": {
@@ -6301,7 +6302,7 @@ <h4>JSON structure by example:</h4>
63016302
<resp>
63026303
{
63036304
"fqn": "makoto.metal.coins",
6304-
"owner": TD3RXTHBLK6J3UD2BH2PXSOFLPWZOTR34WCG4HXH",
6305+
"owner": "TD3RXTHBLK6J3UD2BH2PXSOFLPWZOTR34WCG4HXH",
63056306
"height": 13465
63066307
}
63076308
</resp>
@@ -6323,7 +6324,7 @@ <h4>JSON structure by example:</h4>
63236324
},
63246325
"namespace":{
63256326
"fqn": "makoto.metal.coins",
6326-
"owner": TD3RXTHBLK6J3UD2BH2PXSOFLPWZOTR34WCG4HXH",
6327+
"owner": "TD3RXTHBLK6J3UD2BH2PXSOFLPWZOTR34WCG4HXH",
63276328
"height": 13465
63286329
}
63296330
}
@@ -7008,7 +7009,7 @@ <h2>Error messages</h2>
70087009
<dt>FAILURE_NAMESPACE_OWNER_CONFLICT</dt>
70097010
<dd>Validation failed because the transaction signer is not the owner of the namespace.</dd>
70107011

7011-
<dt>FAILURE_NAMESPACE_INVALID_NAME(</dt>
7012+
<dt>FAILURE_NAMESPACE_INVALID_NAME</dt>
70127013
<dd>Validation failed because the name for the namespace is invalid.</dd>
70137014

70147015
<dt>FAILURE_NAMESPACE_INVALID_RENTAL_FEE_SINK</dt>

0 commit comments

Comments
 (0)