We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd1127a commit da738feCopy full SHA for da738fe
src/data/endpoints/account.yaml
@@ -269,10 +269,6 @@ endpoints:
269
type: String
270
description: The user's email.
271
value: [email protected]
272
- password:
273
- type: String
274
- description: The user's password.
275
- value: hunter2
276
restricted:
277
optional: true
278
type: Boolean
@@ -284,7 +280,6 @@ endpoints:
284
280
-H "Authorization: Bearer $TOKEN" \
285
281
-X POST -d '{
286
282
"username": "testguy",
287
- "password": "hunter7",
288
283
"email": "[email protected]"
289
}' \
290
https://$api_root/$version/account/users
0 commit comments