Skip to content

Commit 71beb06

Browse files
mccarKrushelnitskiy
authored andcommitted
BAP-13934: Absent "Channel" field in created via API Magento Customer (#9331)
1 parent 7c82a97 commit 71beb06

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

src/Oro/Bundle/IntegrationBundle/Resources/config/oro/api.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
api:
22
entities:
33
Oro\Bundle\IntegrationBundle\Entity\Channel:
4+
documentation_resource: '@OroIntegrationBundle/Resources/doc/api/channel.md'
45
actions:
56
create: false
67
update: false
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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}

src/Oro/Bundle/IntegrationBundle/Resources/translations/messages.en.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,18 @@ oro:
6060
entity_plural_label: Integrations
6161
entity_description: Represent integration
6262
id.label: Id
63-
type.label: Type
63+
type:
64+
label: Type
65+
description: Integration type
6466
transport.label: Transport type
65-
enabled.label: Enabled
67+
enabled:
68+
label: Enabled
69+
description: Enable or disable integration
6670
mapping_settings.label: Mapping Setting
6771
statuses.label: Statuses
68-
name.label: Name
72+
name:
73+
label: Name
74+
description: Integration name
6975
connectors.label: Connectors
7076
synchronization_settings.label: Synchronization Settings
7177
organization.label: Organization

0 commit comments

Comments
 (0)