mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 04:19:16 +00:00
* Added Custom Forms tag, moved Governance Group tag to correct alphabetic position, and removed schema definitions for triggers since they don't render properly anymore. * Possible fix for cloudbees error * Another possible fix for cloudbees error * Another possible fix * Removed single quotes from property name * Added the attributes description back --------- Co-authored-by: colin-mckibben-sp <coln.mckibben@sailpoint.com>' by github action: 5600115683
14 lines
388 B
YAML
14 lines
388 B
YAML
title: External Trigger Attributes
|
|
type: object
|
|
description: Attributes related to an external trigger
|
|
required:
|
|
- name
|
|
properties:
|
|
name:
|
|
type: string
|
|
description: A unique name for the external trigger
|
|
example: "search-and-notify"
|
|
description:
|
|
type: string
|
|
description: Additonal context about the external trigger
|
|
example: Run a search and notify the results |