Skip to content
Snippets Groups Projects
Unverified Commit 42394d27 authored by Jeff Bruemmer's avatar Jeff Bruemmer Committed by GitHub
Browse files

update api docs (#47703)

parent 3fd01b63
Branches
Tags
No related merge requests found
......@@ -148,7 +148,7 @@ Create a new `Card`. Card `type` can be `question`, `metric`, or `model`.
- **`name`** value must be a non-blank string.
- **`type`** nullable :metabase.api.card/card-type.
- **`type`** nullable enum of :question, question, :metric, metric, :model, model.
- **`cache_ttl`** nullable value must be an integer greater than zero.
......@@ -294,7 +294,7 @@ Update a `Card`.
- **`name`** nullable value must be a non-blank string.
- **`type`** nullable :metabase.api.card/card-type.
- **`type`** nullable enum of :question, question, :metric, metric, :model, model.
- **`embedding_params`** nullable value must be a valid embedding params map.
......
......@@ -138,7 +138,7 @@ Update `Field` with ID.
- **`coercion_strategy`** nullable value must be a valid coercion strategy (keyword or string).
- **`has_field_values`** nullable :metabase.lib.schema.metadata/column.has-field-values.
- **`has_field_values`** nullable enum of :auto-list, :list, :none, :search.
- **`settings`** nullable Value must be a map.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment