Modify Live Table Feed

put

/data-tools/live-table-feeds/{owner},{feed_name}

Modify Live Table Feed

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

200 Response

Live Table Feeds
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : live_table_feeds
Type: array
Show Source
Nested Schema : live-table-feed
Type: object
Show Source
Nested Schema : sql_statements
Type: array
SQL statements to perform database operation
Show Source
Example:
[
    "CREATE TABLE \"MYSCHEMA\".\"EXAMPLE_TABLE\"(\"ID\" NUMBER, \"DATE_RECV\" DATE);"
]

404 Response

Live Table Feed not found
Back to Top