Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion content/en/api/v2/events/examples.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions content/en/api/v2/events/request.CreateEvent.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
},
"category": "change",
"integration_id": "custom-events",
"host": "test-host",
"message": "payment_processed feature flag has been enabled",
"tags": [
"env:api_client_test"
Expand Down
8 changes: 8 additions & 0 deletions data/api/v2/full_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19997,6 +19997,13 @@ components:
$ref: '#/components/schemas/EventPayloadAttributes'
category:
$ref: '#/components/schemas/EventCategory'
host:
description: Host name to associate with the event. Any tags associated
with the host are also applied to this event. Limited to 255 characters.
example: hostname
maxLength: 255
minLength: 1
type: string
integration_id:
$ref: '#/components/schemas/EventPayloadIntegrationId'
message:
Expand Down Expand Up @@ -67887,6 +67894,7 @@ paths:
rule:
datacenter: devcycle.us1.prod
category: change
host: hostname
integration_id: custom-events
message: payment_processed feature flag has been enabled
tags:
Expand Down
Loading