Skip to content
Snippets Groups Projects
Unverified Commit d81ff000 authored by Sameer Al-Sakran's avatar Sameer Al-Sakran Committed by GitHub
Browse files

Merge pull request #6983 from rodo/api-doc-fix

Fix small typo in api doc
parents e70c9354 f0ecb8e5
No related branches found
No related tags found
No related merge requests found
......@@ -1991,7 +1991,7 @@ Fetch the current `User`.
## `POST /api/user/`
Create a new `User`, or or reäctivate an existing one.
Create a new `User`, or reactivate an existing one.
You must be a superuser to do this.
......
......@@ -44,7 +44,7 @@
(api/defendpoint POST "/"
"Create a new `User`, or or reäctivate an existing one."
"Create a new `User`, or reactivate an existing one."
[:as {{:keys [first_name last_name email password]} :body}]
{first_name su/NonBlankString
last_name su/NonBlankString
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment