|
1 | 1 | { |
2 | 2 | "swagger": "2.0", |
3 | 3 | "info": { |
4 | | - "title": "Projectplace", |
5 | | - "description": "Get work done across projects and teams. Projectplace lets you plan, collaborate and track progress of all projects and assignments in an easy and user-friendly way.", |
| 4 | + "title": "ProjectPlace", |
| 5 | + "description": "Get work done across projects and teams. ProjectPlace lets you plan, collaborate and track progress of all projects and assignments in an easy and user-friendly way.", |
6 | 6 | "contact": { |
7 | | - "name": "Projectplace support", |
| 7 | + "name": "ProjectPlace support", |
8 | 8 | "url": "https://success.planview.com/Projectplace/Projectplace_Support", |
9 | 9 | "email": "support@projectplace.com" |
10 | 10 | }, |
|
18 | 18 | "consumes": [], |
19 | 19 | "produces": [], |
20 | 20 | "x-ms-connector-metadata": [ |
21 | | - { |
22 | | - "propertyName": "Website", |
23 | | - "propertyValue": "https://www.planview.com/products-solutions/products/projectplace/" |
24 | | - }, |
25 | | - { |
26 | | - "propertyName": "Privacy policy", |
27 | | - "propertyValue": "https://www.planview.com/trust/privacy/" |
28 | | - }, |
29 | | - { |
30 | | - "propertyName": "Categories", |
31 | | - "propertyValue": "Productivity;Collaboration" |
32 | | - } |
33 | | - ], |
| 21 | + { |
| 22 | + "propertyName": "Website", |
| 23 | + "propertyValue": "https://www.planview.com/products-solutions/products/projectplace/" |
| 24 | + }, |
| 25 | + { |
| 26 | + "propertyName": "Privacy policy", |
| 27 | + "propertyValue": "https://www.planview.com/trust/privacy/" |
| 28 | + }, |
| 29 | + { |
| 30 | + "propertyName": "Categories", |
| 31 | + "propertyValue": "Productivity;Collaboration" |
| 32 | + } |
| 33 | + ], |
34 | 34 | "paths": { |
35 | 35 | "/v1/external_notifications/0/hooks/set_power_hook": { |
36 | 36 | "x-ms-notification-content": { |
|
676 | 676 | "planlet_id": { |
677 | 677 | "type": "integer", |
678 | 678 | "format": "int64", |
679 | | - "title": "Planlet id", |
680 | | - "description": "The id of the planlet" |
| 679 | + "title": "Activity id", |
| 680 | + "description": "The id of the activity" |
681 | 681 | }, |
682 | 682 | "reported_time": { |
683 | 683 | "type": "string", |
|
910 | 910 | "planlet_id": { |
911 | 911 | "type": "integer", |
912 | 912 | "format": "int64", |
913 | | - "title": "Planlet id", |
914 | | - "description": "The id of the planlet" |
| 913 | + "title": "Activity id", |
| 914 | + "description": "The id of the activity" |
915 | 915 | }, |
916 | 916 | "reported_time": { |
917 | 917 | "type": "string", |
|
1088 | 1088 | } |
1089 | 1089 | } |
1090 | 1090 | }, |
1091 | | - "summary": "Get the Planlets that exists on a board", |
1092 | | - "description": "Retrieves a list of Planlets that are connected to the specific board", |
| 1091 | + "summary": "Get the activities that exists on a board", |
| 1092 | + "description": "Retrieves a list of activities that are connected to the specific board", |
1093 | 1093 | "operationId": "get_planlets", |
1094 | 1094 | "parameters": [ |
1095 | 1095 | { |
|
0 commit comments