Files
api-specs/nerm/schemas/POST/Workflows/UpdateWorkflow.yaml
2023-08-18 16:38:28 -04:00

29 lines
724 B
YAML

type: object
properties:
profile_type_id:
type: string
format: uuid
required: true
description: The profile type the workflow effects.
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8
status:
type: string
enum: [Enabled, Disabled]
required: true
description: Whether or not the workflow is enabled or disabled.
example: Enabled
uid:
type: string
required: true
description: The uid of the workflow.
example: my_uid
name:
type: string
required: true
description: Name of the workflow
example: my_workflow
profile_status:
type: string
required: true
description: The status of the profiles the workflow will effect.
example: active