POST
/
signals-agent-update
Update Signals Agent
curl --request POST \
  --url https://api.agentic.scope3.com/rest/v1/signals-agent-update \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "data": {},
  "message": "Operation completed successfully",
  "success": true
}

Authorizations

Authorization
string
header
required

Use your Scope3 API key as the bearer token

Body

application/json
agentId
string
required

ID of the signals agent to update

config
string

Optional configuration parameters to update

description
string

Optional new description for the agent

endpointUrl
string

Optional new ADCP endpoint URL

name
string

Optional new name for the agent

status
string

Optional new status for the agent

Response

Successful response

data
object
message
string
success
boolean