Skip to content

Commit

Permalink
Trivial: consistent api tags (#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
andresuribe87 authored Aug 15, 2023
1 parent e4ce096 commit 1955573
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2926,7 +2926,7 @@ paths:
type: string
summary: Updates a DID document.
tags:
- DecentralizedIdentityAPI
- DecentralizedIdentifiers
/v1/dids/{method}/batch:
put:
consumes:
Expand Down
2 changes: 1 addition & 1 deletion pkg/server/router/did.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1955573

Please sign in to comment.