Skip to main content
PUT
/
api
/
module48
/
operations
Upsert Operations Endpoint
curl --request PUT \
  --url https://api.example.com/api/module48/operations \
  --header 'Content-Type: application/json' \
  --data '
{
  "decision_log": "<string>",
  "next_action": "<string>",
  "store_ops": "<string>"
}
'
{
  "decision_log": "<string>",
  "id": "<string>",
  "next_action": "<string>",
  "store_ops": "<string>",
  "updated_at": "<string>"
}

Body

application/json
decision_log
string | null
next_action
string | null
store_ops
string | null

Response

Successful Response

decision_log
string
required
id
string
required
next_action
string
required
store_ops
string
required
updated_at
string
required