@salesforce/lds-adapters-industries-context 1.186.0 → 1.194.0
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/dist/es/es2018/industries-context.js +5340 -965
- package/dist/es/es2018/types/src/generated/adapters/createContextAttributes.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/createContextMappings.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/createContextNodeMappings.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/createContextNodes.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/createContextServiceDefinition.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/createContextTags.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteContextServiceAttribute.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteContextServiceDefinition.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteContextServiceMapping.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteContextServiceNode.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteContextServiceNodeMapping.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteContextServiceTag.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/getContextDefinitions.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/adapters/getContextServiceAttribute.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getContextServiceDefinition.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getContextServiceDefinitionInfo.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getContextServiceMapping.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getContextServiceNode.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getContextServiceNodeMapping.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getContextServiceTag.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getContextTags.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/updateContextAttributes.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/updateContextMappings.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/updateContextNodeMappings.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/updateContextNodes.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/updateContextServiceDefinition.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/updateContextTags.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +45 -1
- package/dist/es/es2018/types/src/generated/resources/deleteConnectContextDefinitionsByContextDefinitionId.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectContextDefinitionsContextMappingsByContextDefinitionIdAndContextMappingId.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectContextDefinitionsContextNodesByContextDefinitionIdAndContextNodeId.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectContextDefinitionsContextTagsByContextDefinitionIdAndContextTagId.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectContextMappingsContextNodeMappingsByContextNodeMappingIdAndContextMappingId.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectContextNodesContextAttributesByContextAttributeIdAndContextNodeId.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextDefinitions.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextDefinitionsByContextDefinitionId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextDefinitionsContextMappingsByContextDefinitionIdAndContextMappingId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextDefinitionsContextNodesByContextDefinitionIdAndContextNodeId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextDefinitionsContextTagsByContextDefinitionId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextDefinitionsContextTagsByContextDefinitionIdAndContextTagId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextDefinitionsInfoByContextDefinitionId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextMappingsContextNodeMappingsByContextNodeMappingIdAndContextMappingId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextNodesContextAttributesByContextAttributeIdAndContextNodeId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectContextDefinitionsByContextDefinitionId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectContextDefinitionsContextMappingsByContextDefinitionId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectContextDefinitionsContextMappingsByContextDefinitionIdAndContextMappingId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectContextDefinitionsContextNodesByContextDefinitionId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectContextDefinitionsContextTagsByContextDefinitionId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectContextMappingsContextNodeMappingsByContextMappingId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectContextNodesContextAttributesByContextNodeId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectContextDefinitions.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectContextDefinitionsContextMappingsByContextDefinitionId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectContextDefinitionsContextNodesByContextDefinitionId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectContextDefinitionsContextTagsByContextDefinitionId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectContextMappingsContextNodeMappingsByContextMappingId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectContextNodesContextAttributesByContextNodeId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/types/ContextAttributeListRepresentation.d.ts +8 -5
- package/dist/es/es2018/types/src/generated/types/ContextAttributeMappingListInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextAttributeMappingListRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/ContextAttributeMappingsInputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/ContextAttributeTagRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/ContextAttributesInputRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/ContextAttributesListInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextAttributesListInputWrapperRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextDefinitionListRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/ContextDefinitionsInputRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/ContextDefinitionsInputWrapperRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextMappingListInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextMappingListInputWrapperRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextMappingListRepresentation.d.ts +54 -0
- package/dist/es/es2018/types/src/generated/types/ContextMappingsInputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/ContextNodeListInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextNodeListInputWrapperRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextNodeListRepresentation.d.ts +54 -0
- package/dist/es/es2018/types/src/generated/types/ContextNodeMappingListInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextNodeMappingListInputWrapperRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextNodeMappingListRepresentation.d.ts +54 -0
- package/dist/es/es2018/types/src/generated/types/ContextNodeMappingsInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/ContextTagInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/ContextTagListInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextTagListInputWrapperRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ContextTagListRepresentation.d.ts +54 -0
- package/package.json +1 -1
- package/sfdc/index.js +8615 -3762
- package/src/raml/api.raml +747 -0
- package/src/raml/luvio.raml +182 -1
package/src/raml/api.raml
CHANGED
|
@@ -173,8 +173,12 @@ types:
|
|
|
173
173
|
attributes:
|
|
174
174
|
description: List of Attributes
|
|
175
175
|
type: array
|
|
176
|
+
required: false
|
|
176
177
|
items:
|
|
177
178
|
type: ContextAttributeRepresentation
|
|
179
|
+
contextAttributeListId:
|
|
180
|
+
description: Unique Id - Required for LDS
|
|
181
|
+
type: string
|
|
178
182
|
contextNodeId:
|
|
179
183
|
description: Id of ContextNode
|
|
180
184
|
type: string
|
|
@@ -215,6 +219,57 @@ types:
|
|
|
215
219
|
description: Id of (Parent) ContextNodeMapping
|
|
216
220
|
type: string
|
|
217
221
|
required: false # TODO Hand-rolled W-12486791
|
|
222
|
+
ContextAttributeMappingsInputRepresentation:
|
|
223
|
+
description: Input/Update representation of Context Attribute Mapping
|
|
224
|
+
type: object
|
|
225
|
+
properties:
|
|
226
|
+
contextAttributeId:
|
|
227
|
+
description: Reference to ContextAttribute
|
|
228
|
+
type: string
|
|
229
|
+
contextAttributeMappingId:
|
|
230
|
+
description: ID of this Attribute Mapping - Required for Update
|
|
231
|
+
type: string
|
|
232
|
+
required: false # TODO Hand-rolled W-12486791
|
|
233
|
+
contextInputAttributeName:
|
|
234
|
+
description: Context Input Attribute Name
|
|
235
|
+
type: string
|
|
236
|
+
required: false # TODO Hand-rolled W-12486791
|
|
237
|
+
deleteExistingHydrationDetail:
|
|
238
|
+
description: flag to specify deletion of existing hydration detail
|
|
239
|
+
type: boolean
|
|
240
|
+
required: false # TODO Hand-rolled W-12486791
|
|
241
|
+
hydrationDetails:
|
|
242
|
+
description: List of ContextAttributeHydrationDetail
|
|
243
|
+
type: array
|
|
244
|
+
required: false # TODO Hand-rolled W-12486791
|
|
245
|
+
items:
|
|
246
|
+
type: object
|
|
247
|
+
ContextAttributeMappingListInputRepresentation:
|
|
248
|
+
description: Input/Update representation of Context Attribute Mapping List
|
|
249
|
+
type: object
|
|
250
|
+
properties:
|
|
251
|
+
contextAttributeMappings:
|
|
252
|
+
description: List of ContextAttributeMappings
|
|
253
|
+
type: array
|
|
254
|
+
items:
|
|
255
|
+
type: object
|
|
256
|
+
ContextAttributeMappingListRepresentation:
|
|
257
|
+
description: Output representation of List of Context Attribute Mappings
|
|
258
|
+
type: object
|
|
259
|
+
properties:
|
|
260
|
+
contextAttributeMappingListId:
|
|
261
|
+
description: Unique Id - Required for LDS
|
|
262
|
+
type: string
|
|
263
|
+
contextAttributeMappings:
|
|
264
|
+
description: List of ContextNodeMappings
|
|
265
|
+
type: array
|
|
266
|
+
required: false
|
|
267
|
+
items:
|
|
268
|
+
type: ContextAttributeMappingRepresentation
|
|
269
|
+
isSuccess:
|
|
270
|
+
description: Success
|
|
271
|
+
type: boolean
|
|
272
|
+
required: false
|
|
218
273
|
ContextAttributeMappingRepresentation:
|
|
219
274
|
description: Output representation of Context Attribute Mapping
|
|
220
275
|
type: object
|
|
@@ -341,6 +396,10 @@ types:
|
|
|
341
396
|
description: Id of (Parent) ContextNode
|
|
342
397
|
type: string
|
|
343
398
|
required: false
|
|
399
|
+
contextTagId:
|
|
400
|
+
description: Id of this ContextTag
|
|
401
|
+
type: string
|
|
402
|
+
required: false
|
|
344
403
|
isSuccess:
|
|
345
404
|
description: Success
|
|
346
405
|
type: boolean
|
|
@@ -349,6 +408,53 @@ types:
|
|
|
349
408
|
description: Name
|
|
350
409
|
type: string
|
|
351
410
|
required: false
|
|
411
|
+
ContextAttributesInputRepresentation:
|
|
412
|
+
description: Input representation of Context Attribute
|
|
413
|
+
type: object
|
|
414
|
+
properties:
|
|
415
|
+
contextAttributeId:
|
|
416
|
+
description: ID of this Attribute - Required for Update
|
|
417
|
+
type: string
|
|
418
|
+
dataType:
|
|
419
|
+
description: DataType
|
|
420
|
+
type: string
|
|
421
|
+
domainSet:
|
|
422
|
+
description: Comma separated node names referenced by this attribute
|
|
423
|
+
type: string
|
|
424
|
+
fieldType:
|
|
425
|
+
description: Field Type
|
|
426
|
+
type: string
|
|
427
|
+
isKey:
|
|
428
|
+
description: Is Key?
|
|
429
|
+
type: boolean
|
|
430
|
+
isValue:
|
|
431
|
+
description: Is Value?
|
|
432
|
+
type: boolean
|
|
433
|
+
name:
|
|
434
|
+
description: Name
|
|
435
|
+
type: string
|
|
436
|
+
tags:
|
|
437
|
+
description: Context Tags
|
|
438
|
+
type: array
|
|
439
|
+
items:
|
|
440
|
+
type: object
|
|
441
|
+
# TODO Hand-rolled W-8334626
|
|
442
|
+
ContextAttributesListInputWrapperRepresentation:
|
|
443
|
+
description: Wrapper Input representation for ContextAttributesListInputRepresentation
|
|
444
|
+
type: object
|
|
445
|
+
properties:
|
|
446
|
+
contextAttributeListInput:
|
|
447
|
+
description: Input representation of Context Attribute List
|
|
448
|
+
type: ContextAttributesListInputRepresentation
|
|
449
|
+
ContextAttributesListInputRepresentation:
|
|
450
|
+
description: Input representation of Context Attribute List
|
|
451
|
+
type: object
|
|
452
|
+
properties:
|
|
453
|
+
contextAttributes:
|
|
454
|
+
description: List of Context Attributes
|
|
455
|
+
type: array
|
|
456
|
+
items:
|
|
457
|
+
type: object
|
|
352
458
|
ContextDataRecordRepresentation:
|
|
353
459
|
description: Output representation of Context Data Record
|
|
354
460
|
type: object
|
|
@@ -550,6 +656,9 @@ types:
|
|
|
550
656
|
type: array
|
|
551
657
|
items:
|
|
552
658
|
type: ContextDefinitionInfoRepresentation
|
|
659
|
+
contextDefinitionListId:
|
|
660
|
+
description: Unique Id - Required for LDS
|
|
661
|
+
type: string
|
|
553
662
|
isSuccess:
|
|
554
663
|
description: Success
|
|
555
664
|
type: boolean
|
|
@@ -688,6 +797,50 @@ types:
|
|
|
688
797
|
description: Is Editable
|
|
689
798
|
type: boolean
|
|
690
799
|
required: false
|
|
800
|
+
# TODO Hand-rolled W-8334626
|
|
801
|
+
ContextDefinitionsInputWrapperRepresentation:
|
|
802
|
+
description: Wrapper Input representation for ContextDefinitionsInputRepresentation
|
|
803
|
+
type: object
|
|
804
|
+
properties:
|
|
805
|
+
contextDefinitionInput:
|
|
806
|
+
description: Input representation of Context Definitions
|
|
807
|
+
type: ContextDefinitionsInputRepresentation
|
|
808
|
+
ContextDefinitionsInputRepresentation:
|
|
809
|
+
description: Input representation of Context Definition
|
|
810
|
+
type: object
|
|
811
|
+
properties:
|
|
812
|
+
description:
|
|
813
|
+
description: Short description of ContextDefinition
|
|
814
|
+
type: string
|
|
815
|
+
required: false # TODO Hand-rolled W-12486791
|
|
816
|
+
developerName:
|
|
817
|
+
description: Developer Name
|
|
818
|
+
type: string
|
|
819
|
+
required: false # TODO Hand-rolled W-12486791
|
|
820
|
+
endDate:
|
|
821
|
+
description: End Date
|
|
822
|
+
type: string
|
|
823
|
+
required: false # TODO Hand-rolled W-12486791
|
|
824
|
+
isActive:
|
|
825
|
+
description: Is Active
|
|
826
|
+
type: boolean
|
|
827
|
+
required: false # TODO Hand-rolled W-12486791
|
|
828
|
+
name:
|
|
829
|
+
description: Name of ContextDefinition
|
|
830
|
+
type: string
|
|
831
|
+
required: false # TODO Hand-rolled W-12486791
|
|
832
|
+
payload:
|
|
833
|
+
description: JSON Payload to create ContextDefinition
|
|
834
|
+
type: string
|
|
835
|
+
required: false # TODO Hand-rolled W-12486791
|
|
836
|
+
sourceDefinitionId:
|
|
837
|
+
description: Id of ContextDefinition to be Cloned
|
|
838
|
+
type: string
|
|
839
|
+
required: false # TODO Hand-rolled W-12486791
|
|
840
|
+
startDate:
|
|
841
|
+
description: Start Date
|
|
842
|
+
type: string
|
|
843
|
+
required: false # TODO Hand-rolled W-12486791
|
|
691
844
|
ContextInfoRepresentation:
|
|
692
845
|
description: Output representation of Context Info
|
|
693
846
|
type: object
|
|
@@ -763,6 +916,66 @@ types:
|
|
|
763
916
|
name:
|
|
764
917
|
description: Name of ContextMapping
|
|
765
918
|
type: string
|
|
919
|
+
ContextMappingsInputRepresentation:
|
|
920
|
+
description: Input representation of Context Mapping
|
|
921
|
+
type: object
|
|
922
|
+
properties:
|
|
923
|
+
contextMappingId:
|
|
924
|
+
description: ID of this Context Mapping - Required for Update
|
|
925
|
+
type: string
|
|
926
|
+
contextNodeMappings:
|
|
927
|
+
description: List of ContextNodeMappings
|
|
928
|
+
type: array
|
|
929
|
+
items:
|
|
930
|
+
type: object
|
|
931
|
+
description:
|
|
932
|
+
description: Description of ContextMapping
|
|
933
|
+
type: string
|
|
934
|
+
generateInputMappings:
|
|
935
|
+
description: Generate Default Input Mappings.
|
|
936
|
+
type: boolean
|
|
937
|
+
generateSObjectMappings:
|
|
938
|
+
description: Generate Default SObject Mappings.
|
|
939
|
+
type: boolean
|
|
940
|
+
isDefault:
|
|
941
|
+
description: Is Default
|
|
942
|
+
type: boolean
|
|
943
|
+
name:
|
|
944
|
+
description: Name of ContextMapping
|
|
945
|
+
type: string
|
|
946
|
+
ContextMappingListInputWrapperRepresentation:
|
|
947
|
+
description: Wrapper Input representation for ContextMappingListInputRepresentation
|
|
948
|
+
type: object
|
|
949
|
+
properties:
|
|
950
|
+
contextMappingInput:
|
|
951
|
+
description: Input representation of Context List Mapping
|
|
952
|
+
type: ContextMappingListInputRepresentation
|
|
953
|
+
ContextMappingListInputRepresentation:
|
|
954
|
+
description: Input representation of Context Mapping List
|
|
955
|
+
type: object
|
|
956
|
+
properties:
|
|
957
|
+
contextMappings:
|
|
958
|
+
description: List of ContextMappings
|
|
959
|
+
type: array
|
|
960
|
+
items:
|
|
961
|
+
type: object
|
|
962
|
+
ContextMappingListRepresentation:
|
|
963
|
+
description: Output representation of List of Context Mappings
|
|
964
|
+
type: object
|
|
965
|
+
properties:
|
|
966
|
+
contextMappingListId:
|
|
967
|
+
description: Unique Id - Required for LDS
|
|
968
|
+
type: string
|
|
969
|
+
contextMappings:
|
|
970
|
+
description: List of ContextMappings
|
|
971
|
+
type: array
|
|
972
|
+
required: false
|
|
973
|
+
items:
|
|
974
|
+
type: ContextMappingRepresentation
|
|
975
|
+
isSuccess:
|
|
976
|
+
description: Success
|
|
977
|
+
type: boolean
|
|
978
|
+
required: false
|
|
766
979
|
ContextMappingRepresentation:
|
|
767
980
|
description: Output representation of Context Mapping
|
|
768
981
|
type: object
|
|
@@ -858,6 +1071,41 @@ types:
|
|
|
858
1071
|
type: object
|
|
859
1072
|
required: false # TODO Hand-rolled W-12486791
|
|
860
1073
|
# TODO Hand-rolled W-8334626
|
|
1074
|
+
ContextNodeListInputWrapperRepresentation:
|
|
1075
|
+
description: Wrapper Input representation for ContextNodeMappingInputRepresentation
|
|
1076
|
+
type: object
|
|
1077
|
+
properties:
|
|
1078
|
+
contextNodeInput:
|
|
1079
|
+
description: Input representation of Context Node List
|
|
1080
|
+
type: ContextNodeListInputRepresentation
|
|
1081
|
+
ContextNodeListInputRepresentation:
|
|
1082
|
+
description: Input representation of Context Node List
|
|
1083
|
+
type: object
|
|
1084
|
+
properties:
|
|
1085
|
+
contextNodes:
|
|
1086
|
+
description: List of ContextNodes
|
|
1087
|
+
type: array
|
|
1088
|
+
items:
|
|
1089
|
+
type: object
|
|
1090
|
+
required: false # TODO Hand-rolled W-12486791
|
|
1091
|
+
ContextNodeListRepresentation:
|
|
1092
|
+
description: Output representation of List of Context Nodes
|
|
1093
|
+
type: object
|
|
1094
|
+
properties:
|
|
1095
|
+
contextNodeListId:
|
|
1096
|
+
description: Unique Id - Required for LDS
|
|
1097
|
+
type: string
|
|
1098
|
+
contextNodes:
|
|
1099
|
+
description: List of ContextNodes
|
|
1100
|
+
type: array
|
|
1101
|
+
required: false
|
|
1102
|
+
items:
|
|
1103
|
+
type: ContextNodeRepresentation
|
|
1104
|
+
isSuccess:
|
|
1105
|
+
description: Success
|
|
1106
|
+
type: boolean
|
|
1107
|
+
required: false
|
|
1108
|
+
# TODO Hand-rolled W-8334626
|
|
861
1109
|
ContextNodeMappingInputWrapperRepresentation:
|
|
862
1110
|
description: Wrapper Input representation for ContextNodeMappingInputRepresentation
|
|
863
1111
|
type: object
|
|
@@ -883,6 +1131,40 @@ types:
|
|
|
883
1131
|
sObjectName:
|
|
884
1132
|
description: SObject Name
|
|
885
1133
|
type: string
|
|
1134
|
+
# TODO Hand-rolled W-8334626
|
|
1135
|
+
ContextNodeMappingListInputWrapperRepresentation:
|
|
1136
|
+
description: Wrapper Input representation for ContextNodeMappingListInputRepresentation
|
|
1137
|
+
type: object
|
|
1138
|
+
properties:
|
|
1139
|
+
contextNodeMappingInput:
|
|
1140
|
+
description: Input representation of Context Node Mapping
|
|
1141
|
+
type: ContextNodeMappingListInputRepresentation
|
|
1142
|
+
ContextNodeMappingListInputRepresentation:
|
|
1143
|
+
description: Input representation of Context Node Mapping List
|
|
1144
|
+
type: object
|
|
1145
|
+
properties:
|
|
1146
|
+
contextNodeMappings:
|
|
1147
|
+
description: List of ContextNodeMappings
|
|
1148
|
+
type: array
|
|
1149
|
+
items:
|
|
1150
|
+
type: object
|
|
1151
|
+
ContextNodeMappingListRepresentation:
|
|
1152
|
+
description: Output representation of List of Context Node Mappings
|
|
1153
|
+
type: object
|
|
1154
|
+
properties:
|
|
1155
|
+
contextNodeMappingListId:
|
|
1156
|
+
description: Unique Id - Required for LDS
|
|
1157
|
+
type: string
|
|
1158
|
+
contextNodeMappings:
|
|
1159
|
+
description: List of ContextNodeMappings
|
|
1160
|
+
type: array
|
|
1161
|
+
required: false
|
|
1162
|
+
items:
|
|
1163
|
+
type: ContextNodeMappingRepresentation
|
|
1164
|
+
isSuccess:
|
|
1165
|
+
description: Success
|
|
1166
|
+
type: boolean
|
|
1167
|
+
required: false
|
|
886
1168
|
ContextNodeMappingRepresentation:
|
|
887
1169
|
description: Output representation of Context Node Mapping
|
|
888
1170
|
type: object
|
|
@@ -911,6 +1193,24 @@ types:
|
|
|
911
1193
|
description: SObject Name
|
|
912
1194
|
type: string
|
|
913
1195
|
required: false
|
|
1196
|
+
ContextNodeMappingsInputRepresentation:
|
|
1197
|
+
description: Input representation of Context Node Mapping
|
|
1198
|
+
type: object
|
|
1199
|
+
properties:
|
|
1200
|
+
attributeMappings:
|
|
1201
|
+
description: List of ContextAttributeMappings
|
|
1202
|
+
type: array
|
|
1203
|
+
items:
|
|
1204
|
+
type: object
|
|
1205
|
+
contextNodeId:
|
|
1206
|
+
description: Reference to ContextNode
|
|
1207
|
+
type: string
|
|
1208
|
+
contextNodeMappingId:
|
|
1209
|
+
description: ID of this Context Node Mapping - Required for Update
|
|
1210
|
+
type: string
|
|
1211
|
+
sObjectName:
|
|
1212
|
+
description: SObject Name
|
|
1213
|
+
type: string
|
|
914
1214
|
ContextNodeRepresentation:
|
|
915
1215
|
description: Output representation of Context Node
|
|
916
1216
|
type: object
|
|
@@ -1135,6 +1435,59 @@ types:
|
|
|
1135
1435
|
type: array
|
|
1136
1436
|
items:
|
|
1137
1437
|
type: string
|
|
1438
|
+
ContextTagInputRepresentation:
|
|
1439
|
+
description: Input representation of Context Tag
|
|
1440
|
+
type: object
|
|
1441
|
+
properties:
|
|
1442
|
+
contextAttributeId:
|
|
1443
|
+
description: Id of (Parent) ContextAttribute
|
|
1444
|
+
type: string
|
|
1445
|
+
required: false # TODO Hand-rolled W-12486791
|
|
1446
|
+
contextNodeId:
|
|
1447
|
+
description: Id of (Parent) ContextNode
|
|
1448
|
+
type: string
|
|
1449
|
+
required: false # TODO Hand-rolled W-12486791
|
|
1450
|
+
contextTagId:
|
|
1451
|
+
description: ID of this Context Tag - Required for Update
|
|
1452
|
+
type: string
|
|
1453
|
+
required: false # TODO Hand-rolled W-12486791
|
|
1454
|
+
name:
|
|
1455
|
+
description: Name
|
|
1456
|
+
type: string
|
|
1457
|
+
# TODO Hand-rolled W-8334626
|
|
1458
|
+
ContextTagListInputWrapperRepresentation:
|
|
1459
|
+
description: Wrapper Input representation for ContextTagListInputRepresentation
|
|
1460
|
+
type: object
|
|
1461
|
+
properties:
|
|
1462
|
+
contextTagInput:
|
|
1463
|
+
description: Input representation of Context Tag
|
|
1464
|
+
type: ContextTagListInputRepresentation
|
|
1465
|
+
ContextTagListInputRepresentation:
|
|
1466
|
+
description: Input representation of Context Tag List
|
|
1467
|
+
type: object
|
|
1468
|
+
properties:
|
|
1469
|
+
contextTags:
|
|
1470
|
+
description: List of ContextTags
|
|
1471
|
+
type: array
|
|
1472
|
+
items:
|
|
1473
|
+
type: object
|
|
1474
|
+
ContextTagListRepresentation:
|
|
1475
|
+
description: Output representation of List of Context Tags
|
|
1476
|
+
type: object
|
|
1477
|
+
properties:
|
|
1478
|
+
contextTagListId:
|
|
1479
|
+
description: Unique Id - Required for LDS
|
|
1480
|
+
type: string
|
|
1481
|
+
contextTags:
|
|
1482
|
+
description: List of ContextTags
|
|
1483
|
+
type: array
|
|
1484
|
+
required: false
|
|
1485
|
+
items:
|
|
1486
|
+
type: ContextAttributeTagRepresentation
|
|
1487
|
+
isSuccess:
|
|
1488
|
+
description: Success
|
|
1489
|
+
type: boolean
|
|
1490
|
+
required: false
|
|
1138
1491
|
UpdateContextAttributesInputRepresentation:
|
|
1139
1492
|
description: Input representation for updating ContextAttributes
|
|
1140
1493
|
type: object
|
|
@@ -1224,6 +1577,400 @@ types:
|
|
|
1224
1577
|
description: Unique ID to represent a Context
|
|
1225
1578
|
type: string
|
|
1226
1579
|
required: true
|
|
1580
|
+
/context-definitions:
|
|
1581
|
+
get:
|
|
1582
|
+
displayName: getContextDefinitions
|
|
1583
|
+
description: Get ContextDefinition List
|
|
1584
|
+
responses:
|
|
1585
|
+
'200':
|
|
1586
|
+
description: Success
|
|
1587
|
+
body:
|
|
1588
|
+
application/json:
|
|
1589
|
+
type: ContextDefinitionListRepresentation
|
|
1590
|
+
queryParameters:
|
|
1591
|
+
includeInactive:
|
|
1592
|
+
type: boolean
|
|
1593
|
+
required: false
|
|
1594
|
+
default: true
|
|
1595
|
+
post:
|
|
1596
|
+
displayName: createContextServiceDefinition
|
|
1597
|
+
description: Create Context Definition
|
|
1598
|
+
responses:
|
|
1599
|
+
'200':
|
|
1600
|
+
description: Success
|
|
1601
|
+
body:
|
|
1602
|
+
application/json:
|
|
1603
|
+
type: ContextDefinitionInfoRepresentation
|
|
1604
|
+
body:
|
|
1605
|
+
application/json:
|
|
1606
|
+
# TODO: Hand rolled 'type' to provide a wrapper that uses the oas-body-name
|
|
1607
|
+
type: ContextDefinitionsInputWrapperRepresentation
|
|
1608
|
+
# required: false # TODO Hand rolled W-12486791.
|
|
1609
|
+
(oas-body-name): contextDefinitionInput
|
|
1610
|
+
/info/{contextDefinitionId}:
|
|
1611
|
+
get:
|
|
1612
|
+
displayName: getContextServiceDefinitionInfo
|
|
1613
|
+
description: Get Info of a Context Definition
|
|
1614
|
+
responses:
|
|
1615
|
+
'200':
|
|
1616
|
+
description: Success
|
|
1617
|
+
body:
|
|
1618
|
+
application/json:
|
|
1619
|
+
type: ContextDefinitionInfoRepresentation
|
|
1620
|
+
uriParameters:
|
|
1621
|
+
contextDefinitionId:
|
|
1622
|
+
description: Unique ID to represent a Context Definition
|
|
1623
|
+
type: string
|
|
1624
|
+
required: true
|
|
1625
|
+
/{contextDefinitionId}:
|
|
1626
|
+
delete:
|
|
1627
|
+
displayName: deleteContextServiceDefinition
|
|
1628
|
+
description: Delete a Context Definition
|
|
1629
|
+
responses:
|
|
1630
|
+
'200':
|
|
1631
|
+
description: Success
|
|
1632
|
+
get:
|
|
1633
|
+
displayName: getContextServiceDefinition
|
|
1634
|
+
description: Get a Context Definition
|
|
1635
|
+
responses:
|
|
1636
|
+
'200':
|
|
1637
|
+
description: Success
|
|
1638
|
+
body:
|
|
1639
|
+
application/json:
|
|
1640
|
+
type: ContextDefinitionRepresentation
|
|
1641
|
+
patch:
|
|
1642
|
+
displayName: updateContextServiceDefinition
|
|
1643
|
+
description: Patch a Context Definition
|
|
1644
|
+
responses:
|
|
1645
|
+
'200':
|
|
1646
|
+
description: Success
|
|
1647
|
+
body:
|
|
1648
|
+
application/json:
|
|
1649
|
+
type: ContextDefinitionInfoRepresentation
|
|
1650
|
+
body:
|
|
1651
|
+
application/json:
|
|
1652
|
+
# TODO: Hand rolled 'type' to provide a wrapper that uses the oas-body-name
|
|
1653
|
+
type: ContextDefinitionInputWrapperRepresentation
|
|
1654
|
+
# required: false # TODO Hand rolled W-12486791.
|
|
1655
|
+
(oas-body-name): contextDefinitionInput
|
|
1656
|
+
uriParameters:
|
|
1657
|
+
contextDefinitionId:
|
|
1658
|
+
description: Unique ID to represent a Context Definition
|
|
1659
|
+
type: string
|
|
1660
|
+
required: true
|
|
1661
|
+
/context-mappings:
|
|
1662
|
+
patch:
|
|
1663
|
+
displayName: patchContextMappings
|
|
1664
|
+
description: Patch ContextMappings
|
|
1665
|
+
responses:
|
|
1666
|
+
'200':
|
|
1667
|
+
description: Success
|
|
1668
|
+
body:
|
|
1669
|
+
application/json:
|
|
1670
|
+
type: ContextMappingListRepresentation
|
|
1671
|
+
body:
|
|
1672
|
+
application/json:
|
|
1673
|
+
type: ContextMappingListInputWrapperRepresentation
|
|
1674
|
+
# required: false # TODO Hand rolled W-12486791.
|
|
1675
|
+
(oas-body-name): contextMappingInput
|
|
1676
|
+
post:
|
|
1677
|
+
displayName: postContextMappings
|
|
1678
|
+
description: Create ContextMappings
|
|
1679
|
+
responses:
|
|
1680
|
+
'200':
|
|
1681
|
+
description: Success
|
|
1682
|
+
body:
|
|
1683
|
+
application/json:
|
|
1684
|
+
type: ContextMappingListRepresentation
|
|
1685
|
+
body:
|
|
1686
|
+
application/json:
|
|
1687
|
+
type: ContextMappingListInputWrapperRepresentation
|
|
1688
|
+
# required: false # TODO Hand rolled W-12486791.
|
|
1689
|
+
(oas-body-name): contextMappingInput
|
|
1690
|
+
uriParameters:
|
|
1691
|
+
contextDefinitionId:
|
|
1692
|
+
description: Unique ID to represent a Context Definition
|
|
1693
|
+
type: string
|
|
1694
|
+
required: true
|
|
1695
|
+
/context-mappings/{contextMappingId}:
|
|
1696
|
+
delete:
|
|
1697
|
+
displayName: deleteContextMapping
|
|
1698
|
+
description: Delete a Context Mapping
|
|
1699
|
+
responses:
|
|
1700
|
+
'200':
|
|
1701
|
+
description: Success
|
|
1702
|
+
get:
|
|
1703
|
+
displayName: getContextMapping
|
|
1704
|
+
description: Get a Context Mapping
|
|
1705
|
+
responses:
|
|
1706
|
+
'200':
|
|
1707
|
+
description: Success
|
|
1708
|
+
body:
|
|
1709
|
+
application/json:
|
|
1710
|
+
type: ContextMappingRepresentation
|
|
1711
|
+
patch:
|
|
1712
|
+
displayName: patchContextMapping
|
|
1713
|
+
description: Patch a Context Mapping
|
|
1714
|
+
responses:
|
|
1715
|
+
'200':
|
|
1716
|
+
description: Success
|
|
1717
|
+
body:
|
|
1718
|
+
application/json:
|
|
1719
|
+
type: ContextMappingRepresentation
|
|
1720
|
+
body:
|
|
1721
|
+
application/json:
|
|
1722
|
+
type: ContextMappingInputWrapperRepresentation
|
|
1723
|
+
# required: false # TODO Hand rolled W-12486791.
|
|
1724
|
+
(oas-body-name): contextMappingInput
|
|
1725
|
+
uriParameters:
|
|
1726
|
+
contextDefinitionId:
|
|
1727
|
+
description: Unique ID to represent a Context Definition
|
|
1728
|
+
type: string
|
|
1729
|
+
required: true
|
|
1730
|
+
contextMappingId:
|
|
1731
|
+
description: Unique ID to represent a Context Mapping
|
|
1732
|
+
type: string
|
|
1733
|
+
required: true
|
|
1734
|
+
/context-nodes:
|
|
1735
|
+
patch:
|
|
1736
|
+
displayName: patchContextNodes
|
|
1737
|
+
description: Update Context Nodes
|
|
1738
|
+
responses:
|
|
1739
|
+
'200':
|
|
1740
|
+
description: Success
|
|
1741
|
+
body:
|
|
1742
|
+
application/json:
|
|
1743
|
+
type: ContextNodeListRepresentation
|
|
1744
|
+
body:
|
|
1745
|
+
application/json:
|
|
1746
|
+
# TODO: Hand rolled 'type' to provide a wrapper that uses the oas-body-name
|
|
1747
|
+
type: ContextNodeListInputWrapperRepresentation
|
|
1748
|
+
# required: false # TODO Hand rolled W-12486791.
|
|
1749
|
+
(oas-body-name): contextNodeInput
|
|
1750
|
+
post:
|
|
1751
|
+
displayName: postContextNodes
|
|
1752
|
+
description: Create Context Nodes
|
|
1753
|
+
responses:
|
|
1754
|
+
'200':
|
|
1755
|
+
description: Success
|
|
1756
|
+
body:
|
|
1757
|
+
application/json:
|
|
1758
|
+
type: ContextNodeListRepresentation
|
|
1759
|
+
body:
|
|
1760
|
+
application/json:
|
|
1761
|
+
# TODO: Hand rolled 'type' to provide a wrapper that uses the oas-body-name
|
|
1762
|
+
type: ContextNodeListInputWrapperRepresentation
|
|
1763
|
+
# required: false # TODO Hand rolled W-12486791.
|
|
1764
|
+
(oas-body-name): contextNodeInput
|
|
1765
|
+
/context-tags:
|
|
1766
|
+
get:
|
|
1767
|
+
displayName: getContextTags
|
|
1768
|
+
description: Get ContextTags
|
|
1769
|
+
responses:
|
|
1770
|
+
'200':
|
|
1771
|
+
description: Success
|
|
1772
|
+
body:
|
|
1773
|
+
application/json:
|
|
1774
|
+
type: ContextTagListRepresentation
|
|
1775
|
+
patch:
|
|
1776
|
+
displayName: patchContextTags
|
|
1777
|
+
description: Create ContextTags
|
|
1778
|
+
responses:
|
|
1779
|
+
'200':
|
|
1780
|
+
description: Success
|
|
1781
|
+
body:
|
|
1782
|
+
application/json:
|
|
1783
|
+
type: ContextTagListRepresentation
|
|
1784
|
+
body:
|
|
1785
|
+
application/json:
|
|
1786
|
+
type: ContextTagListInputWrapperRepresentation
|
|
1787
|
+
# required: false # TODO Hand rolled W-12486791.
|
|
1788
|
+
(oas-body-name): contextTagInput
|
|
1789
|
+
post:
|
|
1790
|
+
displayName: postContextTags
|
|
1791
|
+
description: Create ContextTags
|
|
1792
|
+
responses:
|
|
1793
|
+
'200':
|
|
1794
|
+
description: Success
|
|
1795
|
+
body:
|
|
1796
|
+
application/json:
|
|
1797
|
+
type: ContextTagListRepresentation
|
|
1798
|
+
body:
|
|
1799
|
+
application/json:
|
|
1800
|
+
type: ContextTagListInputWrapperRepresentation
|
|
1801
|
+
# required: false # TODO Hand rolled W-12486791.
|
|
1802
|
+
(oas-body-name): contextTagInput
|
|
1803
|
+
uriParameters:
|
|
1804
|
+
contextDefinitionId:
|
|
1805
|
+
description: Unique ID to represent a Context Definition
|
|
1806
|
+
type: string
|
|
1807
|
+
required: true
|
|
1808
|
+
/context-nodes/{contextNodeId}:
|
|
1809
|
+
delete:
|
|
1810
|
+
displayName: deleteContextServiceNode
|
|
1811
|
+
description: Delete a Context Node
|
|
1812
|
+
responses:
|
|
1813
|
+
'200':
|
|
1814
|
+
description: Success
|
|
1815
|
+
get:
|
|
1816
|
+
displayName: getContextServiceNode
|
|
1817
|
+
description: Get a Context Node
|
|
1818
|
+
responses:
|
|
1819
|
+
'200':
|
|
1820
|
+
description: Success
|
|
1821
|
+
body:
|
|
1822
|
+
application/json:
|
|
1823
|
+
type: ContextNodeRepresentation
|
|
1824
|
+
uriParameters:
|
|
1825
|
+
contextDefinitionId:
|
|
1826
|
+
description: Unique ID to represent a Context Definition
|
|
1827
|
+
type: string
|
|
1828
|
+
required: true
|
|
1829
|
+
contextNodeId:
|
|
1830
|
+
description: Unique ID to represent a Context Node
|
|
1831
|
+
type: string
|
|
1832
|
+
required: true
|
|
1833
|
+
/context-tags/{contextTagId}:
|
|
1834
|
+
delete:
|
|
1835
|
+
displayName: deleteContextTag
|
|
1836
|
+
description: Delete a Context Tag
|
|
1837
|
+
responses:
|
|
1838
|
+
'200':
|
|
1839
|
+
description: Success
|
|
1840
|
+
get:
|
|
1841
|
+
displayName: getContextTag
|
|
1842
|
+
description: Get a Context Tag
|
|
1843
|
+
responses:
|
|
1844
|
+
'200':
|
|
1845
|
+
description: Success
|
|
1846
|
+
body:
|
|
1847
|
+
application/json:
|
|
1848
|
+
type: ContextAttributeTagRepresentation
|
|
1849
|
+
uriParameters:
|
|
1850
|
+
contextDefinitionId:
|
|
1851
|
+
description: Unique ID to represent a Context Definition
|
|
1852
|
+
type: string
|
|
1853
|
+
required: true
|
|
1854
|
+
contextTagId:
|
|
1855
|
+
description: Unique ID to represent a Context Tag
|
|
1856
|
+
type: string
|
|
1857
|
+
required: true
|
|
1858
|
+
/context-mappings/{contextMappingId}/context-node-mappings:
|
|
1859
|
+
patch:
|
|
1860
|
+
description: Update Context Node Mappings
|
|
1861
|
+
responses:
|
|
1862
|
+
'200':
|
|
1863
|
+
description: Success
|
|
1864
|
+
body:
|
|
1865
|
+
application/json:
|
|
1866
|
+
type: ContextNodeMappingListRepresentation
|
|
1867
|
+
body:
|
|
1868
|
+
application/json:
|
|
1869
|
+
# TODO: Hand rolled 'type' to provide a wrapper that uses the oas-body-name
|
|
1870
|
+
type: ContextNodeMappingListInputWrapperRepresentation
|
|
1871
|
+
# required: false # TODO Hand rolled W-12486791.
|
|
1872
|
+
(oas-body-name): contextNodeMappingInput
|
|
1873
|
+
post:
|
|
1874
|
+
description: Create Context Node Mappings
|
|
1875
|
+
responses:
|
|
1876
|
+
'200':
|
|
1877
|
+
description: Success
|
|
1878
|
+
body:
|
|
1879
|
+
application/json:
|
|
1880
|
+
type: ContextNodeMappingListRepresentation
|
|
1881
|
+
body:
|
|
1882
|
+
application/json:
|
|
1883
|
+
# TODO: Hand rolled 'type' to provide a wrapper that uses the oas-body-name
|
|
1884
|
+
type: ContextNodeMappingListInputWrapperRepresentation
|
|
1885
|
+
# required: false # TODO Hand rolled W-12486791.
|
|
1886
|
+
(oas-body-name): contextNodeMappingInput
|
|
1887
|
+
uriParameters:
|
|
1888
|
+
contextMappingId:
|
|
1889
|
+
description: Unique ID to represent a Context Mapping
|
|
1890
|
+
type: string
|
|
1891
|
+
required: true
|
|
1892
|
+
/context-mappings/{contextMappingId}/context-node-mappings/{contextNodeMappingId}:
|
|
1893
|
+
delete:
|
|
1894
|
+
description: Delete a Context Node Mapping
|
|
1895
|
+
responses:
|
|
1896
|
+
'200':
|
|
1897
|
+
description: Success
|
|
1898
|
+
get:
|
|
1899
|
+
description: Get a Context Node Mapping.
|
|
1900
|
+
responses:
|
|
1901
|
+
'200':
|
|
1902
|
+
description: Success
|
|
1903
|
+
body:
|
|
1904
|
+
application/json:
|
|
1905
|
+
type: ContextNodeMappingRepresentation
|
|
1906
|
+
uriParameters:
|
|
1907
|
+
contextNodeMappingId:
|
|
1908
|
+
type: string
|
|
1909
|
+
required: true
|
|
1910
|
+
contextMappingId:
|
|
1911
|
+
type: string
|
|
1912
|
+
required: true
|
|
1913
|
+
/context-nodes/{contextNodeId}/context-attributes:
|
|
1914
|
+
patch:
|
|
1915
|
+
displayName: updateContextAttributes
|
|
1916
|
+
description: Update Context Attributes
|
|
1917
|
+
responses:
|
|
1918
|
+
'200':
|
|
1919
|
+
description: Success
|
|
1920
|
+
body:
|
|
1921
|
+
application/json:
|
|
1922
|
+
type: ContextAttributeListRepresentation
|
|
1923
|
+
body:
|
|
1924
|
+
application/json:
|
|
1925
|
+
# TODO: Hand rolled 'type' to provide a wrapper that uses the oas-body-name
|
|
1926
|
+
type: ContextAttributesListInputWrapperRepresentation
|
|
1927
|
+
# required: false # TODO Hand rolled W-12486791.
|
|
1928
|
+
(oas-body-name): contextAttributeListInput
|
|
1929
|
+
post:
|
|
1930
|
+
displayName: createContextAttributes
|
|
1931
|
+
description: Add Context Attributes
|
|
1932
|
+
responses:
|
|
1933
|
+
'200':
|
|
1934
|
+
description: Success
|
|
1935
|
+
body:
|
|
1936
|
+
application/json:
|
|
1937
|
+
type: ContextAttributeListRepresentation
|
|
1938
|
+
body:
|
|
1939
|
+
application/json:
|
|
1940
|
+
# TODO: Hand rolled 'type' to provide a wrapper that uses the oas-body-name
|
|
1941
|
+
type: ContextAttributesListInputWrapperRepresentation
|
|
1942
|
+
# required: false # TODO Hand rolled W-12486791.
|
|
1943
|
+
(oas-body-name): contextAttributeListInput
|
|
1944
|
+
uriParameters:
|
|
1945
|
+
contextNodeId:
|
|
1946
|
+
description: Unique ID to represent a Context Node
|
|
1947
|
+
type: string
|
|
1948
|
+
required: true
|
|
1949
|
+
/context-nodes/{contextNodeId}/context-attributes/{contextAttributeId}:
|
|
1950
|
+
delete:
|
|
1951
|
+
displayName: deleteContextServiceAttribute
|
|
1952
|
+
description: Delete a Context Attribute
|
|
1953
|
+
responses:
|
|
1954
|
+
'200':
|
|
1955
|
+
description: Success
|
|
1956
|
+
get:
|
|
1957
|
+
displayName: getContextServiceAttribute
|
|
1958
|
+
description: Get a Context Attribute
|
|
1959
|
+
responses:
|
|
1960
|
+
'200':
|
|
1961
|
+
description: Success
|
|
1962
|
+
body:
|
|
1963
|
+
application/json:
|
|
1964
|
+
type: ContextAttributeRepresentation
|
|
1965
|
+
uriParameters:
|
|
1966
|
+
contextAttributeId:
|
|
1967
|
+
description: Unique ID to represent a Context Attribute
|
|
1968
|
+
type: string
|
|
1969
|
+
required: true
|
|
1970
|
+
contextNodeId:
|
|
1971
|
+
description: Unique ID to represent a Context Node
|
|
1972
|
+
type: string
|
|
1973
|
+
required: true
|
|
1227
1974
|
/contextdefinition:
|
|
1228
1975
|
get:
|
|
1229
1976
|
description: Get Context Definition List
|