Skip to content

Commit b9fd43d

Browse files
committed
Fix MQTT Gateway API linking warnings
1 parent dc0b813 commit b9fd43d

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

docs/user-guide/gateways-and-devices/mqtt-gateway-api.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ This section provides examples of the payloads and responses for the MQTT Gatewa
191191
Exact Asset Templates can be retrieved from the Swagger API by retrieving the asset data of an existing asset. [Swagger API](https://staging.demo.openremote.io/swagger)
192192
***
193193
194-
#### [Multi-Attribute Update Payload](#multi-attribute-update-payload)
194+
#### Multi-Attribute Update Payload
195195
- The multi-attribute update payload is a JSON object that contains the attribute names and values to be updated.
196196
- The attribute names and values are key-value pairs.
197197
- The attribute names must match the attribute names of the asset.
@@ -206,7 +206,7 @@ Exact Asset Templates can be retrieved from the Swagger API by retrieving the as
206206
207207
### Response Examples
208208
209-
#### [Operation Error Response](#response-errors)
209+
#### Operation Error Response
210210
- When an error occurs during an MQTT operation, the response will include an error code and a message.
211211
- The error response is encoded in JSON.
212212
> - Below is an example of an error response for a failed asset creation.
@@ -225,4 +225,3 @@ Exact Asset Templates can be retrieved from the Swagger API by retrieving the as
225225
- **NOT_FOUND**: The requested resource could not be found. This error can be due to a non-existent asset or attribute.
226226
- **UNAUTHORIZED**: The request could not be authorized due to insufficient permissions.
227227
- **INTERNAL_SERVER_ERROR**: An unexpected condition was encountered, and no more specific message is suitable.
228-

versioned_docs/version-1.2.0/user-guide/gateways-and-devices/mqtt-gateway-api.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ This section provides examples of the payloads and responses for the MQTT Gatewa
191191
Exact Asset Templates can be retrieved from the Swagger API by retrieving the asset data of an existing asset. [Swagger API](https://staging.demo.openremote.io/swagger)
192192
***
193193
194-
#### [Multi-Attribute Update Payload](#multi-attribute-update-payload)
194+
#### Multi-Attribute Update Payload
195195
- The multi-attribute update payload is a JSON object that contains the attribute names and values to be updated.
196196
- The attribute names and values are key-value pairs.
197197
- The attribute names must match the attribute names of the asset.
@@ -206,7 +206,7 @@ Exact Asset Templates can be retrieved from the Swagger API by retrieving the as
206206
207207
### Response Examples
208208
209-
#### [Operation Error Response](#response-errors)
209+
#### Operation Error Response
210210
- When an error occurs during an MQTT operation, the response will include an error code and a message.
211211
- The error response is encoded in JSON.
212212
> - Below is an example of an error response for a failed asset creation.
@@ -225,4 +225,3 @@ Exact Asset Templates can be retrieved from the Swagger API by retrieving the as
225225
- **NOT_FOUND**: The requested resource could not be found. This error can be due to a non-existent asset or attribute.
226226
- **UNAUTHORIZED**: The request could not be authorized due to insufficient permissions.
227227
- **INTERNAL_SERVER_ERROR**: An unexpected condition was encountered, and no more specific message is suitable.
228-

0 commit comments

Comments
 (0)