nooks
GitHubInstall
Joining and resets

Decide reset request

DecideResetRequest approves or ignores a request to replace a password. An approval expires in an hour.

POST
/api/v1/requests/reset/{requestUid}:decide

Path Parameters

requestUid*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/api/v1/requests/reset/string:decide" \  -H "Content-Type: application/json" \  -d '{}'
{}