mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-06 04:19:09 +00:00
17 lines
472 B
YAML
17 lines
472 B
YAML
post:
|
|
summary: Create a password reset workflow
|
|
operationId: postPasswordUpdateWorkflow
|
|
description: Create a password reset workflow
|
|
tags:
|
|
- workflows
|
|
parameters:
|
|
- $ref: "../../parameters/query/run.yaml"
|
|
requestBody:
|
|
$ref: "../../requestBodies/POST/Workflows/LoginWorkflow.yaml"
|
|
responses:
|
|
'200':
|
|
$ref: "../../responses/Workflow.yaml"
|
|
'400':
|
|
$ref: "../../responses/400.yaml"
|
|
'500':
|
|
$ref: "../../responses/500.yaml" |