diff --git a/certified-connectors/Evocom/apiDefinition.swagger.json b/certified-connectors/Evocom/apiDefinition.swagger.json index 6ded244d5..6007207a1 100644 --- a/certified-connectors/Evocom/apiDefinition.swagger.json +++ b/certified-connectors/Evocom/apiDefinition.swagger.json @@ -1364,7 +1364,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/StepsResponse" + "$ref": "#/definitions/StepsResponseV2" } }, "400": { @@ -1431,34 +1431,36 @@ "userId": { "type": "string", "description": "User id (EP)", - "title": "User id (EP)" + "title": "id (EP)" }, "login": { "type": "string", "description": "User login", - "title": "Login" + "title": "login" }, "name": { "type": "string", "description": "User full name", - "title": "Name" + "title": "name" }, "email": { "type": "string", "description": "E-mail address", - "title": "E-mail" + "title": "e-mail" }, "tenantId": { "type": "string", "description": "Tenant id", - "title": "Tenant id" + "title": "tenant id" }, "externalId": { "type": "string", "description": "User id (Azure)", - "title": "User id (Azure)" + "title": "id (Azure)" } - } + }, + "description": "User", + "x-ms-summary": "User" }, "CreatorResponse": { "type": "object", @@ -1466,15 +1468,16 @@ "name": { "type": "string", "description": "Creator name", - "title": "Creator name" + "title": "name" }, "login": { "type": "string", "description": "Creator e-mail", - "title": "Creator e-mail" + "title": "e-mail" } }, - "description": "Creator" + "description": "Creator", + "x-ms-summary": "creator" }, "EditorResponse": { "type": "object", @@ -1482,15 +1485,16 @@ "name": { "type": "string", "description": "Editor name", - "title": "Editor name" + "title": "name" }, "login": { "type": "string", "description": "Editor e-mail", - "title": "Editor e-mail" + "title": "e-mail" } }, - "description": "Editor" + "description": "Editor", + "x-ms-summary": "editor" }, "AssignedToResponse": { "type": "object", @@ -1498,15 +1502,16 @@ "name": { "type": "string", "description": "Task assigned to name", - "title": "Assigned to name" + "title": "name" }, "login": { "type": "string", "description": "Task assigned to e-mail", - "title": "Assigned to e-mail" + "title": "e-mail" } }, - "description": "Task assigned to" + "description": "Assigned to", + "x-ms-summary": "assigned to" }, "AssignedToTeamResponse": { "type": "object", @@ -1514,24 +1519,28 @@ "id": { "type": "string", "description": "Task assigned to team id", - "title": "Assigned to team id" + "title": "id" }, "displayTitle": { "type": "string", "description": "Task assigned to team display title", - "title": "Assigned to team display title" + "title": "display title" } }, - "description": "Task assigned to team" + "description": "Assigned to team", + "x-ms-summary": "assigned to team" }, "TagResponse": { "type": "object", "properties": { "fullText": { "type": "string", - "description": "Tag full text" + "description": "Tag full text", + "title": "full text" } - } + }, + "description": "Tag", + "x-ms-summary": "tag" }, "CountryResponse": { "type": "object", @@ -1539,15 +1548,16 @@ "id": { "type": "string", "description": "Country id", - "title": "Country id" + "title": "id" }, "name": { "type": "string", "description": "Country name", - "title": "Country name" + "title": "name" } }, - "description": "Country" + "description": "Country", + "x-ms-summary": "country" }, "LocationResponse": { "type": "object", @@ -1555,15 +1565,16 @@ "id": { "type": "string", "description": "Location id", - "title": "Location id" + "title": "id" }, "name": { "type": "string", "description": "Location name", - "title": "Location nam)" + "title": "name" } }, - "description": "Location" + "description": "Location", + "x-ms-summary": "location" }, "LocationResponseV2": { "type": "object", @@ -1571,10 +1582,11 @@ "name": { "type": "string", "description": "Location name", - "title": "Location name" + "title": "name" } }, - "description": "Location" + "description": "Location", + "x-ms-summary": "location" }, "TaskResponse": { "type": "object", @@ -1582,34 +1594,34 @@ "id": { "type": "string", "description": "The task id", - "title": "Id" + "title": "id" }, "typeId": { "type": "integer", "description": "The task type id", - "title": "Type id" + "title": "type id" }, "title": { "type": "string", "description": "The task title", - "title": "Title" + "title": "title" }, "description": { "type": "string", "description": "The task description", - "title": "Description", + "title": "description", "format": "html" }, "startDate": { "type": "string", "description": "Task start date", - "title": "Start date", + "title": "start date", "format": "date-time" }, "dueDate": { "type": "string", "description": "Task due date", - "title": "Due date", + "title": "due date", "format": "date-time" }, "creator": { @@ -1618,7 +1630,7 @@ "creationDate": { "type": "string", "description": "Task create date", - "title": "Create date", + "title": "create date", "format": "date-time" }, "editor": { @@ -1627,35 +1639,37 @@ "editDate": { "type": "string", "description": "Task edit date", - "title": "Edit date", + "title": "edit date", "format": "date-time" }, "assignedToName": { "type": "string", "description": "Name of the assignee", - "title": "Assigned to name" + "title": "assigned to name" }, "assignedToEmail": { "type": "string", "description": "Email address of the assignee", - "title": "Assigned to email" + "title": "assigned to email" }, "statusId": { "type": "integer", "description": "The task status id", - "title": "Task status id" + "title": "status id" }, "approvalStatusId": { "type": "integer", "description": "Approval status id", - "title": "Approval status id" + "title": "approval status id" }, "requestStatusId": { "type": "integer", "description": "Request status id", - "title": "Request status id" + "title": "request status id" } - } + }, + "description": "Task", + "x-ms-summary": "Task" }, "TaskResponseV2": { "type": "object", @@ -1663,35 +1677,35 @@ "id": { "type": "string", "description": "The task id", - "title": "Id" + "title": "id" }, "typeId": { "type": "integer", "format": "int32", "description": "Task type id", - "title": "Type id" + "title": "type id" }, "title": { "type": "string", "description": "The task title", - "title": "Title" + "title": "title" }, "description": { "type": "string", "description": "Task description", - "title": "Description", + "title": "description", "format": "html" }, "startDate": { "type": "string", "description": "Task start date", - "title": "Start date", + "title": "start date", "format": "date-time" }, "dueDate": { "type": "string", "description": "Task due date", - "title": "Due date", + "title": "due date", "format": "date-time" }, "creator": { @@ -1700,7 +1714,7 @@ "creationDate": { "type": "string", "description": "Task create date", - "title": "Create date", + "title": "create date", "format": "date-time" }, "editor": { @@ -1709,7 +1723,7 @@ "editDate": { "type": "string", "description": "Task edit date", - "title": "Edit date", + "title": "edit date", "format": "date-time" }, "assignedTo": { @@ -1722,7 +1736,7 @@ "type": "integer", "format": "int32", "description": "Task status id", - "title": "Status id" + "title": "status id" }, "tags": { "type": "array", @@ -1735,10 +1749,12 @@ "url": { "type": "string", "description": "Url link for the task", - "title": "Url", + "title": "url", "x-ms-visibility": "internal" } - } + }, + "description": "Task", + "x-ms-summary": "Task" }, "TaskResponseV3": { "type": "object", @@ -1753,7 +1769,9 @@ "description": "The task title", "title": "Title" } - } + }, + "description": "Task", + "x-ms-summary": "Task" }, "TasksResponse": { "type": "object", @@ -1774,29 +1792,31 @@ "id": { "type": "string", "description": "Team id", - "title": "Id" + "title": "id" }, "title": { "type": "string", "description": "Team title", - "title": "Title" + "title": "title" }, "displayTitle": { "type": "string", "description": "Team display title (title + type + location)", - "title": "Display title" + "title": "display title" }, "countryName": { "type": "string", "description": "Team country name", - "title": "Country name" + "title": "country" }, "locationName": { "type": "string", "description": "Team location name", - "title": "Location name" + "title": "location" } - } + }, + "description": "Team", + "x-ms-summary": "Team" }, "TeamResponseV2": { "type": "object", @@ -1804,29 +1824,29 @@ "id": { "type": "string", "description": "Team id", - "title": "Id" + "title": "id" }, "title": { "type": "string", "description": "Team title", - "title": "Title" + "title": "title" }, "displayTitle": { "type": "string", "description": "Team display title (title + type + location)", - "title": "Display title" + "title": "display title" }, "departmentId": { "type": "integer", "format": "int32", "description": "Team department id", - "title": "Department id" + "title": "department id" }, "typeId": { "type": "integer", "format": "int32", "description": "Team type id", - "title": "Type id" + "title": "type id" }, "country": { "$ref": "#/definitions/CountryResponse" @@ -1834,7 +1854,9 @@ "location": { "$ref": "#/definitions/LocationResponse" } - } + }, + "description": "Team", + "x-ms-summary": "Team" }, "TeamResponseV3": { "type": "object", @@ -1842,10 +1864,11 @@ "displayTitle": { "type": "string", "description": "Team display title (title + type + location)", - "title": "Display title" + "title": "display title" } }, - "description": "Team" + "description": "Team", + "x-ms-summary": "team" }, "TeamsResponse": { "type": "array", @@ -1939,7 +1962,9 @@ }, "x-ms-summary": "Fields" } - } + }, + "description": "Process instance", + "x-ms-summary": "Process" }, "ProcessResponseV2": { "type": "object", @@ -2036,7 +2061,9 @@ }, "x-ms-summary": "Fields" } - } + }, + "description": "Process instance", + "x-ms-summary": "Process" }, "TagsResponse": { "type": "array", @@ -2046,30 +2073,32 @@ "id": { "type": "string", "description": "Tag id", - "title": "Id" + "title": "id" }, "parentId": { "type": "string", "description": "Parent tag id", - "title": "Parent id" + "title": "parent id" }, "text": { "type": "string", "description": "Tag text", - "title": "Text" + "title": "text" }, "isDeleted": { "type": "boolean", "description": "Deleted", - "title": "Deleted" + "title": "deleted" }, "fullText": { "type": "string", "description": "Tag full text", - "title": "Full text" + "title": "full text" } } - } + }, + "description": "Tags", + "x-ms-summary": "Tags" }, "StepResponse": { "type": "object", @@ -2077,15 +2106,33 @@ "id": { "type": "string", "description": "Process template step id", - "title": "Step id" + "title": "id" }, "name": { "type": "string", "description": "Process template step name", - "title": "names" + "title": "name" } }, - "description": "Process template step" + "description": "Process template step", + "x-ms-summary": "step" + }, + "StepResponseV2": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "Process template step id", + "title": "id" + }, + "name": { + "type": "string", + "description": "Process template step name", + "title": "name" + } + }, + "description": "Process template step", + "x-ms-summary": "Step" }, "StepsResponse": { "type": "array", @@ -2095,6 +2142,14 @@ "description": "Process template steps", "x-ms-summary": "step" }, + "StepsResponseV2": { + "type": "array", + "items": { + "$ref": "#/definitions/StepResponseV2" + }, + "description": "Process template steps", + "x-ms-summary": "Steps" + }, "EndToEndTypeResponse": { "type": "object", "properties": { @@ -2141,7 +2196,7 @@ "creationDate": { "type": "string", "description": "Process template create date", - "title": "Create date", + "title": "create date", "format": "date-time" }, "creator": { @@ -2156,7 +2211,7 @@ "version": { "type": "string", "description": "Process template version", - "title": "Version" + "title": "version" }, "endToEndType": { "$ref": "#/definitions/EndToEndTypeResponse" @@ -2195,10 +2250,12 @@ "startUrl": { "type": "string", "description": "Start new instance url", - "title": "Start url", + "title": "start url", "x-ms-visibility": "internal" } - } + }, + "description": "Process template", + "x-ms-summary": "Process template" }, "RouteDefinitionsResponse": { "type": "object", @@ -2208,8 +2265,8 @@ "items": { "$ref": "#/definitions/RouteDefinitionResponseV2" }, - "description": "Route definitions", - "x-ms-summary": "Process template" + "description": "Process templates", + "x-ms-summary": "Process templates" } } }, @@ -2219,23 +2276,23 @@ "routeDefinitionName": { "type": "string", "description": "Name of the route template", - "title": "Template name" + "title": "template name" }, "description": { "type": "string", "description": "Process description", - "title": "Description", + "title": "description", "format": "html" }, "id": { "type": "string", "description": "Process id", - "title": "Id" + "title": "id" }, "name": { "type": "string", "description": "Process name", - "title": "Name" + "title": "name" }, "creator": { "$ref": "#/definitions/CreatorResponse" @@ -2243,25 +2300,25 @@ "creationDate": { "type": "string", "description": "Process creation date", - "title": "Create date", + "title": "create date", "format": "date-time" }, "plannedEndDate": { "type": "string", "description": "Planned process end date", - "title": "Planned end date", + "title": "planned end date", "format": "date-time" }, "currentEndDate": { "type": "string", "description": "Current process end date", - "title": "Current end date", + "title": "current end date", "format": "date-time" }, "version": { "type": "string", "description": "Process template version", - "title": "Template version" + "title": "template version" }, "location": { "$ref": "#/definitions/LocationResponseV2" @@ -2280,7 +2337,9 @@ "description": "Process template tags", "x-ms-summary": "Tags" } - } + }, + "description": "Process instance", + "x-ms-summary": "Process" }, "InstanceResponseV2": { "type": "object", @@ -2288,22 +2347,22 @@ "id": { "type": "string", "description": "Process id", - "title": "Process id" + "title": "id" }, "name": { "type": "string", "description": "Process name", - "title": "Process name" + "title": "name" }, "url": { "type": "string", "description": "Process url link", - "title": "Process url", + "title": "url", "x-ms-visibility": "internal" } }, "description": "Process instance", - "x-ms-summary": "Instance" + "x-ms-summary": "Process" }, "InstancesResponse": { "type": "object", @@ -2314,7 +2373,7 @@ "$ref": "#/definitions/InstanceResponseV2" }, "description": "Process instances", - "x-ms-summary": "Instances" + "x-ms-summary": "Processes" } } }, @@ -2349,10 +2408,11 @@ "login": { "type": "string", "description": "Enter an user e-mail", - "title": "Assigned to e-mail" + "title": "e-mail" } }, - "description": "Task assigned to" + "description": "Assigned to", + "x-ms-summary": "Assigned to" }, "AssignedToTeamRequest": { "type": "object", @@ -2360,7 +2420,7 @@ "id": { "type": "string", "description": "Select a team", - "title": "Assigned to team", + "title": "team", "x-ms-dynamic-values": { "operationId": "GetTeams", "value-path": "id", @@ -2373,7 +2433,8 @@ } } }, - "description": "Task assigned to team" + "description": "Task assigned to team", + "x-ms-summary": "Assigned to" }, "TagRequest": { "type": "object", @@ -2381,7 +2442,7 @@ "id": { "type": "string", "description": "Select a tag", - "x-ms-summary": "Tag", + "x-ms-summary": "text", "x-ms-dynamic-values": { "operationId": "GetTags", "value-path": "ID", @@ -2393,7 +2454,9 @@ } } } - } + }, + "description": "Tag", + "x-ms-summary": "Tag" }, "TaskPutRequest": { "type": "object", @@ -2438,10 +2501,12 @@ "$ref": "#/definitions/TagRequest" }, "description": "Task tags", - "x-ms-summary": "Tags" + "x-ms-summary": "Tag" } }, - "required": ["id"] + "required": ["id"], + "description": "Task", + "x-ms-summary": "Task" } }, "parameters": {},