Update the Jump Item association criteria for the Account with the given {id}
using the data in the request body.
You may change either or both of the filter_type
and criteria
properties of the association object in a single request, but criteria
will be ignored if the filter_type
is not set to "criteria". Updating filter_type
from "criteria" to "any_jump_items" or "no_jump_items" implicitly deletes all previous criteria
for the account.
If you want the account to inherit associations from its Account Group you must use the endpoint:
You may specify some or all of the available criteria
properties. Each criteria
property you supply will replace the previous value for that property. To keep the existing values for a certain property, omit that property from the request. Separate APIs exist for adding or deleting single Jump Items or shared Jump Groups, which might be preferable to supplying the entire array of ids with this API:
- Add a single Jump Item to
jump_items
. - Remove a single Jump Item from
jump_items
. - Add a single Jump Group to
shared_jump_groups
. - Remove a single Jump Group from
shared_jump_groups
.
This API cannot be used if the given Account is inheriting Jump Item association criteria from its Account Group and does not have any of its own Jump Item associations defined. To create association criteria specifically for this Account, use the POST API instead.