Skip to content

Commit 94af977

Browse files
committed
update docs
1 parent ec49d5d commit 94af977

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

api-service/swagger/docs.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,8 @@ var SwaggerInfo = &swag.Spec{
303303
Host: "localhost:8080",
304304
BasePath: "",
305305
Schemes: []string{"http", "https"},
306-
Title: "Ethereum Consensus Layer Blobs REST API",
307-
Description: "This is the API for Ethereum Blobs.",
306+
Title: "Ethereum Blobs REST API",
307+
Description: "Use this API to get EIP-4844 blobs as a drop-in replacement for Consensus Layer clients API.",
308308
InfoInstanceName: "swagger",
309309
SwaggerTemplate: docTemplate,
310310
LeftDelim: "{{",

api-service/swagger/swagger.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
],
66
"swagger": "2.0",
77
"info": {
8-
"description": "This is the API for Ethereum Blobs.",
9-
"title": "Ethereum Consensus Layer Blobs REST API",
8+
"description": "Use this API to get EIP-4844 blobs as a drop-in replacement for Consensus Layer clients API.",
9+
"title": "Ethereum Blobs REST API",
1010
"contact": {},
1111
"version": "1.0"
1212
},

api-service/swagger/swagger.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,9 @@ definitions:
9696
host: localhost:8080
9797
info:
9898
contact: {}
99-
description: This is the API for Ethereum Blobs.
100-
title: Ethereum Consensus Layer Blobs REST API
99+
description: Use this API to get EIP-4844 blobs as a drop-in replacement for Consensus
100+
Layer clients API.
101+
title: Ethereum Blobs REST API
101102
version: "1.0"
102103
paths:
103104
/eth/v1/beacon/blob_sidecars/{block_id}:

0 commit comments

Comments
 (0)