influxdata / influxdata/influxdb
Possible duplicates in swagger.yml
- Dominant language
- Rust
- Stars
- 31.7k
- Forks
- 3.7k
- Avg merge
- 13h 37m
- Merged PRs (30d)
- 8
Description
When [looking through the swagger summaries](https://github.com/influxdata/influxdb/pull/19834), I noticed a few duplicates.
```
$ cd go/src/github.com/influxdata/influxdb/http/
$ cat swagger.yml | grep "summary:" | uniq -d
summary: Update a check
summary: Update a notification rule
summary: Update a notification endpoint
```
E.g., [here](https://github.com/influxdata/influxdb/blob/fab99c9512f86bd013fbd0c933865bbf17e9bfe7/http/swagger.yml#L5961) and [here](https://github.com/influxdata/influxdb/blob/fab99c9512f86bd013fbd0c933865bbf17e9bfe7/http/swagger.yml#L6000).
If these are in fact different, let's update the summaries. Otherwise some cleanup might be in order.
Contributor guide
Assessment
This issue has not been assessed yet.