Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dostrelith678 committed Oct 12, 2021
1 parent 1697fcf commit 6f976ad
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion docs/Build/grestsvcs.json
Expand Up @@ -732,7 +732,36 @@
"description": "OK"
}
}
}
},
"/rpc/tx_metadata": {
"post": {
"tags": ["Transaction Queries"],
"summary": "Get transaction metadata",
"produces": ["application/json", "application/vnd.pgrst.object+json"],
"parameters": [
{
"required": true,
"schema": {
"required": ["_tx_hashes"],
"type": "object",
"properties": {
"_tx_hashes": {
"type": "array",
"items": { "type": "string" },
"minItems": 1
}
}
},
"in": "body",
"name": "args"
}
],
"responses": {
"200": {
"description": "OK"
}
}
}
},
"definitions": {
"epoch_info_cache": {
Expand Down

0 comments on commit 6f976ad

Please sign in to comment.