get_sqlv1statement | SELECT | environment_id, organization_id, statement_name |
Make a request to read a statement. |
list_sqlv1statements | SELECT | environment_id, organization_id |
Retrieve a sorted, filtered, paginated list of all statements. |
create_sqlv1statement | INSERT | environment_id, organization_id |
Make a request to create a statement. |
delete_sqlv1statement | DELETE | environment_id, organization_id, statement_name |
Make a request to delete a statement. |
patch_sqlv1statement | UPDATE | environment_id, organization_id, statement_name |
Make a request to patch a statement. |
update_sqlv1statement | EXEC | environment_id, organization_id, statement_name |
Make a request to update a statement. The request will fail with a 409 Conflict error if the Statement has changed since it was fetched. In this case, do a GET, reapply the modifications, and try the update again. |