Skip to content

Commit

Permalink
Update doc/api.md
Browse files Browse the repository at this point in the history
Co-authored-by: Fermín Galán Márquez <fgalan@users.noreply.github.com>
  • Loading branch information
AlvaroVega and fgalan authored Jan 13, 2025
1 parent 5ef6d15 commit 1cab967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1999,7 +1999,7 @@ the API resource fields and the same fields in the database model.
| `ngsiVersion` || `string` | | string value used in mixed mode to switch between **NGSI-v2** and **NGSI-LD** payloads. The default is `v2`. When not running in mixed mode, this field is ignored. |
| `payloadType` || `string` | | optional string value used to switch between **IoTAgent**, **NGSI-v2** and **NGSI-LD** measure payloads types. Possible values are: `iotagent`, `ngsiv2` or `ngsild`. The default is `iotagent`. |

| `storeLastMeasure` || `boolean` | | Store in device last measure received. False by default. |
| `storeLastMeasure` || `boolean` | | Store in device last measure received. See more info [in this section](admin.md#storelastmeasure). False by default. |

### Device operations

Expand Down

0 comments on commit 1cab967

Please sign in to comment.