latestOpenAPI 3.1.02026-08-221163801019.2 KB

f0f28319e448

Dynamic Behavior Set

Create a dynamic behavior set

Create a new dynamic behavior set as well as its initial version.

Permissions

This endpoint requires the following permissions:

  • DynamicBehaviorInstruction:CreateDynamicBehaviorInstruction on the set to create.
  • DynamicBehaviorInstruction:UpdateDynamicBehaviorInstruction on the set to create.
post/v1/{organization}/dynamic_behavior_set/

Path parameters

organizationstring required

Headers

x-mongo-cluster-namestring nullable

The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.

The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.

Sec-WebSocket-Protocolstring[]

Request body

namestring required
tagsobject required

The tags of the dynamic behavior set. Both the key and the value can only contain alphanumeric characters, underscores, or spaces.

applied_to_servicesstring[] required

The services that the dynamic behavior set should be applied to.

Response

Succeeded.

dynamic_behavior_set_idstring required

The ID of the newly created dynamic behavior set.