cURL
curl --request POST \ --url http://api/v1/projects/{projectUuid}/sqlRunner/pull-request \ --header 'Content-Type: application/json' \ --data ' { "columns": [ { "type": "string", "reference": "<string>" } ], "sql": "<string>", "name": "<string>" } '
{ "results": { "prUrl": "<string>", "prTitle": "<string>" }, "status": "ok" }
Write back from SQL runner
Show child attributes
Success
ok