Skip to main content
PUT
Update Profile

Update Profile

Updates an existing profile with new configuration values.
This endpoint requires authentication. Built-in profiles cannot be modified.

Request

name
string
required
The profile name to update
description
string
Updated profile description
extends
string
Updated parent profile
loopStrategy
object
Updated loop strategy configuration
verification
object
Updated verification configuration
gitOps
object
Updated Git operations configuration
executionLimits
object
Updated execution limits configuration

Response

success
boolean
required
Indicates if the request was successful
data
object
required
Update result

Example Response

Error Responses

Cannot Modify Built-in Profile

Profile Not Found

Circular Inheritance