From 03f9183ba6457588cd425870d52f0c13ab1b7852 Mon Sep 17 00:00:00 2001 From: sunbryely-influxdata <101659702+sunbryely-influxdata@users.noreply.github.com> Date: Thu, 1 Sep 2022 15:15:51 -0700 Subject: [PATCH] feat: add MIT license to api content (#4401) * feat: add MIT license to api content * chore: whitespace Co-authored-by: Sunbrye Ly Co-authored-by: Jason Stirnaman --- api-docs/openapi/content/cloud/info.yml | 5 ++++- api-docs/openapi/content/cloud/v1compat/info.yml | 5 ++++- api-docs/openapi/content/v2.0/info.yml | 3 +++ api-docs/openapi/content/v2.1/info.yml | 3 +++ api-docs/openapi/content/v2.1/v1compat/info.yml | 3 +++ api-docs/openapi/content/v2.2/info.yml | 3 +++ api-docs/openapi/content/v2.2/v1compat/info.yml | 5 ++++- api-docs/openapi/content/v2.3/info.yml | 3 +++ api-docs/openapi/content/v2.3/v1compat/info.yml | 5 ++++- api-docs/openapi/content/v2.4/info.yml | 3 +++ api-docs/openapi/content/v2.4/v1compat/info.yml | 5 ++++- 11 files changed, 38 insertions(+), 5 deletions(-) diff --git a/api-docs/openapi/content/cloud/info.yml b/api-docs/openapi/content/cloud/info.yml index ce9719041..1ad053feb 100644 --- a/api-docs/openapi/content/cloud/info.yml +++ b/api-docs/openapi/content/cloud/info.yml @@ -5,4 +5,7 @@ description: | This documentation is generated from the [InfluxDB OpenAPI specification](https://raw.githubusercontent.com/influxdata/openapi/master/contracts/ref/cloud.yml). -version: Cloud 2.x \ No newline at end of file +version: Cloud 2.x +license: + name: MIT + url: 'https://opensource.org/licenses/MIT' \ No newline at end of file diff --git a/api-docs/openapi/content/cloud/v1compat/info.yml b/api-docs/openapi/content/cloud/v1compat/info.yml index 2a5b8b90d..e5d9d3ec3 100644 --- a/api-docs/openapi/content/cloud/v1compat/info.yml +++ b/api-docs/openapi/content/cloud/v1compat/info.yml @@ -5,4 +5,7 @@ description: | If you want to use the latest InfluxDB /api/v2 API instead, see the [InfluxDB v2 API documentation](/influxdb/cloud/api/). This documentation is generated from the - [InfluxDB OpenAPI specification](https://raw.githubusercontent.com/influxdata/openapi/master/contracts/swaggerV1Compat.yml). \ No newline at end of file + [InfluxDB OpenAPI specification](https://raw.githubusercontent.com/influxdata/openapi/master/contracts/swaggerV1Compat.yml). +license: + name: MIT + url: 'https://opensource.org/licenses/MIT' \ No newline at end of file diff --git a/api-docs/openapi/content/v2.0/info.yml b/api-docs/openapi/content/v2.0/info.yml index ece63acba..291273ea7 100644 --- a/api-docs/openapi/content/v2.0/info.yml +++ b/api-docs/openapi/content/v2.0/info.yml @@ -2,3 +2,6 @@ title: InfluxDB OSS API Service version: 2.0.0 description: | The InfluxDB v2 API provides a programmatic interface for all interactions with InfluxDB. Access the InfluxDB API using the `/api/v2/` endpoint. +license: + name: MIT + url: 'https://opensource.org/licenses/MIT' diff --git a/api-docs/openapi/content/v2.1/info.yml b/api-docs/openapi/content/v2.1/info.yml index ece63acba..291273ea7 100644 --- a/api-docs/openapi/content/v2.1/info.yml +++ b/api-docs/openapi/content/v2.1/info.yml @@ -2,3 +2,6 @@ title: InfluxDB OSS API Service version: 2.0.0 description: | The InfluxDB v2 API provides a programmatic interface for all interactions with InfluxDB. Access the InfluxDB API using the `/api/v2/` endpoint. +license: + name: MIT + url: 'https://opensource.org/licenses/MIT' diff --git a/api-docs/openapi/content/v2.1/v1compat/info.yml b/api-docs/openapi/content/v2.1/v1compat/info.yml index 3ef1f3cda..c712c9fc3 100644 --- a/api-docs/openapi/content/v2.1/v1compat/info.yml +++ b/api-docs/openapi/content/v2.1/v1compat/info.yml @@ -1 +1,4 @@ title: InfluxDB OSS v1 compatibility API documentation +license: + name: MIT + url: 'https://opensource.org/licenses/MIT' diff --git a/api-docs/openapi/content/v2.2/info.yml b/api-docs/openapi/content/v2.2/info.yml index 0bcde2ac2..e78242057 100644 --- a/api-docs/openapi/content/v2.2/info.yml +++ b/api-docs/openapi/content/v2.2/info.yml @@ -5,3 +5,6 @@ description: | This documentation is generated from the [InfluxDB OpenAPI specification](https://raw.githubusercontent.com/influxdata/openapi/docs-release/influxdb-oss/contracts/ref/oss.yml). +license: + name: MIT + url: 'https://opensource.org/licenses/MIT' diff --git a/api-docs/openapi/content/v2.2/v1compat/info.yml b/api-docs/openapi/content/v2.2/v1compat/info.yml index 3d197e5ff..b28b4e1dd 100644 --- a/api-docs/openapi/content/v2.2/v1compat/info.yml +++ b/api-docs/openapi/content/v2.2/v1compat/info.yml @@ -6,4 +6,7 @@ description: | If you want to use the latest InfluxDB /api/v2 API instead, see the [InfluxDB v2 API documentation](/influxdb/v2.2/api/). This documentation is generated from the - [InfluxDB OpenAPI specification](https://raw.githubusercontent.com/influxdata/openapi/docs-release/influxdb-oss/contracts/swaggerV1Compat.yml). \ No newline at end of file + [InfluxDB OpenAPI specification](https://raw.githubusercontent.com/influxdata/openapi/docs-release/influxdb-oss/contracts/swaggerV1Compat.yml). +license: + name: MIT + url: 'https://opensource.org/licenses/MIT' \ No newline at end of file diff --git a/api-docs/openapi/content/v2.3/info.yml b/api-docs/openapi/content/v2.3/info.yml index fb2c8354b..55182ae71 100644 --- a/api-docs/openapi/content/v2.3/info.yml +++ b/api-docs/openapi/content/v2.3/info.yml @@ -5,3 +5,6 @@ description: | This documentation is generated from the [InfluxDB OpenAPI specification](https://github.com/influxdata/openapi/blob/influxdb-oss-v2.3.0/contracts/ref/oss.yml). +license: + name: MIT + url: 'https://opensource.org/licenses/MIT' \ No newline at end of file diff --git a/api-docs/openapi/content/v2.3/v1compat/info.yml b/api-docs/openapi/content/v2.3/v1compat/info.yml index ba7256f71..17b048997 100644 --- a/api-docs/openapi/content/v2.3/v1compat/info.yml +++ b/api-docs/openapi/content/v2.3/v1compat/info.yml @@ -6,4 +6,7 @@ description: | If you want to use the latest InfluxDB /api/v2 API instead, see the [InfluxDB v2 API documentation](/influxdb/v2.2/api/). This documentation is generated from the - [InfluxDB OpenAPI specification](https://github.com/influxdata/openapi/blob/influxdb-oss-v2.3.0/contracts/swaggerV1Compat.yml). \ No newline at end of file + [InfluxDB OpenAPI specification](https://github.com/influxdata/openapi/blob/influxdb-oss-v2.3.0/contracts/swaggerV1Compat.yml). +license: + name: MIT + url: 'https://opensource.org/licenses/MIT' \ No newline at end of file diff --git a/api-docs/openapi/content/v2.4/info.yml b/api-docs/openapi/content/v2.4/info.yml index 93e9255e6..9291ec7a2 100644 --- a/api-docs/openapi/content/v2.4/info.yml +++ b/api-docs/openapi/content/v2.4/info.yml @@ -5,3 +5,6 @@ description: | This documentation is generated from the [InfluxDB OpenAPI specification](https://github.com/influxdata/openapi/blob/influxdb-oss-v2.4.0/contracts/ref/oss.yml). +license: + name: MIT + url: 'https://opensource.org/licenses/MIT' diff --git a/api-docs/openapi/content/v2.4/v1compat/info.yml b/api-docs/openapi/content/v2.4/v1compat/info.yml index 51debf604..38d20b458 100644 --- a/api-docs/openapi/content/v2.4/v1compat/info.yml +++ b/api-docs/openapi/content/v2.4/v1compat/info.yml @@ -6,4 +6,7 @@ description: | If you want to use the latest InfluxDB /api/v2 API instead, see the [InfluxDB v2 API documentation](/influxdb/v2.4/api/). This documentation is generated from the - [InfluxDB OpenAPI specification](https://github.com/influxdata/openapi/blob/influxdb-oss-v2.4.0/contracts/swaggerV1Compat.yml). \ No newline at end of file + [InfluxDB OpenAPI specification](https://github.com/influxdata/openapi/blob/influxdb-oss-v2.4.0/contracts/swaggerV1Compat.yml). +license: + name: MIT + url: 'https://opensource.org/licenses/MIT' \ No newline at end of file