jointrashposs/content/ja/.docs-legacy/api/endpoints/reset-password.json5

25 lines
294 B
Plaintext
Raw Permalink Normal View History

2023-07-08 10:36:02 +02:00
{
summary: '',
description: '',
tags: [
'reset password',
],
requireCredential: false,
req: {
type: 'object',
properties: {
token: {
type: 'string',
},
password: {
type: 'string',
},
},
required: [
'token',
'password',
],
},
res: {},
errors: {},
}