updated project site -- build no: 56 -- fix swagger
Signed-off-by: Eclipse Ditto Bot <ditto-bot@eclipse.org>
diff --git a/feed.xml b/feed.xml
index 76a7fb9..ae95f1a 100644
--- a/feed.xml
+++ b/feed.xml
@@ -5,8 +5,8 @@
<description>Announcements, tutorials and examples around Eclipse Ditto and Digital Twins</description>
<link>https://www.eclipse.org/ditto/</link>
<atom:link href="https://www.eclipse.org/ditto/feed.xml" rel="self" type="application/rss+xml"/>
- <pubDate>Wed, 08 Jul 2020 09:28:48 +0000</pubDate>
- <lastBuildDate>Wed, 08 Jul 2020 09:28:48 +0000</lastBuildDate>
+ <pubDate>Wed, 08 Jul 2020 11:34:25 +0000</pubDate>
+ <lastBuildDate>Wed, 08 Jul 2020 11:34:25 +0000</lastBuildDate>
<generator>Jekyll v3.6.2</generator>
<item>
diff --git a/openapi/ditto-api-1.yml b/openapi/ditto-api-1.yml
index 7fc282a..af0b9d7 100644
--- a/openapi/ditto-api-1.yml
+++ b/openapi/ditto-api-1.yml
@@ -11,13 +11,14 @@
openapi: 3.0.0
info:
title: Eclipse Ditto HTTP API - Deprecated
- description: |-
- JSON-based, REST-like API for Eclipse Ditto
-
- The Eclipse Ditto HTTP API uses response status codes
- (see [RFC 7231](https://tools.ietf.org/html/rfc7231#section-6))
- to indicate whether a specific request has been successfully completed, or not. However, the descriptions we provide additionally to the status code (e.g. in our API docs, or error codes like. "things.entitiy.tooLarge") might change without advance notice. These are not be considered as official API, and must therefore not be applied in your applications or tests.
version: "1"
+ description: |-
+ JSON-based, REST-like API for Eclipse Ditto
+
+ The Eclipse Ditto HTTP API uses response status codes (see [RFC 7231](https://tools.ietf.org/html/rfc7231#section-6))
+ to indicate whether a specific request has been successfully completed, or not.
+
+ However, the descriptions we provide additionally to the status code (e.g. in our API docs, or error codes like. "things.entitiy.tooLarge") might change without advance notice. These are not be considered as official API, and must therefore not be applied in your applications or tests.
servers:
- url: https://ditto.eclipse.org/api/1
description: "online Ditto Sandbox"
diff --git a/openapi/ditto-api-2.yml b/openapi/ditto-api-2.yml
index b855cf7..0a1b8f2 100644
--- a/openapi/ditto-api-2.yml
+++ b/openapi/ditto-api-2.yml
@@ -11,13 +11,14 @@
openapi: 3.0.0
info:
title: Eclipse Ditto HTTP API
- description: |-
- JSON-based, REST-like API for Eclipse Ditto
-
- The Eclipse Ditto HTTP API uses response status codes
- (see [RFC 7231](https://tools.ietf.org/html/rfc7231#section-6))
- to indicate whether a specific request has been successfully completed, or not. However, the descriptions we provide additionally to the status code (e.g. in our API docs, or error codes like. "things.entitiy.tooLarge") might change without advance notice. These are not be considered as official API, and must therefore not be applied in your applications or tests.
version: "2"
+ description: |-
+ JSON-based, REST-like API for Eclipse Ditto
+
+ The Eclipse Ditto HTTP API uses response status codes (see [RFC 7231](https://tools.ietf.org/html/rfc7231#section-6))
+ to indicate whether a specific request has been successfully completed, or not.
+
+ However, the descriptions we provide additionally to the status code (e.g. in our API docs, or error codes like. "things.entitiy.tooLarge") might change without advance notice. These are not be considered as official API, and must therefore not be applied in your applications or tests.
servers:
- url: https://ditto.eclipse.org/api/2
description: "online Ditto Sandbox"