diff --git a/protobuff/qubic.proto b/protobuff/qubic.proto index db829bf..260beff 100644 --- a/protobuff/qubic.proto +++ b/protobuff/qubic.proto @@ -22,6 +22,20 @@ option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = { description: "Github"; url: "https://github.com/qubic/qubic-http"; } + tags: { + name: "QubicLiveService" + description: "Query live data from the Qubic network" + external_docs: { + description: "GitHub repository" + url: "https://github.com/qubic/qubic-http/" + } + extensions: { + key: "x-displayName" + value: { + string_value: "Live API" + } + } + } }; // Balance diff --git a/protobuff/qubic.swagger.json b/protobuff/qubic.swagger.json index 46fd5d0..15ce968 100644 --- a/protobuff/qubic.swagger.json +++ b/protobuff/qubic.swagger.json @@ -7,7 +7,13 @@ }, "tags": [ { - "name": "QubicLiveService" + "name": "QubicLiveService", + "description": "Query live data from the Qubic network", + "externalDocs": { + "description": "GitHub repository", + "url": "https://github.com/qubic/qubic-http/" + }, + "x-displayName": "Live API" } ], "host": "rpc.qubic.org",