client.scripts.post_run
A method of the Scripts endpoint.
-
post_run(id: int) → Response
Run a SQL script (legacy)
API URL: POST /scripts/{id}/run
import civis
client = civis.APIClient()
response = client.scripts.post_run(...)
- Parameters:
- idint
The ID for the script.
- Returns:
- None
Response code 204: success