Keine Beschreibung

validate_app_values.sh 505B

123456789101112131415
  1. # ExecutionOrg MUST be executing.
  2. curl -XPOST http://localhost:5001/api/v1/orgs/b199646b-16d2-456d-9fd6-b9972e929466/validate_app_values -d '{
  3. "append": true,
  4. "workflow_check": true,
  5. "authorization": "1aae630c-ccaf-4cb5-87f9-8a9e0a9afd11",
  6. "execution_ref": "c59ff288-4f02-4d02-b839-133d55c7fdf0",
  7. "org_id": "b199646b-16d2-456d-9fd6-b9972e929466",
  8. "values": [{
  9. "app": "testing",
  10. "action": "repeat_back_to_me",
  11. "parameternames": ["call"],
  12. "parametervalues": ["hey", "ho", "lets", "go"]
  13. }]
  14. }'