|
17 | 17 | "streams": [ |
18 | 18 | { |
19 | 19 | "name": "board_memberships", |
20 | | - "key_properties": ["id"], |
| 20 | + "key_properties": ["id", "boardId"], |
21 | 21 | "replication_method": "FULL_TABLE", |
22 | 22 | "replication_keys": null, |
23 | 23 | "data_key": null, |
|
28 | 28 | }, |
29 | 29 | { |
30 | 30 | "name": "board_custom_fields", |
31 | | - "key_properties": ["id"], |
| 31 | + "key_properties": ["id", "boardId"], |
32 | 32 | "replication_method": "FULL_TABLE", |
33 | 33 | "replication_keys": null, |
34 | 34 | "data_key": null, |
|
39 | 39 | }, |
40 | 40 | { |
41 | 41 | "name": "board_labels", |
42 | | - "key_properties": ["id"], |
| 42 | + "key_properties": ["id", "boardId"], |
43 | 43 | "replication_method": "FULL_TABLE", |
44 | 44 | "replication_keys": null, |
45 | 45 | "data_key": null, |
|
50 | 50 | }, |
51 | 51 | { |
52 | 52 | "name": "card_attachments", |
53 | | - "key_properties": ["id"], |
| 53 | + "key_properties": ["id", "card_id"], |
54 | 54 | "replication_method": "FULL_TABLE", |
55 | 55 | "replication_keys": null, |
56 | 56 | "data_key": null, |
|
61 | 61 | }, |
62 | 62 | { |
63 | 63 | "name": "card_custom_field_items", |
64 | | - "key_properties": ["id"], |
| 64 | + "key_properties": ["id", "card_id"], |
65 | 65 | "replication_method": "FULL_TABLE", |
66 | 66 | "replication_keys": null, |
67 | 67 | "data_key": null, |
|
77 | 77 | "replication_keys": null, |
78 | 78 | "data_key": null, |
79 | 79 | "path": "/members/{id}", |
80 | | - "parent": "boards", |
| 80 | + "parent": "users", |
81 | 81 | "children": [], |
82 | 82 | "doc_link": "https://developer.atlassian.com/cloud/trello/rest/api-group-members/#api-members-id-get" |
83 | 83 | }, |
|
87 | 87 | "replication_method": "FULL_TABLE", |
88 | 88 | "replication_keys": null, |
89 | 89 | "data_key": null, |
90 | | - "path": "/organizations/{id}", |
| 90 | + "path": "/members/me/organizations", |
91 | 91 | "parent": null, |
92 | 92 | "children": [], |
93 | 93 | "doc_link": "https://developer.atlassian.com/cloud/trello/rest/api-group-organizations/#api-organizations-id-get" |
94 | 94 | }, |
95 | 95 | { |
96 | 96 | "name": "organization_actions", |
97 | | - "key_properties": ["id"], |
| 97 | + "key_properties": ["id", "organization_id"], |
98 | 98 | "replication_method": "INCREMENTAL", |
99 | 99 | "replication_keys": [ |
100 | 100 | "date" |
|
107 | 107 | }, |
108 | 108 | { |
109 | 109 | "name": "organization_members", |
110 | | - "key_properties": ["id"], |
| 110 | + "key_properties": ["id", "organization_id"], |
111 | 111 | "replication_method": "FULL_TABLE", |
112 | 112 | "replication_keys": null, |
113 | 113 | "data_key": null, |
|
118 | 118 | }, |
119 | 119 | { |
120 | 120 | "name": "organization_memberships", |
121 | | - "key_properties": ["id"], |
| 121 | + "key_properties": ["id", "organization_id"], |
122 | 122 | "replication_method": "FULL_TABLE", |
123 | 123 | "replication_keys": null, |
124 | 124 | "data_key": null, |
|
0 commit comments