Authorizations
Headers
Optional header to respect review settings for mutation endpoints.
Path Parameters
id
Body
Is the dynamic config enabled
A brief summary of what the dynamic config is being used for
1000
"helpful summary of what this dynamic config does"
An array of Rule objects
The fallback JSON object when no rules are triggered
Can include comments. If provided with defaultValue, must parse to the same JSON
The type of ID which the dynamic config is based on.
"userID"
The list of tag names attached to the dynamic config
["a tag"]
Schema for owner data including ID, type, name. Note that if Entity is created by CONSOLE API, owner will be undefined.
{
"ownerID": "user123",
"ownerType": "USER",
"ownerName": "John Doe",
"ownerEmail": "owner123@test.com"
}
A schema using JSON Schema Draft 2020-12 to enforce return values of this dynamic config's rules.
schema
except with Json5 comments. Optional and should parse to same json as schema
.
The team name associated with the dynamic config, Enterprise only.
The team ID associated with the dynamic config, Enterprise only.