Skip to content

Commit 31f4c9f

Browse files
committed
chore: update docs
1 parent a407215 commit 31f4c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/dsls/DSL-AshJsonApi.Resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ end
6262
| Name | Type | Default | Docs |
6363
|------|------|---------|------|
6464
| [`type`](#json_api-type){: #json_api-type } | `String.t` | | The resource identifier type of this resource in JSON:API |
65-
| [`includes`](#json_api-includes){: #json_api-includes } | `any` | `[]` | A keyword list of all paths that are includable from this resource |
65+
| [`includes`](#json_api-includes){: #json_api-includes } | `any \| list(any)` | `[]` | A keyword list of all paths that are includable from this resource |
6666
| [`include_nil_values?`](#json_api-include_nil_values?){: #json_api-include_nil_values? } | `any` | | Whether or not to include properties for values that are nil in the JSON output |
6767
| [`default_fields`](#json_api-default_fields){: #json_api-default_fields } | `list(atom)` | | The fields to include in the object if the `fields` query parameter does not specify. Defaults to all public |
6868
| [`derive_sort?`](#json_api-derive_sort?){: #json_api-derive_sort? } | `boolean` | `true` | Whether or not to derive a sort parameter based on the sortable fields of the resource |

0 commit comments

Comments
 (0)