Skip to content

Commit

Permalink
docs: fix url of admin-api /recovery/link (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Laban committed Aug 12, 2020
1 parent bbc5454 commit e68c7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/admin/managing-users-identities.mdx
Expand Up @@ -82,7 +82,7 @@ $ curl --request POST -sL \
"expires_in": "12h",
"identity_id": "954f7f59-16a5-4152-8ce7-ad7c73bb124a"
}' \
http://127.0.0.1:4434/flows/recovery/link
http://127.0.0.1:4434/recovery/link

{
"expires_at": "2020-07-27T10:47:45.806Z",
Expand Down

0 comments on commit e68c7cb

Please sign in to comment.