fixed documentation error

This commit is contained in:
Bernhard B
2021-01-30 21:40:54 +01:00
parent 6227eb670d
commit de777799b6
4 changed files with 4 additions and 4 deletions

View File

@@ -1023,7 +1023,7 @@ func (a *Api) ListIdentities(c *gin.Context) {
// @Param data body TrustIdentityRequest true "Input Data"
// @Param number path string true "Registered Phone Number"
// @Param numberToTrust path string true "Number To Trust"
// @Router /v1/identities/{number}/{numberToTrust} [put]
// @Router /v1/identities/{number}/trust/{numberToTrust} [put]
func (a *Api) TrustIdentity(c *gin.Context) {
number := c.Param("number")