Skip to content

Commit b32015d

Browse files
abhipsaMisravinagesh
authored andcommitted
fix(doc): Fix markdown for API design doc (#11690)
1 parent 063d64b commit b32015d

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

sdk/iot/Azure.Iot.Hub.Service/src/API Design.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,31 @@ This document outlines the APIs for the Azure Iot Hub Service SDK
1010

1111
<details><summary><b>Configurations</b></summary>
1212
APIs for managing configurations for devices and modules
13+
1314
```csharp
1415

1516
```
1617
</details>
1718

1819
<details><summary><b>Statistics</b></summary>
1920
APIs for getting statistics about devices and modules, as well as service statistics
21+
2022
```csharp
2123

2224
```
2325
</details>
2426

2527
<details><summary><b>Registry</b></summary>
2628
APIs for managing device and module identities
29+
2730
```csharp
2831

2932
```
3033
</details>
3134

3235
<details><summary><b>Jobs</b></summary>
3336
APIs for using IotHub jobs
37+
3438
```csharp
3539

3640
```
@@ -46,41 +50,47 @@ APIs for using IotHub jobs
4650

4751
<details><summary><b>Twin</b></summary>
4852
Device and module twin operations
53+
4954
```csharp
5055

5156
```
5257
</details>
5358

5459
<details><summary><b>Methods</b></summary>
5560
Device and module direct methods
61+
5662
```csharp
5763

5864
```
5965
</details>
6066

6167
<details><summary><b>Cloud to Device Messaging</b></summary>
62-
No sign of this in the swagger
68+
No sign of this in the swagger
69+
6370
```csharp
6471

6572
```
6673
</details>
6774

6875
<details><summary><b>Feedback Message</b></summary>
6976
APIs for getting feedback messages
77+
7078
```csharp
7179

7280
```
7381
</details>
7482

7583
<details><summary><b>File Upload Notifications</b></summary>
7684
No sign of this in the swagger
85+
7786
```csharp
7887

7988
```
8089
</details>
8190

8291
<details><summary><b>Query</b></summary>
8392
APIs for querying on device or module identities
93+
8494
```csharp
8595

8696
```

0 commit comments

Comments
 (0)