openapi: 3.0.3
components:
parameters:
actionId:
description: Action ID. or You can use action name
example: 00ffe293-db50-40fe-8654-31b2c512fd9d, event.create.simple
in: path
name: actionId
required: true
schema:
type: string
actionVersionId:
description: Action Version ID.
example: 2043154b-2839-481d-ab6d-f3aea05c3a29
in: path
name: actionVersionId
required: true
schema:
type: string
apiVersion:
description: Interactor API Version.
example: v1
in: path
name: apiVersion
required: true
schema:
type: string