influxdata / influxdata/influxdb

Possible duplicates in swagger.yml

Open
#19,835 0 comments 0 reactions 1 assignee Claimed by @aanthony1243 View on GitHub
area/api area/api-docs team/api
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.