Skip to content

Commit

Permalink
BAP-13934: Absent "Channel" field in created via API Magento Customer…
Browse files Browse the repository at this point in the history
… (#9331)
  • Loading branch information
mccar authored and Krushelnitskiy committed Apr 4, 2017
1 parent 7c82a97 commit 71beb06
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
api:
entities:
Oro\Bundle\IntegrationBundle\Entity\Channel:
documentation_resource: '@OroIntegrationBundle/Resources/doc/api/channel.md'
actions:
create: false
update: false
Expand Down
15 changes: 15 additions & 0 deletions src/Oro/Bundle/IntegrationBundle/Resources/doc/api/channel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Oro\Bundle\IntegrationBundle\Entity\Channel

## ACTIONS

### get

Retrieve a specific Integration channel record.

{@inheritdoc}

### get_list

Retrieve a collection of Integration channel records.

{@inheritdoc}
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,18 @@ oro:
entity_plural_label: Integrations
entity_description: Represent integration
id.label: Id
type.label: Type
type:
label: Type
description: Integration type
transport.label: Transport type
enabled.label: Enabled
enabled:
label: Enabled
description: Enable or disable integration
mapping_settings.label: Mapping Setting
statuses.label: Statuses
name.label: Name
name:
label: Name
description: Integration name
connectors.label: Connectors
synchronization_settings.label: Synchronization Settings
organization.label: Organization
Expand Down

0 comments on commit 71beb06

Please sign in to comment.