You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/dsls/DSL-AshJsonApi.Resource.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ end
62
62
| Name | Type | Default | Docs |
63
63
|------|------|---------|------|
64
64
|[`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 |
66
66
|[`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 |
67
67
|[`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 |
68
68
|[`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