From a43a6df8201e9347ef2c47287723e81688ad0e55 Mon Sep 17 00:00:00 2001 From: Lavysh Alexander Date: Thu, 26 Oct 2023 17:12:24 +0300 Subject: [PATCH] updated docs --- cmd/api/docs/docs.go | 4 ++-- cmd/api/docs/swagger.json | 4 ++-- cmd/api/docs/swagger.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cmd/api/docs/docs.go b/cmd/api/docs/docs.go index 1ac07ce9..dc7166b8 100644 --- a/cmd/api/docs/docs.go +++ b/cmd/api/docs/docs.go @@ -1803,7 +1803,7 @@ const docTemplate = `{ } } }, - "github_com_dipdup-io_celestia-indexer_internal_storage_types.Status": { + "github_com_celenium-io_celestia-indexer_internal_storage_types.Status": { "type": "string", "enum": [ "success", @@ -2440,7 +2440,7 @@ const docTemplate = `{ "status": { "allOf": [ { - "$ref": "#/definitions/github_com_dipdup-io_celestia-indexer_internal_storage_types.Status" + "$ref": "#/definitions/github_com_celenium-io_celestia-indexer_internal_storage_types.Status" } ], "example": "success" diff --git a/cmd/api/docs/swagger.json b/cmd/api/docs/swagger.json index 1419ea8e..cdc2f883 100644 --- a/cmd/api/docs/swagger.json +++ b/cmd/api/docs/swagger.json @@ -1797,7 +1797,7 @@ } } }, - "github_com_dipdup-io_celestia-indexer_internal_storage_types.Status": { + "github_com_celenium-io_celestia-indexer_internal_storage_types.Status": { "type": "string", "enum": [ "success", @@ -2434,7 +2434,7 @@ "status": { "allOf": [ { - "$ref": "#/definitions/github_com_dipdup-io_celestia-indexer_internal_storage_types.Status" + "$ref": "#/definitions/github_com_celenium-io_celestia-indexer_internal_storage_types.Status" } ], "example": "success" diff --git a/cmd/api/docs/swagger.yaml b/cmd/api/docs/swagger.yaml index 92eef154..9ccc3255 100644 --- a/cmd/api/docs/swagger.yaml +++ b/cmd/api/docs/swagger.yaml @@ -11,7 +11,7 @@ definitions: 'namespace', 'tx' type: string type: object - github_com_dipdup-io_celestia-indexer_internal_storage_types.Status: + github_com_celenium-io_celestia-indexer_internal_storage_types.Status: enum: - success - failed @@ -485,7 +485,7 @@ definitions: type: integer status: allOf: - - $ref: '#/definitions/github_com_dipdup-io_celestia-indexer_internal_storage_types.Status' + - $ref: '#/definitions/github_com_celenium-io_celestia-indexer_internal_storage_types.Status' example: success time: example: "2023-07-04T03:10:57+00:00"