Skip to main content

Update a Statement

PUT 

/sql/v1/organizations/:organization_id/environments/:environment_id/statements/:statement_name

General Availability

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.

Request

Responses

A Statement is being updated.

Response Headers
    X-Request-Id

    The unique identifier for the API request.