Skip to content

Commit 89d88be

Browse files
authored
Add properties and metaprotocol to API docs (#4426)
1 parent f7e4085 commit 89d88be

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/src/guides/api.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1354,10 +1354,24 @@ curl -s -H "Accept: application/json" /
13541354
"fee": 322,
13551355
"height": 767430,
13561356
"id": "6fb976ab49dcec017f1e201e84395983204ae1a7c2abf7ced0a85d692e442799i0",
1357+
"metaprotocol": "LOL-420",
13571358
"next": "26482871f33f1051f450f2da9af275794c0b5f1c61ebf35e4467fb42c2813403i0",
13581359
"number": 0,
13591360
"parents": [],
13601361
"previous": null,
1362+
"properties": {
1363+
"gallery": [
1364+
{
1365+
"id": "ab924ff229beca227bf40221faf492a20b5e2ee4f084524c84a5f98b80fe527fi0",
1366+
"attributes": {
1367+
"title": "goodbye"
1368+
}
1369+
}
1370+
],
1371+
"attributes": {
1372+
"title": "hello"
1373+
}
1374+
},
13611375
"rune": null,
13621376
"sat": null,
13631377
"satpoint": "47c7260764af2ee17aa584d9c035f2e5429aefd96b8016cfe0e3f0bcf04869a3:0:0",

0 commit comments

Comments
 (0)