Skip to content

Commit

Permalink
docs: fix controller names in update/write asset model docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuruyia authored and sebtiz13 committed Nov 12, 2024
1 parent b428785 commit 597cc87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/2/controllers/models/update-asset/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Method: PUT

```js
{
"controller": "device-manager/assets",
"controller": "device-manager/models",
"action": "updateAsset",
"engineGroup": "<engine group>",
"model": "<asset model>",
Expand Down
3 changes: 1 addition & 2 deletions doc/2/controllers/models/write-asset/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Method: POST

```js
{
"controller": "device-manager/assets",
"controller": "device-manager/models",
"action": "writeAsset",
"body": {
"engineGroup": "<engine group>",
Expand Down Expand Up @@ -164,4 +164,3 @@ Method: POST
| ------------------------------------------------------------------------------ | ------- | --------------------------------------------------- |
| [ MappingsConflictsError ](../../../errors/mappings-conflicts/index.md) | **409** | Writing an asset with conflicting metadata mappings |
| [ MeasuresNamesDuplicatesError ](../../../errors/measures-duplicates/index.md) | **400** | Defining a measure name more than once |

0 comments on commit 597cc87

Please sign in to comment.