POST
/
signal-update
Update Custom Signal
curl --request POST \
  --url https://api.agentic.scope3.com/rest/v1/signal-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
signalId
string
required

The unique ID of the custom signal to update

clusters
object[]

Updated cluster configurations for regional deployment

description
string

Updated description of the signal's purpose and usage

name
string

Updated human-readable name for the custom signal

Response

Successful response

data
object
message
string
success
boolean