v3

latestOpenAPI 3.0.12026-07-31240345599.7 KB
Sync action groups

Create sync action group

Creates a sync action group

post/api/{cloudId}/v1/syncs/{syncId}/action-groups

Path parameters

syncIdstring required

Id of the sync

Id of the sync

Request body

type'forwarding' | 'updating' | 'checkbox' required

Type of the action group. It can be forwarding, updating or checkbox.

namestring required

Name of the action group.

ordernumber float

Order of the action group.

enabledboolean

Enabled status of the action group.

Response

Returned if the request is successful

idstring

Id of the action group.

type'forwarding' | 'updating'

Type of the action group.

namestring

Name of the action group.

ordernumber float

Order of the action group.

enabledboolean

Enabled status of the action group.