Skip to content

Commit e53e9c4

Browse files
author
cibot
committed
Definitions Update herald
1 parent a660fd4 commit e53e9c4

File tree

1 file changed

+0
-67
lines changed

1 file changed

+0
-67
lines changed

alsdkdefs/apis/herald/herald.v1.yaml

Lines changed: 0 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ paths:
4242
schema:
4343
anyOf:
4444
- $ref: '#/components/schemas/Integration-Webhook'
45-
- $ref: '#/components/schemas/Integration-Email'
4645
examples:
4746
Webhook Response Example:
4847
value:
@@ -59,19 +58,6 @@ paths:
5958
modified:
6059
at: 1517452871
6160
by: 3B8EAFA0-1E1A-4744-AB53-0EE45EA8B102
62-
Email Response Example:
63-
value:
64-
id: E31302AE-C9B7-4A4B-BC83-85806383D3FE
65-
account_id: '12345678'
66-
67-
name: My Email Integration
68-
type: email
69-
created:
70-
at: 1517452871
71-
by: 3B8EAFA0-1E1A-4744-AB53-0EE45EA8B102
72-
modified:
73-
at: 1517452871
74-
by: 3B8EAFA0-1E1A-4744-AB53-0EE45EA8B102
7561
'403':
7662
description: Forbidden
7763
'404':
@@ -116,17 +102,6 @@ paths:
116102
modified:
117103
at: 1517452871
118104
by: 3B8EAFA0-1E1A-4744-AB53-0EE45EA8B102
119-
- id: E31302AE-C9B7-4A4B-BC83-85806383D3FE
120-
account_id: '12345678'
121-
122-
name: My Email Integration
123-
type: email
124-
created:
125-
at: 1517452871
126-
by: 3B8EAFA0-1E1A-4744-AB53-0EE45EA8B102
127-
modified:
128-
at: 1517452871
129-
by: 3B8EAFA0-1E1A-4744-AB53-0EE45EA8B102
130105
'403':
131106
description: Forbidden
132107
operationId: 'get-herald-v2-:account_id-integrations'
@@ -162,7 +137,6 @@ paths:
162137
value:
163138
integration_types:
164139
- name: webhook
165-
- name: email
166140
'403':
167141
description: Forbidden
168142
operationId: get-herald-v2-integration_types
@@ -655,47 +629,6 @@ components:
655629
at: 1517452871
656630
by: 3B8EAFA0-1E1A-4744-AB53-0EE45EA8B102
657631
description: ''
658-
Integration-Email:
659-
title: Integration-Email
660-
type: object
661-
properties:
662-
id:
663-
type: string
664-
account_id:
665-
type: string
666-
email:
667-
type: string
668-
name:
669-
type: string
670-
type:
671-
type: string
672-
created:
673-
type: object
674-
properties:
675-
at:
676-
type: number
677-
by:
678-
type: string
679-
modified:
680-
type: object
681-
properties:
682-
at:
683-
type: number
684-
by:
685-
type: string
686-
x-examples:
687-
Integration Emial Example:
688-
id: E31302AE-C9B7-4A4B-BC83-85806383D3FE
689-
account_id: '12345678'
690-
691-
name: My Email Integration
692-
type: email
693-
created:
694-
at: 1517452871
695-
by: 3B8EAFA0-1E1A-4744-AB53-0EE45EA8B102
696-
modified:
697-
at: 1517452871
698-
by: 3B8EAFA0-1E1A-4744-AB53-0EE45EA8B102
699632
Notification:
700633
title: Notification
701634
type: object

0 commit comments

Comments
 (0)