POST
/
pmp-update
Update PMP
curl --request POST \
  --url https://api.agentic.scope3.com/rest/v1/pmp-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
pmp_id
string
required

ID of the PMP to update

changeRequest
string

Natural language optimization request (e.g., 'increase viewability by 15%', 'add more premium CTV inventory'). Alternative to providing a full new prompt.

name
string

New name for the PMP

prompt
string

New requirements in natural language (e.g., 'Add Netflix CTV inventory and increase budget by 20%'). Optional if using changeRequest.

status
string

Update the PMP status

Response

Successful response

data
object
message
string
success
boolean