@salesforce/lds-adapters-service-network-data-category 0.1.0-dev1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +82 -0
- package/dist/es/es2018/service-network-data-category.js +2514 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/getArticlesForCategory.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/adapters/getChildCategories.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/adapters/getNetworkDataCategories.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getParentNetworkDataCategoryPath.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getServiceCatalogItems.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/adapters/getServiceCatalogItemsForCommunity.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/adapters/updateNetworkDataCategories.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/updateNetworkDataCategory.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +9 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectCommunitiesDataCategoryNetworkDataCategoryByCommunityId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectCommunitiesNetworkDataCategoryCatalogItemByNetworkDataCategoryIdAndCommunityId.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectCommunitiesNetworkDataCategoryChildCategoryByCommunityIdAndNetworkDataCategoryId.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectCommunitiesNetworkDataCategoryKnowledgeArticleByNetworkDataCategoryIdAndCommunityId.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectCommunitiesNetworkDataCategoryParentPathByCommunityIdAndNetworkDataCategoryId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectNetworkDataCategoryCatalogItemByNetworkDataCategoryId.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectCommunitiesNetworkDataCategoryByCommunityIdAndNetworkDataCategoryId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/putConnectCommunitiesDataCategoryNetworkDataCategoryByCommunityId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/types/DataCategoryGroupCollectionInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/DataCategoryGroupCollectionInputWrapperRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/EmptyRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/LightningKnowledgeArticleVersionCollectionRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/LightningKnowledgeArticleVersionRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/NetworkDataCategoryCollectionRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/NetworkDataCategoryGroupRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/NetworkDataCategoryRepresentation.d.ts +61 -0
- package/dist/es/es2018/types/src/generated/types/NetworkDataCategoryTreeRepresentation.d.ts +50 -0
- package/dist/es/es2018/types/src/generated/types/ServiceCatalogItemCollectionRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ServiceCatalogItemRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/updateNetworkDataCategories/buildNetworkSnapshot.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/updateNetworkDataCategory/buildNetworkSnapshot.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/resources/putConnectCommunitiesDataCategoryNetworkDataCategoryByCommunityId/ingestSuccess.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/types/EmptyRepresentation/select.d.ts +2 -0
- package/dist/es/es2018/types/src/raml-artifacts/types/EmptyRepresentation/validate.d.ts +1 -0
- package/package.json +85 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +2655 -0
- package/src/raml/api.raml +390 -0
- package/src/raml/luvio.raml +59 -0
|
@@ -0,0 +1,390 @@
|
|
|
1
|
+
#%RAML 1.0
|
|
2
|
+
securedBy:
|
|
3
|
+
- OAuth2
|
|
4
|
+
title: Salesforce Connect API
|
|
5
|
+
version: '60.0'
|
|
6
|
+
mediaType: application/json
|
|
7
|
+
protocols:
|
|
8
|
+
- https
|
|
9
|
+
baseUri: /services/data/v66.0
|
|
10
|
+
securitySchemes:
|
|
11
|
+
OAuth2:
|
|
12
|
+
type: OAuth 2.0
|
|
13
|
+
settings:
|
|
14
|
+
authorizationUri: https://example.com/oauth/authorize
|
|
15
|
+
accessTokenUri: ''
|
|
16
|
+
authorizationGrants:
|
|
17
|
+
- implicit
|
|
18
|
+
annotationTypes:
|
|
19
|
+
oas-readOnly:
|
|
20
|
+
type: boolean
|
|
21
|
+
allowedTargets: TypeDeclaration
|
|
22
|
+
oas-collectionFormat:
|
|
23
|
+
type: string
|
|
24
|
+
oas-body-name:
|
|
25
|
+
type: string
|
|
26
|
+
allowedTargets: TypeDeclaration
|
|
27
|
+
types:
|
|
28
|
+
EmptyRepresentation:
|
|
29
|
+
description: Represents empty response
|
|
30
|
+
type: object
|
|
31
|
+
properties:
|
|
32
|
+
fakeKey: string # TODO: Handrolled because luvio doesn't support mutation operations that don't return a key
|
|
33
|
+
NetworkDataCategoryGroupRepresentation:
|
|
34
|
+
description: Describes a network data category group
|
|
35
|
+
type: object
|
|
36
|
+
properties:
|
|
37
|
+
categoryGroupName:
|
|
38
|
+
description: Network Data Category Group Name
|
|
39
|
+
type: string
|
|
40
|
+
rootCategory:
|
|
41
|
+
description: Root Category Representation
|
|
42
|
+
type: NetworkDataCategoryRepresentation
|
|
43
|
+
required: true
|
|
44
|
+
NetworkDataCategoryRepresentation:
|
|
45
|
+
description: Describes a network data category
|
|
46
|
+
type: object
|
|
47
|
+
properties:
|
|
48
|
+
categoryName:
|
|
49
|
+
description: Network Data Category Name
|
|
50
|
+
type: string | nil
|
|
51
|
+
childCategories:
|
|
52
|
+
description: Children of Network Data Category
|
|
53
|
+
type: array
|
|
54
|
+
items:
|
|
55
|
+
type: any # This is a workaround because recursive (tree) representations aren't supported in Luvio, even though they're supported in Connect API
|
|
56
|
+
description:
|
|
57
|
+
description: Network Data Category Description
|
|
58
|
+
type: string | nil
|
|
59
|
+
required: false
|
|
60
|
+
id:
|
|
61
|
+
description: Network Data Category id
|
|
62
|
+
type: string
|
|
63
|
+
imageUrl:
|
|
64
|
+
description: Image Url of Network Data Category
|
|
65
|
+
type: string | nil
|
|
66
|
+
required: false
|
|
67
|
+
categoryOrGroupLabel:
|
|
68
|
+
description: Label of the Data Category or Data Category Group
|
|
69
|
+
type: string | nil
|
|
70
|
+
required: false
|
|
71
|
+
label:
|
|
72
|
+
description: Network Data Category Label
|
|
73
|
+
type: string | nil
|
|
74
|
+
required: false
|
|
75
|
+
relativeUrl:
|
|
76
|
+
description: Relative Url of the Network Data Category
|
|
77
|
+
type: string | nil
|
|
78
|
+
required: false
|
|
79
|
+
categoryGroupName:
|
|
80
|
+
description: Network Data Category Group Name
|
|
81
|
+
type: string | nil
|
|
82
|
+
required: false
|
|
83
|
+
NetworkDataCategoryCollectionRepresentation:
|
|
84
|
+
description: Represents a list of Network Data Categories.
|
|
85
|
+
type: object
|
|
86
|
+
properties:
|
|
87
|
+
baseUrl:
|
|
88
|
+
description: LWR Base URL for Network Data Category Detail page
|
|
89
|
+
type: string | nil
|
|
90
|
+
required: false
|
|
91
|
+
networkDataCategories:
|
|
92
|
+
description: A collection of network data categories
|
|
93
|
+
type: array
|
|
94
|
+
items:
|
|
95
|
+
type: NetworkDataCategoryRepresentation
|
|
96
|
+
NetworkDataCategoryTreeRepresentation:
|
|
97
|
+
description: Represents a network data category tree
|
|
98
|
+
type: object
|
|
99
|
+
properties:
|
|
100
|
+
communityId: string
|
|
101
|
+
dataCategoryGroups:
|
|
102
|
+
description: List of category groups
|
|
103
|
+
type: array
|
|
104
|
+
items:
|
|
105
|
+
type: NetworkDataCategoryGroupRepresentation
|
|
106
|
+
DataCategoryGroupCollectionInputRepresentation:
|
|
107
|
+
description: Represents a data category
|
|
108
|
+
type: object
|
|
109
|
+
properties:
|
|
110
|
+
dataCategoryGroups:
|
|
111
|
+
description: Collection of Data Category Groups
|
|
112
|
+
type: array
|
|
113
|
+
items:
|
|
114
|
+
type: any
|
|
115
|
+
DataCategoryGroupCollectionInputWrapperRepresentation: # TODO Hand-rolled W-8334626
|
|
116
|
+
description: Wrapper for replicated dataset input representation
|
|
117
|
+
type: object
|
|
118
|
+
properties:
|
|
119
|
+
networkDataCategoryTree:
|
|
120
|
+
type: DataCategoryGroupCollectionInputRepresentation
|
|
121
|
+
description: Replicated dataset input representation
|
|
122
|
+
LightningKnowledgeArticleVersionCollectionRepresentation:
|
|
123
|
+
description: Represents a list of Knowledge Articles in Lightning.
|
|
124
|
+
type: object
|
|
125
|
+
properties:
|
|
126
|
+
baseUrl:
|
|
127
|
+
description: LWR Base URL for Knowledge Article Detail page
|
|
128
|
+
type: string | nil
|
|
129
|
+
required: false
|
|
130
|
+
items:
|
|
131
|
+
description: A collection of knowledge articles.
|
|
132
|
+
type: array
|
|
133
|
+
items:
|
|
134
|
+
type: LightningKnowledgeArticleVersionRepresentation
|
|
135
|
+
LightningKnowledgeArticleVersionRepresentation:
|
|
136
|
+
description: Describing a Knowledge article in lightning.
|
|
137
|
+
type: object
|
|
138
|
+
properties:
|
|
139
|
+
id:
|
|
140
|
+
description: KnowledgeArticleVersion Id
|
|
141
|
+
type: string
|
|
142
|
+
knowledgeArticleId:
|
|
143
|
+
description: ID of the corresponding knowledge article.
|
|
144
|
+
type: string
|
|
145
|
+
lastPublishedDate:
|
|
146
|
+
description: Last published date of the article.
|
|
147
|
+
type: string
|
|
148
|
+
summary:
|
|
149
|
+
description: Summary of the articles contents.
|
|
150
|
+
type: string | nil
|
|
151
|
+
required: false
|
|
152
|
+
title:
|
|
153
|
+
description: Title of the Article
|
|
154
|
+
type: string
|
|
155
|
+
urlName:
|
|
156
|
+
description: URL_NAME of the Article
|
|
157
|
+
type: string
|
|
158
|
+
ServiceCatalogItemCollectionRepresentation:
|
|
159
|
+
description: Represents a list of ServiceCatalogItemRepresentations
|
|
160
|
+
type: object
|
|
161
|
+
properties:
|
|
162
|
+
baseUrl:
|
|
163
|
+
description: LWR Base URL for Service Catalog Item Definition Detail page
|
|
164
|
+
type: string | nil
|
|
165
|
+
required: false
|
|
166
|
+
items:
|
|
167
|
+
description: A collection of service catalog items.
|
|
168
|
+
type: array
|
|
169
|
+
items:
|
|
170
|
+
type: ServiceCatalogItemRepresentation
|
|
171
|
+
ServiceCatalogItemRepresentation:
|
|
172
|
+
description: Describes a service catalog item
|
|
173
|
+
type: object
|
|
174
|
+
properties:
|
|
175
|
+
description:
|
|
176
|
+
description: Short Description of Service Catalog Item
|
|
177
|
+
type: string | nil
|
|
178
|
+
required: false
|
|
179
|
+
developerName:
|
|
180
|
+
description: Dev name of Service Catalog Item
|
|
181
|
+
type: string
|
|
182
|
+
id:
|
|
183
|
+
description: Service Catalog Item Id
|
|
184
|
+
type: string
|
|
185
|
+
imageId:
|
|
186
|
+
description: Image Id of Service Catalog Item
|
|
187
|
+
type: string | nil
|
|
188
|
+
required: false
|
|
189
|
+
label:
|
|
190
|
+
description: Label of Service Catalog Item
|
|
191
|
+
type: string
|
|
192
|
+
/connect:
|
|
193
|
+
/network-data-category/{networkDataCategoryId}/catalog-item:
|
|
194
|
+
get:
|
|
195
|
+
displayName: getServiceCatalogItemsForCommumity
|
|
196
|
+
description: Get all catalog items belonging to the network data category
|
|
197
|
+
responses:
|
|
198
|
+
'200':
|
|
199
|
+
description: Success
|
|
200
|
+
body:
|
|
201
|
+
application/json:
|
|
202
|
+
type: ServiceCatalogItemCollectionRepresentation
|
|
203
|
+
queryParameters:
|
|
204
|
+
pageSize:
|
|
205
|
+
type: integer
|
|
206
|
+
required: false
|
|
207
|
+
pageNumber:
|
|
208
|
+
type: integer
|
|
209
|
+
required: false
|
|
210
|
+
sortOrder:
|
|
211
|
+
type: string
|
|
212
|
+
required: false
|
|
213
|
+
sortedBy:
|
|
214
|
+
type: string
|
|
215
|
+
required: false
|
|
216
|
+
uriParameters:
|
|
217
|
+
networkDataCategoryId:
|
|
218
|
+
type: string
|
|
219
|
+
required: true
|
|
220
|
+
/communities/{communityId}:
|
|
221
|
+
/network-data-category/{networkDataCategoryId}:
|
|
222
|
+
patch:
|
|
223
|
+
displayName: updateNetworkDataCategory
|
|
224
|
+
description: Update label and description of a selected data category for
|
|
225
|
+
the given community ID
|
|
226
|
+
responses:
|
|
227
|
+
'200':
|
|
228
|
+
description: Success
|
|
229
|
+
body:
|
|
230
|
+
application/json:
|
|
231
|
+
type: NetworkDataCategoryRepresentation
|
|
232
|
+
queryParameters:
|
|
233
|
+
description:
|
|
234
|
+
type: string
|
|
235
|
+
required: false
|
|
236
|
+
label:
|
|
237
|
+
type: string
|
|
238
|
+
required: false
|
|
239
|
+
uriParameters:
|
|
240
|
+
communityId:
|
|
241
|
+
type: string
|
|
242
|
+
required: true
|
|
243
|
+
networkDataCategoryId:
|
|
244
|
+
type: string
|
|
245
|
+
required: true
|
|
246
|
+
/catalog-item:
|
|
247
|
+
get:
|
|
248
|
+
displayName: getServiceCatalogItems
|
|
249
|
+
description: Get all catalog items belonging to the network data category
|
|
250
|
+
responses:
|
|
251
|
+
'200':
|
|
252
|
+
description: Success
|
|
253
|
+
body:
|
|
254
|
+
application/json:
|
|
255
|
+
type: ServiceCatalogItemCollectionRepresentation
|
|
256
|
+
queryParameters:
|
|
257
|
+
pageSize:
|
|
258
|
+
type: integer
|
|
259
|
+
required: false
|
|
260
|
+
pageNumber:
|
|
261
|
+
type: integer
|
|
262
|
+
required: false
|
|
263
|
+
sortOrder:
|
|
264
|
+
type: string
|
|
265
|
+
required: false
|
|
266
|
+
sortedBy:
|
|
267
|
+
type: string
|
|
268
|
+
required: false
|
|
269
|
+
uriParameters:
|
|
270
|
+
networkDataCategoryId:
|
|
271
|
+
type: string
|
|
272
|
+
required: true
|
|
273
|
+
communityId:
|
|
274
|
+
type: string
|
|
275
|
+
required: true
|
|
276
|
+
/knowledge-article:
|
|
277
|
+
get:
|
|
278
|
+
displayName: getKnowledgeArticles
|
|
279
|
+
description: Get all articles belonging to the category
|
|
280
|
+
responses:
|
|
281
|
+
'200':
|
|
282
|
+
description: Success
|
|
283
|
+
body:
|
|
284
|
+
application/json:
|
|
285
|
+
type: LightningKnowledgeArticleVersionCollectionRepresentation
|
|
286
|
+
queryParameters:
|
|
287
|
+
language:
|
|
288
|
+
type: string
|
|
289
|
+
required: false
|
|
290
|
+
pageNumber:
|
|
291
|
+
type: integer
|
|
292
|
+
required: false
|
|
293
|
+
pageSize:
|
|
294
|
+
type: integer
|
|
295
|
+
required: false
|
|
296
|
+
sortOrder:
|
|
297
|
+
type: string
|
|
298
|
+
required: false
|
|
299
|
+
sortedBy:
|
|
300
|
+
type: string
|
|
301
|
+
required: false
|
|
302
|
+
uriParameters:
|
|
303
|
+
networkDataCategoryId:
|
|
304
|
+
type: string
|
|
305
|
+
required: true
|
|
306
|
+
communityId:
|
|
307
|
+
type: string
|
|
308
|
+
required: true
|
|
309
|
+
/parent-path:
|
|
310
|
+
get:
|
|
311
|
+
displayName: getParentNetworkDataCategoryPath
|
|
312
|
+
description: Get entire parent path for a given network data category
|
|
313
|
+
responses:
|
|
314
|
+
'200':
|
|
315
|
+
description: Success
|
|
316
|
+
body:
|
|
317
|
+
application/json:
|
|
318
|
+
type: NetworkDataCategoryCollectionRepresentation
|
|
319
|
+
queryParameters:
|
|
320
|
+
language:
|
|
321
|
+
type: string
|
|
322
|
+
required: false
|
|
323
|
+
uriParameters:
|
|
324
|
+
communityId:
|
|
325
|
+
type: string
|
|
326
|
+
required: true
|
|
327
|
+
networkDataCategoryId:
|
|
328
|
+
type: string
|
|
329
|
+
required: true
|
|
330
|
+
/child-category:
|
|
331
|
+
get:
|
|
332
|
+
displayName: getChildNetworkDataCategories
|
|
333
|
+
description: Get children of the given network data category
|
|
334
|
+
responses:
|
|
335
|
+
'200':
|
|
336
|
+
description: Success
|
|
337
|
+
body:
|
|
338
|
+
application/json:
|
|
339
|
+
type: NetworkDataCategoryCollectionRepresentation
|
|
340
|
+
queryParameters:
|
|
341
|
+
language:
|
|
342
|
+
type: string
|
|
343
|
+
required: false
|
|
344
|
+
pageNumber:
|
|
345
|
+
type: integer
|
|
346
|
+
required: false
|
|
347
|
+
pageSize:
|
|
348
|
+
type: integer
|
|
349
|
+
required: false
|
|
350
|
+
sortOrder:
|
|
351
|
+
type: string
|
|
352
|
+
required: false
|
|
353
|
+
sortedBy:
|
|
354
|
+
type: string
|
|
355
|
+
required: false
|
|
356
|
+
uriParameters:
|
|
357
|
+
communityId:
|
|
358
|
+
type: string
|
|
359
|
+
required: true
|
|
360
|
+
networkDataCategoryId:
|
|
361
|
+
type: string
|
|
362
|
+
required: true
|
|
363
|
+
/data-category/network-data-category:
|
|
364
|
+
get:
|
|
365
|
+
displayName: getNetworkDataCategories
|
|
366
|
+
description: Get all network data category trees in a given community
|
|
367
|
+
responses:
|
|
368
|
+
'200':
|
|
369
|
+
description: Success
|
|
370
|
+
body:
|
|
371
|
+
application/json:
|
|
372
|
+
type: NetworkDataCategoryTreeRepresentation
|
|
373
|
+
put:
|
|
374
|
+
displayName: updateNetworkDataCategories
|
|
375
|
+
description: Save or Update selected data category and its parent categories
|
|
376
|
+
for the given community ID
|
|
377
|
+
responses:
|
|
378
|
+
'200':
|
|
379
|
+
description: Success
|
|
380
|
+
body:
|
|
381
|
+
application/json:
|
|
382
|
+
type: EmptyRepresentation
|
|
383
|
+
body:
|
|
384
|
+
application/json:
|
|
385
|
+
type: DataCategoryGroupCollectionInputWrapperRepresentation #TODO Hand-rolled W-8334626. Original type: DataCategoryGroupCollectionInputRepresentation
|
|
386
|
+
(oas-body-name): networkDataCategoryTree
|
|
387
|
+
uriParameters:
|
|
388
|
+
communityId:
|
|
389
|
+
type: string
|
|
390
|
+
required: true
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
#%RAML 1.0 Overlay
|
|
2
|
+
extends: ./api.raml
|
|
3
|
+
|
|
4
|
+
uses:
|
|
5
|
+
luvio: luvio://annotations.raml
|
|
6
|
+
|
|
7
|
+
(luvio.keyPrefix): 'NetworkDataCategory'
|
|
8
|
+
(luvio.ttl): 900000
|
|
9
|
+
|
|
10
|
+
types:
|
|
11
|
+
EmptyRepresentation:
|
|
12
|
+
(luvio.key):
|
|
13
|
+
fakeKey: fakeKey
|
|
14
|
+
NetworkDataCategoryTreeRepresentation:
|
|
15
|
+
(luvio.key):
|
|
16
|
+
communityId: communityId
|
|
17
|
+
(luvio.updateAvailable):
|
|
18
|
+
name: notifyNetworkDataCategoryTreeRepresentationUpdateAvailable
|
|
19
|
+
parameters:
|
|
20
|
+
communityId: communityId
|
|
21
|
+
NetworkDataCategoryRepresentation:
|
|
22
|
+
(luvio.key):
|
|
23
|
+
id: id
|
|
24
|
+
|
|
25
|
+
/connect:
|
|
26
|
+
/network-data-category/{networkDataCategoryId}/catalog-item:
|
|
27
|
+
get:
|
|
28
|
+
(luvio.adapter):
|
|
29
|
+
name: getServiceCatalogItems
|
|
30
|
+
/communities/{communityId}:
|
|
31
|
+
/network-data-category/{networkDataCategoryId}:
|
|
32
|
+
patch:
|
|
33
|
+
(luvio.adapter):
|
|
34
|
+
name: updateNetworkDataCategory
|
|
35
|
+
/catalog-item:
|
|
36
|
+
get:
|
|
37
|
+
(luvio.adapter):
|
|
38
|
+
name: getServiceCatalogItemsForCommunity
|
|
39
|
+
/knowledge-article:
|
|
40
|
+
get:
|
|
41
|
+
(luvio.adapter):
|
|
42
|
+
name: getArticlesForCategory
|
|
43
|
+
/parent-path:
|
|
44
|
+
get:
|
|
45
|
+
(luvio.adapter):
|
|
46
|
+
name: getParentNetworkDataCategoryPath
|
|
47
|
+
/child-category:
|
|
48
|
+
get:
|
|
49
|
+
(luvio.adapter):
|
|
50
|
+
name: getChildCategories
|
|
51
|
+
/data-category/network-data-category:
|
|
52
|
+
get:
|
|
53
|
+
(luvio.adapter):
|
|
54
|
+
name: getNetworkDataCategories
|
|
55
|
+
(luvio.key):
|
|
56
|
+
communityId: urlParams.communityId
|
|
57
|
+
put:
|
|
58
|
+
(luvio.adapter):
|
|
59
|
+
name: updateNetworkDataCategories
|