Liking cljdoc? Tell your friends :D
Clojure only.

metabase.api.notify

/api/notify/* endpoints which receive inbound etl server notifications.

/api/notify/* endpoints which receive inbound etl server notifications.
raw docstring

POST_db_:idclj

POST /api/notify/db/:id

Notification about a potential schema change to one of our Databases. Caller can optionally specify a :table_id or :table_name in the body to limit updates to a single Table.

PARAMS:
  • id

  • table_id

  • table_name

## `POST /api/notify/db/:id`

Notification about a potential schema change to one of our `Databases`.
  Caller can optionally specify a `:table_id` or `:table_name` in the body to limit updates to a single `Table`.

##### PARAMS:

*  **`id`** 

*  **`table_id`** 

*  **`table_name`** 
sourceraw docstring

routesclj

Ring routes for api/notify: (POST_db_:id)

Ring routes for api/notify:
(POST_db_:id)
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close