From 1955573e04929ddfc6a3e47c76561d040ee49db3 Mon Sep 17 00:00:00 2001 From: Andres Uribe Date: Tue, 15 Aug 2023 11:03:40 -0400 Subject: [PATCH] Trivial: consistent api tags (#657) --- doc/swagger.yaml | 2 +- pkg/server/router/did.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/swagger.yaml b/doc/swagger.yaml index 53fd14da9..43e02e955 100644 --- a/doc/swagger.yaml +++ b/doc/swagger.yaml @@ -2926,7 +2926,7 @@ paths: type: string summary: Updates a DID document. tags: - - DecentralizedIdentityAPI + - DecentralizedIdentifiers /v1/dids/{method}/batch: put: consumes: diff --git a/pkg/server/router/did.go b/pkg/server/router/did.go index 208ee4744..63ccd9d8d 100644 --- a/pkg/server/router/did.go +++ b/pkg/server/router/did.go @@ -149,7 +149,7 @@ type UpdateDIDByMethodResponse struct { // @Summary Updates a DID document. // @Description Updates a DID for which SSI is the custodian. The DID must have been previously created by calling // @Description the "Create DID Document" endpoint. Currently, only ION dids support updates. -// @Tags DecentralizedIdentityAPI +// @Tags DecentralizedIdentifiers // @Accept json // @Produce json // @Param method path string true "Method"