Skip to content

Commit da738fe

Browse files
committed
remove password from POST /account/users
1 parent bd1127a commit da738fe

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/data/endpoints/account.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -269,10 +269,6 @@ endpoints:
269269
type: String
270270
description: The user's email.
271271
272-
password:
273-
type: String
274-
description: The user's password.
275-
value: hunter2
276272
restricted:
277273
optional: true
278274
type: Boolean
@@ -284,7 +280,6 @@ endpoints:
284280
-H "Authorization: Bearer $TOKEN" \
285281
-X POST -d '{
286282
"username": "testguy",
287-
"password": "hunter7",
288283
"email": "[email protected]"
289284
}' \
290285
https://$api_root/$version/account/users

0 commit comments

Comments
 (0)