Welcome to resto v8.0.7
+Welcome to resto v8.0.9
@@ -2005,13 +2005,6 @@Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.
Parameters
Response Schema
Parameters
@@ -10046,10 +10039,17 @@Properties
Collection identifier. It must be an unique alphanumeric string containing only [a-zA-Z0-9-_]. - +description +title string false none +A short descriptive one-line title for the Collection. ++ description +string +true +none Detailed multi-line description to fully explain the Collection. CommonMark 0.29 syntax MAY be used for rich text representation. @@ -10158,6 +10158,13 @@ Properties
A list of providers, which may include all organizations capturing or processing the data or the hosting provider. Providers should be listed in chronological order with the most recent provider being the last element of the list + +properties +object +false +none +resto collection +summaries object false @@ -10459,6 +10466,13 @@Properties
A list of providers, which may include all organizations capturing or processing the data or the hosting provider. Providers should be listed in chronological order with the most recent provider being the last element of the list + +properties +object +false +none +Free properties object +summaries object false diff --git a/docs/api/resto-api.json b/docs/api/resto-api.json index ca26dad1..05bca4f4 100644 --- a/docs/api/resto-api.json +++ b/docs/api/resto-api.json @@ -6,7 +6,7 @@ "contact": { "email": "jerome.gasperi@gmail.com" }, - "version": "8.0.7" + "version": "8.0.9" }, "servers": [ { @@ -1259,16 +1259,6 @@ "description": "Returns a list of all collection descriptions including statistics (i.e. number of products, etc.)", "operationId": "CollectionsAPI::getCollections", "parameters": [ - { - "name": "_stats", - "in": "query", - "description": "Set to get individual statistics for all collection", - "required": false, - "style": "form", - "schema": { - "type": "boolean" - } - }, { "name": "ck", "in": "query", @@ -1564,15 +1554,6 @@ "schema": { "type": "string" } - }, - { - "name": "_stats", - "in": "query", - "description": "True to return full statistics in summaries property. Default is *false*", - "style": "form", - "schema": { - "type": "boolean" - } } ], "responses": { @@ -4430,13 +4411,18 @@ "schemas": { "InputCollection": { "required": [ - "id" + "id", + "description" ], "properties": { "id": { "description": "Collection identifier. It must be an unique alphanumeric string containing only [a-zA-Z0-9\\-_].", "type": "string" }, + "title": { + "description": "A short descriptive one-line title for the Collection.", + "type": "string" + }, "description": { "description": "Detailed multi-line description to fully explain the Collection. CommonMark 0.29 syntax MAY be used for rich text representation.", "type": "string" @@ -4526,6 +4512,10 @@ "$ref": "#/components/schemas/Provider" } }, + "properties": { + "description": "resto collection", + "type": "object" + }, "summaries": { "description": "resto collection", "type": "object" @@ -4734,6 +4724,10 @@ "$ref": "#/components/schemas/Provider" } }, + "properties": { + "description": "Free properties object", + "type": "object" + }, "summaries": { "description": "resto collection", "type": "object"