mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 04:19:16 +00:00
15 lines
434 B
YAML
15 lines
434 B
YAML
post:
|
|
summary: Create an update profile action
|
|
operationId: createUpdateProfileAction
|
|
description: Create an update profile action
|
|
tags:
|
|
- workflow actions
|
|
requestBody:
|
|
$ref: "../../requestBodies/POST/WorkflowActions/UpdateProfileAction.yaml"
|
|
responses:
|
|
'200':
|
|
$ref: "../../responses/WorkflowAction.yaml"
|
|
'400':
|
|
$ref: "../../responses/400.yaml"
|
|
'500':
|
|
$ref: "../../responses/500.yaml" |