mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 04:19:16 +00:00
NEROCKET-183-158 adding docs for NEROCKET-158 that had previosuly had…' by github action: 6238224524
15 lines
372 B
YAML
15 lines
372 B
YAML
post:
|
|
summary: Create a workflow page
|
|
operationId: createWorkflowPage
|
|
description: Create a workflow page
|
|
tags:
|
|
- pages
|
|
requestBody:
|
|
$ref: "../../requestBodies/POST/Pages/WorkflowPage.yaml"
|
|
responses:
|
|
'200':
|
|
$ref: "../../responses/Pages.yaml"
|
|
'400':
|
|
$ref: "../../responses/400.yaml"
|
|
'500':
|
|
$ref: "../../responses/500.yaml" |