Skip to content

Commit

Permalink
docs: fix api path for merge entity identity doc (#8258)
Browse files Browse the repository at this point in the history
  • Loading branch information
raoofm authored and Jim Kalafut committed Jan 29, 2020
1 parent 11a168f commit 932c91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/api-docs/secret/identity/entity.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -402,5 +402,5 @@ $ curl \
--header "X-Vault-Token: ..." \
--request POST \
--data @payload.json \
http://127.0.0.1:8200/v1/identity/entity/id/8d6a45e5-572f-8f13-d226-cd0d1ec57297
http://127.0.0.1:8200/v1/identity/entity/merge
```

0 comments on commit 932c91d

Please sign in to comment.