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 committed Sep 5, 2024
1 parent a82ac57 commit da1c0ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -169,4 +169,4 @@ Method: PUT

## Errors

Updating an asset with metadata mappings can cause conflicts, in this case a [ MappingsConflictsError ](../../../errors/mappings-conflicts/index.md) will be thrown with the HTTP code **409**.
Updating an asset with metadata mappings can cause conflicts, in this case a [ MappingsConflictsError ](../../../errors/mappings-conflicts/index.md) will be thrown with the HTTP code **409**.
4 changes: 2 additions & 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 @@ -165,4 +165,4 @@ Method: POST

## Errors

Writing an asset with metadata mappings can cause conflicts, in this case a [ MappingsConflictsError ](../../../errors/mappings-conflicts/index.md) will be thrown with the HTTP code **409**.
Writing an asset with metadata mappings can cause conflicts, in this case a [ MappingsConflictsError ](../../../errors/mappings-conflicts/index.md) will be thrown with the HTTP code **409**.

0 comments on commit da1c0ad

Please sign in to comment.