Skip to content
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
db61b38
Initial commit
denissisic Nov 2, 2020
4c52ba7
Files moved in certified-connectors
denissisic Nov 3, 2020
e274802
Added missing description and x-ms-summary props
denissisic Nov 3, 2020
770de40
Added contact and x-ms-connector-metadata
denissisic Nov 3, 2020
5f52991
Updated response name
denissisic Nov 3, 2020
fc10ecf
Added whitlisted redirect url
denissisic Nov 3, 2020
61650ac
Changed categories
denissisic Nov 4, 2020
ace84a8
Changed icon brand color
denissisic Nov 4, 2020
b47ba65
Added missing response types
denissisic Nov 4, 2020
8039bfb
Updated apiProperties.json and apiDefinition.swagger.json (#546)
calvinleong Nov 5, 2020
7019704
In d insurance (#560)
gowthamd3 Nov 14, 2020
f0b79c9
Updated clientId
denissisic Nov 20, 2020
9e11254
Updated summaries for triggers
denissisic Nov 20, 2020
b319544
Added intro.md
denissisic Nov 20, 2020
a58e512
update - descriptions formated as html
denissisic Nov 28, 2020
dc034e7
updated redirectUrl
denissisic Dec 2, 2020
d163984
Merge remote-tracking branch 'upstream/master' into dev
denissisic Dec 3, 2020
6e9085a
Merge branch 'dev' of https://github.com/microsoft/PowerPlatformConne…
denissisic Dec 3, 2020
b889539
hidden clientId
denissisic Dec 4, 2020
ea6121d
Merge branch 'dev' of https://github.com/microsoft/PowerPlatformConne…
denissisic Dec 8, 2020
cdc6918
Removed intro.md from app
denissisic Dec 8, 2020
be61f9f
Adapted titles and summaries
denissisic Dec 18, 2020
afbfddd
Merge branch 'dev' of https://github.com/microsoft/PowerPlatformConne…
denissisic Dec 18, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 14 additions & 44 deletions certified-connectors/Evocom/apiDefinition.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1776,11 +1776,6 @@
"description": "Team id",
"title": "Id"
},
"intId": {
"type": "integer",
"description": "Team integer id",
"title": "Integer id"
},
"title": {
"type": "string",
"description": "Team title",
Expand All @@ -1791,26 +1786,11 @@
"description": "Team display title (title + type + location)",
"title": "Display title"
},
"departmentId": {
"type": "integer",
"description": "Team department id",
"title": "Department id"
},
"countryCode": {
"type": "string",
"description": "Team country code",
"title": "Country code"
},
"countryName": {
"type": "string",
"description": "Team country name",
"title": "Country name"
},
"locationCode": {
"type": "string",
"description": "Team location code",
"title": "Location code"
},
"locationName": {
"type": "string",
"description": "Team location name",
Expand Down Expand Up @@ -1859,7 +1839,7 @@
"TeamResponseV3": {
"type": "object",
"properties": {
"title": {
"displayTitle": {
"type": "string",
"description": "Team display title (title + type + location)",
"title": "Display title"
Expand Down Expand Up @@ -2102,7 +2082,7 @@
"name": {
"type": "string",
"description": "Process template step name",
"title": "Step name"
"title": "names"
}
},
"description": "Process template step"
Expand All @@ -2113,59 +2093,49 @@
"$ref": "#/definitions/StepResponse"
},
"description": "Process template steps",
"x-ms-summary": "Steps"
"x-ms-summary": "step"
},
"EndToEndTypeResponse": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Process template EndToEnd type id",
"title": "EndToEnd type id"
},
"name": {
"type": "string",
"description": "Process template EndToEnd type name",
"title": "EndToEnd type name"
"title": "name"
}
},
"description": "Process template's EndToEnd type",
"x-ms-summary": "EndToEnd type"
"x-ms-summary": "EndToEnd"
},
"ProcessTypeResponse": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Process template type id",
"title": "Process type id"
},
"name": {
"type": "string",
"description": "Process template type name",
"title": "Process type name"
"title": "name"
}
},
"description": "Process landscape type",
"x-ms-summary": "Process type"
"x-ms-summary": "process type"
},
"RouteDefinitionResponse": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Process template id",
"title": "Process template id"
"title": "id"
},
"name": {
"type": "string",
"description": "Process template name",
"title": "Process template name"
"title": "name"
},
"description": {
"type": "string",
"description": "Process template description",
"title": "Process template description",
"title": "description",
"format": "html"
},
"creationDate": {
Expand Down Expand Up @@ -2207,20 +2177,20 @@
}
},
"description": "Process template",
"x-ms-summary": "Template"
"x-ms-summary": "Process template"
},
"RouteDefinitionResponseV2": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Process template id",
"title": "Process template id"
"title": "id"
},
"name": {
"type": "string",
"description": "Process template name",
"title": "Process template name"
"title": "name"
},
"startUrl": {
"type": "string",
Expand All @@ -2239,7 +2209,7 @@
"$ref": "#/definitions/RouteDefinitionResponseV2"
},
"description": "Route definitions",
"x-ms-summary": "Route definitions"
"x-ms-summary": "Process template"
}
}
},
Expand Down