v1

latestOpenAPI 3.0.22026-07-174617345.8 KB
Agent Settings

Update agent settings.

Update the agent (formerly known as project) settings for a specific agent. This endpoint allows you to update the configuration and settings associated with the agent. Here is an example to get an agent settings: API SDK.

post/api/v1/projects/{projectId}/settings

Path parameters

projectIdinteger required

The unique identifier of the agent (formerly known as project).

Response

Agent settings have been updated

status'error' | 'success'

The status of the response

Example response

{
  "status": "success",
  "data": {
    "updated": true
  }
}