File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 4343 },
4444 "category" : " change" ,
4545 "integration_id" : " custom-events" ,
46+ "host" : " test-host" ,
4647 "message" : " payment_processed feature flag has been enabled" ,
4748 "tags" : [
4849 " env:api_client_test"
Original file line number Diff line number Diff line change @@ -19997,6 +19997,13 @@ components:
1999719997 $ref: '#/components/schemas/EventPayloadAttributes'
1999819998 category:
1999919999 $ref: '#/components/schemas/EventCategory'
20000+ host:
20001+ description: Host name to associate with the event. Any tags associated
20002+ with the host are also applied to this event. Limited to 255 characters.
20003+ example: hostname
20004+ maxLength: 255
20005+ minLength: 1
20006+ type: string
2000020007 integration_id:
2000120008 $ref: '#/components/schemas/EventPayloadIntegrationId'
2000220009 message:
@@ -67887,6 +67894,7 @@ paths:
6788767894 rule:
6788867895 datacenter: devcycle.us1.prod
6788967896 category: change
67897+ host: hostname
6789067898 integration_id: custom-events
6789167899 message: payment_processed feature flag has been enabled
6789267900 tags:
You can’t perform that action at this time.
0 commit comments