Skip to main content
POST
Test Macro

Path Parameters

macro_id
integer
required

Body

application/json

Schema for testing a macro.

parameters
string[]

Array of test values to pass to the macro

Response

Successful Response

Schema for macro test response.

execution_time
number
required

Execution time in milliseconds

result
string | null

The result of the macro execution

rows_affected
integer
default:0

Number of rows affected (always 0 for SELECT)