Authorizations
Headers
Optional header to respect review settings for mutation endpoints.
Body
application/json
Name for the AI Config.
Required string length:
3 - 100Example:
"my_prompt"
Optional display name for the AI Config.
Required string length:
3 - 100Description for the AI Config.
Maximum length:
1000List of target app names.
Team name.
Team ID.
Optional tags to associate with the AI Config.
Schema for owner data including ID, type, name. Note that if Entity is created by CONSOLE API, owner will be undefined.
Example:
{
"ownerID": "user123",
"ownerType": "USER",
"ownerName": "John Doe",
"ownerEmail": "owner123@test.com"
}