Triggers_updateTrigger

Update trigger.

SecuritybearerAuth
Request
path Parameters
id
required
string

Trigger Id.

Request Body schema: application/json
type
required
string
Enum: "Event" "Cron"
id
required
string
url
required
string
createdAt
required
string <date-time>
updatedAt
required
string <date-time>
creator
required
string
name
required
string
projectId
required
string
active
required
boolean
Responses
200

Ok

patch/triggers/{id}
Request samples
application/json
{
  • "type": "Event",
  • "id": "string",
  • "url": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "creator": "string",
  • "name": "string",
  • "projectId": "string",
  • "active": true
}
Response samples
application/json
{
  • "type": "Event",
  • "id": "string",
  • "url": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "creator": "string",
  • "name": "string",
  • "projectId": "string",
  • "active": true
}