Liking cljdoc? Tell your friends :D

metabase.api.email

/api/email endpoints

/api/email endpoints
raw docstring

DELETE_clj

DELETE /api/email/

Clear all email related settings. You must be a superuser to ddo this

You must be a superuser to do this.

## `DELETE /api/email/`

Clear all email related settings. You must be a superuser to ddo this

You must be a superuser to do this.
sourceraw docstring

POST_testclj

POST /api/email/test

Send a test email. You must be a superuser to do this.

You must be a superuser to do this.

## `POST /api/email/test`

Send a test email. You must be a superuser to do this.

You must be a superuser to do this.
sourceraw docstring

PUT_clj

PUT /api/email/

Update multiple email Settings. You must be a superuser to do this.

You must be a superuser to do this.

PARAMS:
  • settings value must be a map.
## `PUT /api/email/`

Update multiple email Settings. You must be a superuser to do this.

You must be a superuser to do this.

##### PARAMS:

*  **`settings`** value must be a map.
sourceraw docstring

routesclj

Ring routes for api/email: (POST_test PUT_ DELETE_)

Ring routes for api/email:
(POST_test PUT_ DELETE_)
sourceraw docstring

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

× close