Modify a Tag List based on a Target

This method provides a way of moving Members from SPIKA Target into NEON CDP by adding or removing the members to/from an existing Tag List.
The method throws requires the step to be saved (state SAVED). It's not possible to copy members from a step that is invalid or currently being updated.

Path Params
string
required

The name of the space (database) assigned to you.

string
required
string
required

The lookup Id of an existing Tag List. Note, the changes to the List cannot be undone.

Query Params
string
required

The action to carry out.
ADD means that all Members in the Target step are copied into the Tag list, unless they already existed.
REMOVE means that any Members that exist in both the Tag list and the Target step are removed from the Tag List.
REPLACE_ALL removes all Members from the Tag List and then copies all Members from the Target step into the Tag List.

Response
200

OK

Language
Click Try It! to start a request and see the response here!