Skip to content

Latest commit

 

History

History
132 lines (64 loc) · 4.39 KB

definitions-definitions-action.md

File metadata and controls

132 lines (64 loc) · 4.39 KB

action Type

object (Action)

action Properties

Property Type Required Nullable Defined by
name string Required cannot be null Definitions
path string Required cannot be null Definitions
relayer Merged Optional cannot be null Definitions
trigger object Required cannot be null Definitions
paused boolean Required cannot be null Definitions
environment-variables object Optional cannot be null Definitions

name

name

  • is required

  • Type: string

  • cannot be null

  • defined in: Definitions

name Type

string

path

path

  • is required

  • Type: string

  • cannot be null

  • defined in: Definitions

path Type

string

relayer

relayer

relayer Type

merged type (RelayerOrDefenderID)

any of

relayer Constraints

URI reference: the string must be a URI reference, according to RFC 3986

trigger

trigger

trigger Type

object (Trigger)

paused

paused

  • is required

  • Type: boolean

  • cannot be null

  • defined in: Definitions

paused Type

boolean

environment-variables

environment-variables

environment-variables Type

object (Details)