Skip to content

Commit

Permalink
Update getModel
Browse files Browse the repository at this point in the history
  • Loading branch information
6nv committed Dec 5, 2023
1 parent 49cc3a1 commit dbf9fd2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.1.4

- `getModel()` accepts an integer ID and boolean value for returning the used counts

## 1.1.3

- Minor formatting updates in build files
Expand Down
2 changes: 1 addition & 1 deletion api.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"description": "Get Model fields for the specified Model ID. usedCounts is an optional parameter that determines if the count of Items for the specified model is returned in the response. If set to \"true\" the counts will be included in the response, if omitted or set to \"false\" the item count will not be included in the response.",
"endpoint": "api/v2/models/{modelId}",
"parameters": {
"usedCounts": "number"
"usedCounts": "boolean"
}
},
"createModel": {
Expand Down

0 comments on commit dbf9fd2

Please sign in to comment.