Skip to content

Commit

Permalink
1.2: Elite ID login options; new host (api.elite.com); rebranding (#3035
Browse files Browse the repository at this point in the history
)
  • Loading branch information
isalzh authored Oct 31, 2023
1 parent 616657c commit 195f9f3
Show file tree
Hide file tree
Showing 3 changed files with 483 additions and 120 deletions.
18 changes: 9 additions & 9 deletions certified-connectors/3E Events/apiDefinition.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,28 @@
"info": {
"contact": {
"name": "Elite Support",
"url": "https://legal.thomsonreuters.com/en/support"
"url": "https://elite.com/en/support"
},
"title": "3E Events",
"description": "3E is a SaaS practice and financial management platform that connects all critical areas of a law firm to streamline tasks and provide timely information",
"version": "1.1"
"version": "1.2"
},
"x-ms-connector-metadata":[
{
"propertyName": "Website",
"propertyValue": "https://legal.thomsonreuters.com/en/products/3e"
"propertyValue": "https://www.elite.com/en/products/3e"
},
{
"propertyName": "Privacy policy",
"propertyValue": "https://www.thomsonreuters.com/en/privacy-statement.html"
"propertyValue": "https://elite.com/en/privacy-statement.html"
},
{
"propertyName": "Categories",
"propertyValue": "Productivity;Business Management"
}
],
"host": "api.us.3e.thomsonreuters.com",
"basePath": "/webhook",
"host": "api.elite.com",
"basePath": "/3e/events/webhook",
"schemes": [
"https"
],
Expand Down Expand Up @@ -269,7 +269,7 @@
},
"enterprise_user_id": {
"type": "string",
"description": "The enterprise user ID of the user fired the DataObjectAttribute event.",
"description": "The enterprise or federated user ID of the user fired the DataObjectAttribute event.",
"title": "Enteprise User ID"
}
},
Expand Down Expand Up @@ -493,7 +493,7 @@
},
"enterprise_user_id": {
"type": "string",
"description": "The enterprise user ID of the user fired the WorkflowAction event.",
"description": "The enterprise or federated user ID of the user fired the WorkflowAction event.",
"title": "Enteprise User ID"
}
},
Expand Down Expand Up @@ -1872,7 +1872,7 @@
},
"enterprise_user_id": {
"type": "string",
"description": "The enterprise user ID of the user fired the DataObject event.",
"description": "The enterprise or federated user ID of the user fired the DataObject event.",
"title": "Enteprise User ID"
}
},
Expand Down
Loading

0 comments on commit 195f9f3

Please sign in to comment.