File tree Expand file tree Collapse file tree 3 files changed +25
-3
lines changed
src/Oro/Bundle/IntegrationBundle/Resources Expand file tree Collapse file tree 3 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 1
1
api :
2
2
entities :
3
3
Oro\Bundle\IntegrationBundle\Entity\Channel :
4
+ documentation_resource : ' @OroIntegrationBundle/Resources/doc/api/channel.md'
4
5
actions :
5
6
create : false
6
7
update : false
Original file line number Diff line number Diff line change
1
+ # Oro\Bundle\IntegrationBundle\Entity\Channel
2
+
3
+ ## ACTIONS
4
+
5
+ ### get
6
+
7
+ Retrieve a specific Integration channel record.
8
+
9
+ {@inheritdoc }
10
+
11
+ ### get_list
12
+
13
+ Retrieve a collection of Integration channel records.
14
+
15
+ {@inheritdoc }
Original file line number Diff line number Diff line change 60
60
entity_plural_label : Integrations
61
61
entity_description : Represent integration
62
62
id.label : Id
63
- type.label : Type
63
+ type :
64
+ label : Type
65
+ description : Integration type
64
66
transport.label : Transport type
65
- enabled.label : Enabled
67
+ enabled :
68
+ label : Enabled
69
+ description : Enable or disable integration
66
70
mapping_settings.label : Mapping Setting
67
71
statuses.label : Statuses
68
- name.label : Name
72
+ name :
73
+ label : Name
74
+ description : Integration name
69
75
connectors.label : Connectors
70
76
synchronization_settings.label : Synchronization Settings
71
77
organization.label : Organization
You can’t perform that action at this time.
0 commit comments