You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: swagger_generated.json
-86Lines changed: 0 additions & 86 deletions
Original file line number
Diff line number
Diff line change
@@ -57,39 +57,6 @@
57
57
},
58
58
"x-swagger-router-controller" : "blockmarket"
59
59
},
60
-
"/storedata" : {
61
-
"post" : {
62
-
"tags" : [ "Blockmarket" ],
63
-
"description" : "Store an arbitrary piece of data on a decentralized network of data storage warehouses and return the client an array of URLs through which the data can be accessed.",
64
-
"operationId" : "storedata",
65
-
"parameters" : [ {
66
-
"in" : "body",
67
-
"name" : "request",
68
-
"required" : true,
69
-
"schema" : {
70
-
"$ref" : "#/definitions/StoreDataRequest"
71
-
}
72
-
} ],
73
-
"responses" : {
74
-
"200" : {
75
-
"description" : "Success",
76
-
"schema" : {
77
-
"$ref" : "#/definitions/StoreDataResponse"
78
-
}
79
-
},
80
-
"default" : {
81
-
"description" : "Error",
82
-
"schema" : {
83
-
"$ref" : "#/definitions/ErrorResponse"
84
-
}
85
-
}
86
-
},
87
-
"security" : [ {
88
-
"token" : [ ]
89
-
} ]
90
-
},
91
-
"x-swagger-router-controller" : "blockmarket"
92
-
},
93
60
"/getblock" : {
94
61
"get" : {
95
62
"tags" : [ "General" ],
@@ -6450,59 +6417,6 @@
6450
6417
}
6451
6418
}
6452
6419
},
6453
-
"StoreDataRequest" : {
6454
-
"required" : [ "data", "dataType" ],
6455
-
"properties" : {
6456
-
"existingDataId" : {
6457
-
"type" : "string",
6458
-
"description" : "Identifier for existing data to update."
6459
-
},
6460
-
"dataType" : {
6461
-
"type" : "string",
6462
-
"description" : "The type of data being stored, ie: 'aliasdata'."
6463
-
},
6464
-
"data" : {
6465
-
"type" : "string",
6466
-
"description" : "The data to be stored on the decentralized storage facility. Max size 500kb."
6467
-
},
6468
-
"storeLocations" : {
6469
-
"type" : "array",
6470
-
"description" : "Array of data warehousing facilities to use to store the data, valid values: BFAZURE.",
6471
-
"items" : {
6472
-
"type" : "string"
6473
-
}
6474
-
}
6475
-
}
6476
-
},
6477
-
"StoreDataResponse" : {
6478
-
"required" : [ "storeLocations" ],
6479
-
"properties" : {
6480
-
"storeLocations" : {
6481
-
"type" : "array",
6482
-
"description" : "Array of objects which describe where data is stored offchain",
6483
-
"items" : {
6484
-
"$ref" : "#/definitions/DataStoreLocation"
6485
-
}
6486
-
}
6487
-
},
6488
-
"example" : {
6489
-
"storeLocations" : [ {
6490
-
"dataUrl" : "aeiou"
6491
-
} ]
6492
-
}
6493
-
},
6494
-
"DataStoreLocation" : {
6495
-
"required" : [ "dataUrl" ],
6496
-
"properties" : {
6497
-
"dataUrl" : {
6498
-
"type" : "string",
6499
-
"description" : "URL from which the data can be fetched"
0 commit comments