Skip to content

Commit

Permalink
fix md file
Browse files Browse the repository at this point in the history
  • Loading branch information
YuikoSempai committed May 11, 2024
1 parent d644ff7 commit d88d3a1
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions doc/SWAGGER.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,18 @@
## $user/fetch/devices

### /in

FetchSavedDevicesTask

```json lines
{
"id": String
}
```

Check failure on line 15 in doc/SWAGGER.md

View workflow job for this annotation

GitHub Actions / lint

Fenced code blocks should be surrounded by blank lines [Context: "```"]

Check failure on line 15 in doc/SWAGGER.md

View workflow job for this annotation

GitHub Actions / lint

Fenced code blocks should be surrounded by blank lines [Context: "```"]
### /out

Check failure on line 16 in doc/SWAGGER.md

View workflow job for this annotation

GitHub Actions / lint

Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Above] [Context: "### /out"]

Check failure on line 16 in doc/SWAGGER.md

View workflow job for this annotation

GitHub Actions / lint

Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Above] [Context: "### /out"]

FetchSavedDevicesTaskResult

```json lines
{
"tid": String,
Expand All @@ -25,7 +29,9 @@ FetchSavedDevicesTaskResult
## $user/property

### /in

Check failure on line 31 in doc/SWAGGER.md

View workflow job for this annotation

GitHub Actions / lint

Multiple headings with the same content [Context: "### /in"]

Check failure on line 31 in doc/SWAGGER.md

View workflow job for this annotation

GitHub Actions / lint

Multiple headings with the same content [Context: "### /in"]

PutDevicePropertyTask

```json lines
{
"id": String,
Expand All @@ -34,8 +40,11 @@ PutDevicePropertyTask
"value": Int
}
```

### /out

Check failure on line 44 in doc/SWAGGER.md

View workflow job for this annotation

GitHub Actions / lint

Multiple headings with the same content [Context: "### /out"]

Check failure on line 44 in doc/SWAGGER.md

View workflow job for this annotation

GitHub Actions / lint

Multiple headings with the same content [Context: "### /out"]

PutDevicePropertyTaskResult

```json lines
{
"tid": String,
Expand All @@ -46,16 +55,22 @@ PutDevicePropertyTaskResult
```

## $user/fetch/props

### /in

Check failure on line 59 in doc/SWAGGER.md

View workflow job for this annotation

GitHub Actions / lint

Multiple headings with the same content [Context: "### /in"]

Check failure on line 59 in doc/SWAGGER.md

View workflow job for this annotation

GitHub Actions / lint

Multiple headings with the same content [Context: "### /in"]

FetchDevicesPropertiesTask

```json lines
{
"id": String,
"include": List<String>?,
}
```

### /out

Check failure on line 70 in doc/SWAGGER.md

View workflow job for this annotation

GitHub Actions / lint

Multiple headings with the same content [Context: "### /out"]

Check failure on line 70 in doc/SWAGGER.md

View workflow job for this annotation

GitHub Actions / lint

Multiple headings with the same content [Context: "### /out"]

FetchDevicesPropertiesTaskResult

```json lines
{
"tid": String,
Expand All @@ -66,8 +81,11 @@ FetchDevicesPropertiesTaskResult
```

## $user/save

### /in

Check failure on line 85 in doc/SWAGGER.md

View workflow job for this annotation

GitHub Actions / lint

Multiple headings with the same content [Context: "### /in"]

Check failure on line 85 in doc/SWAGGER.md

View workflow job for this annotation

GitHub Actions / lint

Multiple headings with the same content [Context: "### /in"]

SaveDeviceTask

```json lines
{
"id": String,
Expand All @@ -76,8 +94,11 @@ SaveDeviceTask
"alias": String?
}
```

### /out

Check failure on line 98 in doc/SWAGGER.md

View workflow job for this annotation

GitHub Actions / lint

Multiple headings with the same content [Context: "### /out"]

Check failure on line 98 in doc/SWAGGER.md

View workflow job for this annotation

GitHub Actions / lint

Multiple headings with the same content [Context: "### /out"]

SaveDeviceTaskResult

```json lines
{
"tid": String,
Expand All @@ -89,14 +110,19 @@ SaveDeviceTaskResult
## $user/search

### /in

Check failure on line 112 in doc/SWAGGER.md

View workflow job for this annotation

GitHub Actions / lint

Multiple headings with the same content [Context: "### /in"]

Check failure on line 112 in doc/SWAGGER.md

View workflow job for this annotation

GitHub Actions / lint

Multiple headings with the same content [Context: "### /in"]

SearchDevicesTask

```json lines
{
"id": String
}
```

### /out

SearchDevicesTaskResult

```json lines
{
"tid": String,
Expand Down

0 comments on commit d88d3a1

Please sign in to comment.