Update/Insert Table Row
documentedUpdate an existing row or insert a new row into the REST-enabled object.
PUT http://<HOST>:<PORT>/<ServiceAlias>/<SchemaAlias>/<ObjectAlias>/<KeyValues>Schemasno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$host}}:{{$port}}/{{$service_alias}}/{{$schema_alias}}/{{$object_alias}}/{{$key_values}}" \
-X PUT \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "If-Match: {{ETAG}}" \
-d '{"title": "{{$title}}", "description": "{{$description}}", "status": "{{$status}}"}'"