Files
api-specs/nerm/schemas/POST/Workflows/AutomatedWorkflow.yaml
2023-08-18 16:13:31 -04:00

22 lines
419 B
YAML

type: object
properties:
profile_type_id:
type: string
format: uuid
required: true
status:
type: string
enum: [Enabled, Disabled]
required: true
uid:
type: string
required: true
name:
type: string
required: true
condition_rule_ids:
type: array
items:
type: string
format: uuid
description: The ProfileTypeRule this workflow will be working with.