Update smapOne Connector (#3060)
This commit is contained in:
Родитель
42a83391fb
Коммит
6fea980d88
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"swagger": "2.0",
|
||||
"info": {
|
||||
"version": "1.0",
|
||||
"version": "1.1",
|
||||
"title": "smapOne",
|
||||
"description": "Use this connector to retrieve data regarding your smaps from the smapOne plattform, update datasources or create tasks for your users.",
|
||||
"contact": {
|
||||
|
@ -290,10 +290,7 @@
|
|||
"schema": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"$ref": "#/definitions/Cust"
|
||||
}
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -730,8 +727,10 @@
|
|||
}
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
"post": {
|
||||
}
|
||||
},
|
||||
"/intern/Smaps/{smapId}/Versions/{version}/Data": {
|
||||
"post": {
|
||||
"tags": [
|
||||
"Smaps/Tasks"
|
||||
],
|
||||
|
@ -793,7 +792,7 @@
|
|||
},
|
||||
"deprecated": false
|
||||
}
|
||||
},
|
||||
},
|
||||
"/v1/Smaps/{smapId}/Versions/{version}/Data.pdf": {
|
||||
"get": {
|
||||
"tags": [
|
||||
|
@ -1637,7 +1636,7 @@
|
|||
"description": "Custom settings stored on this account. Will only be output if the \"embed\" parameter is set on the request.",
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"$ref": "#/definitions/Cust"
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"culture": {
|
||||
|
@ -2266,13 +2265,17 @@
|
|||
}
|
||||
},
|
||||
"CreateTaskDto": {
|
||||
"required": [
|
||||
"title",
|
||||
"data"
|
||||
],
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"userEmail": {
|
||||
"type": "string"
|
||||
},
|
||||
"title": {
|
||||
"description": "Name der Aufgade oder des Datensatzes kann via formel generiert sein",
|
||||
"description": "The name of the task",
|
||||
"type": "string"
|
||||
},
|
||||
"comment": {
|
||||
|
@ -2410,219 +2413,7 @@
|
|||
}
|
||||
},
|
||||
"JSchema": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"schemaVersion": {
|
||||
"type": "string"
|
||||
},
|
||||
"valid": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reference": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"enum": [
|
||||
"None",
|
||||
"String",
|
||||
"Number",
|
||||
"Integer",
|
||||
"Boolean",
|
||||
"Cust",
|
||||
"Array",
|
||||
"Null"
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
"default": {
|
||||
"$ref": "#/definitions/Cust"
|
||||
},
|
||||
"properties": {
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"$ref": "#/definitions/JSchema"
|
||||
},
|
||||
"readOnly": true
|
||||
},
|
||||
"items": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/JSchema"
|
||||
},
|
||||
"readOnly": true
|
||||
},
|
||||
"itemsPositionValidation": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"required": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"readOnly": true
|
||||
},
|
||||
"allOf": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/JSchema"
|
||||
},
|
||||
"readOnly": true
|
||||
},
|
||||
"anyOf": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/JSchema"
|
||||
},
|
||||
"readOnly": true
|
||||
},
|
||||
"oneOf": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/JSchema"
|
||||
},
|
||||
"readOnly": true
|
||||
},
|
||||
"if": {
|
||||
"$ref": "#/definitions/JSchema"
|
||||
},
|
||||
"then": {
|
||||
"$ref": "#/definitions/JSchema"
|
||||
},
|
||||
"else": {
|
||||
"$ref": "#/definitions/JSchema"
|
||||
},
|
||||
"not": {
|
||||
"$ref": "#/definitions/JSchema"
|
||||
},
|
||||
"contains": {
|
||||
"$ref": "#/definitions/JSchema"
|
||||
},
|
||||
"propertyNames": {
|
||||
"$ref": "#/definitions/JSchema"
|
||||
},
|
||||
"enum": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/Cust"
|
||||
},
|
||||
"readOnly": true
|
||||
},
|
||||
"const": {
|
||||
"$ref": "#/definitions/Cust"
|
||||
},
|
||||
"uniqueItems": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"minimumLength": {
|
||||
"format": "int64",
|
||||
"type": "integer"
|
||||
},
|
||||
"maximumLength": {
|
||||
"format": "int64",
|
||||
"type": "integer"
|
||||
},
|
||||
"minimum": {
|
||||
"format": "double",
|
||||
"type": "number"
|
||||
},
|
||||
"maximum": {
|
||||
"format": "double",
|
||||
"type": "number"
|
||||
},
|
||||
"exclusiveMinimum": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"exclusiveMaximum": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"minimumItems": {
|
||||
"format": "int64",
|
||||
"type": "integer"
|
||||
},
|
||||
"maximumItems": {
|
||||
"format": "int64",
|
||||
"type": "integer"
|
||||
},
|
||||
"minimumProperties": {
|
||||
"format": "int64",
|
||||
"type": "integer"
|
||||
},
|
||||
"maximumProperties": {
|
||||
"format": "int64",
|
||||
"type": "integer"
|
||||
},
|
||||
"contentEncoding": {
|
||||
"type": "string"
|
||||
},
|
||||
"contentMediaType": {
|
||||
"type": "string"
|
||||
},
|
||||
"writeOnly": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"readOnly": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"extensionData": {
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"$ref": "#/definitions/Cust"
|
||||
},
|
||||
"readOnly": true
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"multipleOf": {
|
||||
"format": "double",
|
||||
"type": "number"
|
||||
},
|
||||
"pattern": {
|
||||
"type": "string"
|
||||
},
|
||||
"dependencies": {
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"$ref": "#/definitions/Cust"
|
||||
},
|
||||
"readOnly": true
|
||||
},
|
||||
"additionalProperties": {
|
||||
"$ref": "#/definitions/JSchema"
|
||||
},
|
||||
"patternProperties": {
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"$ref": "#/definitions/JSchema"
|
||||
},
|
||||
"readOnly": true
|
||||
},
|
||||
"allowAdditionalProperties": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"additionalItems": {
|
||||
"$ref": "#/definitions/JSchema"
|
||||
},
|
||||
"allowAdditionalItems": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"format": {
|
||||
"type": "string"
|
||||
},
|
||||
"validators": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/JsonValidator"
|
||||
},
|
||||
"readOnly": true
|
||||
}
|
||||
}
|
||||
"type": "object"
|
||||
},
|
||||
"JsonValidator": {
|
||||
"type": "object",
|
||||
|
|
Загрузка…
Ссылка в новой задаче