These are the docs for Metabase v0.46. Check out the docs for the latest version, Metabase v0.54.

Setting

/api/setting endpoints.

Get all Settings and their values. You must be a superuser or have setting permission to do this. For non-superusers, a list of visible settings and values can be retrieved using the /api/session/properties endpoint.

Fetch a single Setting.

  • key string with length >= 1

Update multiple Settings values. If called by a non-superuser, only user-local settings can be updated.

  • settings

Create/update a Setting. If called by a non-admin, only user-local settings can be updated. This endpoint can also be used to delete Settings by passing nil for :value.

  • key value must be a non-blank string.

  • value


« Back to API index

Read docs for other versions of Metabase.