@salesforce/lds-adapters-experience-model 1.134.2 → 1.134.3
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/package.json +1 -1
- package/sfdc/index.js +1 -1
- package/src/raml/api.raml +326 -302
- package/dist/es/es2018/types/src/generated/resources/patchCmsDeploymentsByDeploymentId.d.ts +0 -9
- package/dist/es/es2018/types/src/generated/resources/patchConnectCmsContentVersionByManagedContentVersionId.d.ts +0 -21
- package/dist/es/es2018/types/src/generated/resources/patchConnectCmsFoldersByFolderId.d.ts +0 -13
- package/dist/es/es2018/types/src/generated/resources/patchConnectCmsManagementChannelsByChannelId.d.ts +0 -17
- package/dist/es/es2018/types/src/generated/resources/patchConnectCmsSchedulesByDeploymentId.d.ts +0 -13
- package/dist/es/es2018/types/src/generated/resources/patchConnectManagedContentContentSpacesContentVersionsByContentSpaceIdAndManagedContentVersionId.d.ts +0 -21
- package/dist/es/es2018/types/src/generated/resources/patchConnectManagedContentContentSpacesMembersByContentSpaceIdAndMemberIdOrMe.d.ts +0 -14
- package/dist/es/es2018/types/src/generated/resources/postCmsContents.d.ts +0 -18
- package/dist/es/es2018/types/src/generated/resources/postCmsDeliveryChannelsVariantsByChannelId.d.ts +0 -16
- package/dist/es/es2018/types/src/generated/resources/postCmsDeployments.d.ts +0 -17
- package/dist/es/es2018/types/src/generated/resources/postCmsSiteDeliveryContentsContentKeysByChannelId.d.ts +0 -16
- package/dist/es/es2018/types/src/generated/resources/postCmsSiteDeliveryContentsContentTypesByChannelId.d.ts +0 -15
- package/dist/es/es2018/types/src/generated/resources/postCmsSiteDeliveryContentsNodeIdsByChannelId.d.ts +0 -16
- package/dist/es/es2018/types/src/generated/resources/postConnectCmsContentJobsExport.d.ts +0 -17
- package/dist/es/es2018/types/src/generated/resources/postConnectCmsContentJobsImport.d.ts +0 -16
- package/dist/es/es2018/types/src/generated/resources/postConnectCmsContentSpacesVersionByContentSpaceId.d.ts +0 -24
- package/dist/es/es2018/types/src/generated/resources/postConnectCmsContentSpacesVersionsByContentSpaceId.d.ts +0 -15
- package/dist/es/es2018/types/src/generated/resources/postConnectCmsContentVariant.d.ts +0 -18
- package/dist/es/es2018/types/src/generated/resources/postConnectCmsFolders.d.ts +0 -13
- package/dist/es/es2018/types/src/generated/resources/postConnectCmsManagementChannels.d.ts +0 -17
- package/dist/es/es2018/types/src/generated/resources/postConnectCmsSchedules.d.ts +0 -18
- package/dist/es/es2018/types/src/generated/resources/postConnectManagedContentContentSpacesContentVersionsByContentSpaceId.d.ts +0 -23
- package/dist/es/es2018/types/src/generated/resources/postConnectManagedContentContentSpacesMembersByContentSpaceId.d.ts +0 -16
- package/dist/es/es2018/types/src/generated/resources/postConnectManagedContentTranslation.d.ts +0 -15
- package/dist/es/es2018/types/src/generated/resources/putConnectCmsContentVersionByManagedContentVersionId.d.ts +0 -21
package/src/raml/api.raml
CHANGED
|
@@ -2252,18 +2252,19 @@ types:
|
|
|
2252
2252
|
properties: {}
|
|
2253
2253
|
/cms: # TODO hand rolled. (removed /:)
|
|
2254
2254
|
/contents:
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2255
|
+
# TODO: Hand rolled
|
|
2256
|
+
# post:
|
|
2257
|
+
# description: Create Managed Content for Json store
|
|
2258
|
+
# responses:
|
|
2259
|
+
# '200':
|
|
2260
|
+
# description: Success
|
|
2261
|
+
# body:
|
|
2262
|
+
# application/json:
|
|
2263
|
+
# type: ManagedContentDocumentRepresentation
|
|
2264
|
+
# body:
|
|
2265
|
+
# application/json:
|
|
2266
|
+
# type: ManagedContentInputRepresentation
|
|
2267
|
+
# (oas-body-name): ManagedContentInputParam
|
|
2267
2268
|
/contents/{contentKeyOrId}:
|
|
2268
2269
|
get:
|
|
2269
2270
|
description: Gets existing managed content for provided version.
|
|
@@ -2286,19 +2287,20 @@ types:
|
|
|
2286
2287
|
required: true
|
|
2287
2288
|
/delivery:
|
|
2288
2289
|
/channels/{channelId}/variants:
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2290
|
+
# TODO: Hand rolled
|
|
2291
|
+
# post:
|
|
2292
|
+
# description: Get a list of variants published to a channel filtered by a
|
|
2293
|
+
# variant key and list of contentIds
|
|
2294
|
+
# responses:
|
|
2295
|
+
# '200':
|
|
2296
|
+
# description: Success
|
|
2297
|
+
# body:
|
|
2298
|
+
# application/json:
|
|
2299
|
+
# type: MCDeliveryV2VariantCollectionRepresentation
|
|
2300
|
+
# body:
|
|
2301
|
+
# application/json:
|
|
2302
|
+
# type: MCDeliveryV2VariantInputRepresentation
|
|
2303
|
+
# (oas-body-name): MCVariantDeliveryByContentIdAndVariantKey
|
|
2302
2304
|
uriParameters:
|
|
2303
2305
|
channelId:
|
|
2304
2306
|
type: string
|
|
@@ -2390,32 +2392,34 @@ types:
|
|
|
2390
2392
|
pageSize:
|
|
2391
2393
|
type: integer
|
|
2392
2394
|
required: false
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2395
|
+
# TODO: Hand rolled
|
|
2396
|
+
# post:
|
|
2397
|
+
# description: Create a deployment to a specific channel
|
|
2398
|
+
# responses:
|
|
2399
|
+
# '200':
|
|
2400
|
+
# description: Success
|
|
2401
|
+
# body:
|
|
2402
|
+
# application/json:
|
|
2403
|
+
# type: ManagedContentDeploymentRepresentation
|
|
2404
|
+
# body:
|
|
2405
|
+
# application/json:
|
|
2406
|
+
# type: ManagedContentDeploymentInputRepresentation
|
|
2407
|
+
# (oas-body-name): DeploymentInput
|
|
2405
2408
|
/deployments/{deploymentId}:
|
|
2406
2409
|
delete:
|
|
2407
2410
|
description: Delete and cleanup all resources used by a deployment
|
|
2408
2411
|
responses:
|
|
2409
2412
|
'200':
|
|
2410
2413
|
description: Success
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2414
|
+
# TODO: Hand rolled
|
|
2415
|
+
# patch:
|
|
2416
|
+
# description: Patch a deployment
|
|
2417
|
+
# responses:
|
|
2418
|
+
# '200':
|
|
2419
|
+
# description: Success
|
|
2420
|
+
# body:
|
|
2421
|
+
# application/json:
|
|
2422
|
+
# type: ManagedContentDeploymentRepresentation
|
|
2419
2423
|
uriParameters:
|
|
2420
2424
|
deploymentId:
|
|
2421
2425
|
type: string
|
|
@@ -2509,53 +2513,56 @@ types:
|
|
|
2509
2513
|
required: true
|
|
2510
2514
|
/site-delivery/{channelId}/contents:
|
|
2511
2515
|
/content-keys:
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
|
|
2516
|
+
# TODO: Hand rolled
|
|
2517
|
+
# post:
|
|
2518
|
+
# description: Get the contents published to a site by their content keys
|
|
2519
|
+
# responses:
|
|
2520
|
+
# '200':
|
|
2521
|
+
# description: Success
|
|
2522
|
+
# body:
|
|
2523
|
+
# application/json:
|
|
2524
|
+
# type: MCSiteContentCollectionRepresentation
|
|
2525
|
+
# body:
|
|
2526
|
+
# application/json:
|
|
2527
|
+
# type: MCSiteDeliveryByContentKeysInputRepresentation
|
|
2528
|
+
# (oas-body-name): SiteDeliveryByContentKeys
|
|
2524
2529
|
uriParameters:
|
|
2525
2530
|
channelId:
|
|
2526
2531
|
type: string
|
|
2527
2532
|
required: true
|
|
2528
2533
|
/content-types:
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2534
|
+
# TODO: Hand rolled
|
|
2535
|
+
# post:
|
|
2536
|
+
# description: Get the contents published to a site by their content types
|
|
2537
|
+
# responses:
|
|
2538
|
+
# '200':
|
|
2539
|
+
# description: Success
|
|
2540
|
+
# body:
|
|
2541
|
+
# application/json:
|
|
2542
|
+
# type: ManagedContentCollectionRepresentation
|
|
2543
|
+
# body:
|
|
2544
|
+
# application/json:
|
|
2545
|
+
# type: MCSiteDeliveryByContentTypesInputRepresentation
|
|
2546
|
+
# (oas-body-name): SiteDeliveryByContentTypes
|
|
2541
2547
|
uriParameters:
|
|
2542
2548
|
channelId:
|
|
2543
2549
|
type: string
|
|
2544
2550
|
required: true
|
|
2545
2551
|
/node-ids:
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2552
|
+
# TODO: Hand rolled
|
|
2553
|
+
# post:
|
|
2554
|
+
# description: Get the nodes in a content published to a site by their node
|
|
2555
|
+
# ids
|
|
2556
|
+
# responses:
|
|
2557
|
+
# '200':
|
|
2558
|
+
# description: Success
|
|
2559
|
+
# body:
|
|
2560
|
+
# application/json:
|
|
2561
|
+
# type: MCSiteNodeCollectionRepresentation
|
|
2562
|
+
# body:
|
|
2563
|
+
# application/json:
|
|
2564
|
+
# type: MCSiteDeliveryByNodesInputRepresentation
|
|
2565
|
+
# (oas-body-name): SiteDeliveryByNodeIds
|
|
2559
2566
|
uriParameters:
|
|
2560
2567
|
channelId:
|
|
2561
2568
|
type: string
|
|
@@ -2632,31 +2639,33 @@ types:
|
|
|
2632
2639
|
(oas-collectionFormat): csv
|
|
2633
2640
|
/jobs:
|
|
2634
2641
|
/export:
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
|
-
|
|
2642
|
+
# TODO: Hand rolled
|
|
2643
|
+
# post:
|
|
2644
|
+
# description: Create a job for exporting Managed Content
|
|
2645
|
+
# responses:
|
|
2646
|
+
# '200':
|
|
2647
|
+
# description: Success
|
|
2648
|
+
# body:
|
|
2649
|
+
# application/json:
|
|
2650
|
+
# type: ManagedContentJobRepresentation
|
|
2651
|
+
# body:
|
|
2652
|
+
# application/json:
|
|
2653
|
+
# type: ManagedContentExportContentJobRequestInputRepresentation
|
|
2654
|
+
# (oas-body-name): managedContentJobRequest
|
|
2647
2655
|
/import:
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
|
|
2656
|
-
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
|
-
|
|
2656
|
+
# TODO: Hand rolled
|
|
2657
|
+
# post:
|
|
2658
|
+
# description: Create a job for importing Managed Content
|
|
2659
|
+
# responses:
|
|
2660
|
+
# '200':
|
|
2661
|
+
# description: Success
|
|
2662
|
+
# body:
|
|
2663
|
+
# application/json:
|
|
2664
|
+
# type: ManagedContentJobRepresentation
|
|
2665
|
+
# body:
|
|
2666
|
+
# application/json:
|
|
2667
|
+
# type: ManagedContentJobRequestInputRepresentation
|
|
2668
|
+
# (oas-body-name): managedContentJobRequest
|
|
2660
2669
|
/{jobId}:
|
|
2661
2670
|
delete:
|
|
2662
2671
|
description: Delete an instance of a ManagedContentImportExportJob.
|
|
@@ -2678,52 +2687,55 @@ types:
|
|
|
2678
2687
|
required: true
|
|
2679
2688
|
/spaces/{contentSpaceId}:
|
|
2680
2689
|
/version:
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2690
|
+
# TODO: Hand rolled
|
|
2691
|
+
# post:
|
|
2692
|
+
# description: Create Managed Content Version for Json store
|
|
2693
|
+
# responses:
|
|
2694
|
+
# '200':
|
|
2695
|
+
# description: Success
|
|
2696
|
+
# body:
|
|
2697
|
+
# application/json:
|
|
2698
|
+
# type: ManagedContentVersionV2Representation
|
|
2699
|
+
# body:
|
|
2700
|
+
# application/json:
|
|
2701
|
+
# type: ManagedContentVersionV2InputRepresentation
|
|
2702
|
+
# (oas-body-name): managedContentVersionV2Request
|
|
2693
2703
|
uriParameters:
|
|
2694
2704
|
contentSpaceId:
|
|
2695
2705
|
type: string
|
|
2696
2706
|
required: true
|
|
2697
2707
|
/versions:
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
|
|
2708
|
+
# TODO: Hand rolled
|
|
2709
|
+
# post:
|
|
2710
|
+
# description: Create Managed Content Versions for Json store
|
|
2711
|
+
# responses:
|
|
2712
|
+
# '200':
|
|
2713
|
+
# description: Success
|
|
2714
|
+
# body:
|
|
2715
|
+
# application/json:
|
|
2716
|
+
# type: ManagedContentVersionV2CollectionRepresentation
|
|
2717
|
+
# body:
|
|
2718
|
+
# application/json:
|
|
2719
|
+
# type: ManagedContentVersionV2CollectionInputRepresentation
|
|
2720
|
+
# (oas-body-name): managedContentVersionV2CollectionRequest
|
|
2710
2721
|
uriParameters:
|
|
2711
2722
|
contentSpaceId:
|
|
2712
2723
|
type: string
|
|
2713
2724
|
required: true
|
|
2714
2725
|
/variant:
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
|
-
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
-
|
|
2726
|
+
# TODO: Hand rolled
|
|
2727
|
+
# post:
|
|
2728
|
+
# description: Create a managed content variant
|
|
2729
|
+
# responses:
|
|
2730
|
+
# '200':
|
|
2731
|
+
# description: Success
|
|
2732
|
+
# body:
|
|
2733
|
+
# application/json:
|
|
2734
|
+
# type: ManagedContentVariantV1Representation
|
|
2735
|
+
# body:
|
|
2736
|
+
# application/json:
|
|
2737
|
+
# type: ManagedContentVariantV1InputRep
|
|
2738
|
+
# (oas-body-name): variantRequest
|
|
2727
2739
|
/version/{managedContentVersionId}:
|
|
2728
2740
|
get:
|
|
2729
2741
|
description: Get a single managed content version
|
|
@@ -2740,30 +2752,31 @@ types:
|
|
|
2740
2752
|
variantType:
|
|
2741
2753
|
type: string
|
|
2742
2754
|
required: false
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
|
|
2755
|
+
# TODO: Hand rolled
|
|
2756
|
+
# patch:
|
|
2757
|
+
# description: Patch a single managed content version
|
|
2758
|
+
# responses:
|
|
2759
|
+
# '200':
|
|
2760
|
+
# description: Success
|
|
2761
|
+
# body:
|
|
2762
|
+
# application/json:
|
|
2763
|
+
# type: ManagedContentVersionV2Representation
|
|
2764
|
+
# body:
|
|
2765
|
+
# application/json:
|
|
2766
|
+
# type: ManagedContentVersionV2InputRepresentation
|
|
2767
|
+
# (oas-body-name): managedContentVersionV2Request
|
|
2768
|
+
# put:
|
|
2769
|
+
# description: Put a single managed content version
|
|
2770
|
+
# responses:
|
|
2771
|
+
# '200':
|
|
2772
|
+
# description: Success
|
|
2773
|
+
# body:
|
|
2774
|
+
# application/json:
|
|
2775
|
+
# type: ManagedContentVersionV2Representation
|
|
2776
|
+
# body:
|
|
2777
|
+
# application/json:
|
|
2778
|
+
# type: ManagedContentVersionV2InputRepresentation
|
|
2779
|
+
# (oas-body-name): managedContentVersionV2Request
|
|
2767
2780
|
uriParameters:
|
|
2768
2781
|
managedContentVersionId:
|
|
2769
2782
|
type: string
|
|
@@ -2976,18 +2989,19 @@ types:
|
|
|
2976
2989
|
type: string
|
|
2977
2990
|
required: true
|
|
2978
2991
|
/folders:
|
|
2979
|
-
|
|
2980
|
-
|
|
2981
|
-
|
|
2982
|
-
|
|
2983
|
-
|
|
2984
|
-
|
|
2985
|
-
|
|
2986
|
-
|
|
2987
|
-
|
|
2988
|
-
|
|
2989
|
-
|
|
2990
|
-
|
|
2992
|
+
# TODO: Hand rolled
|
|
2993
|
+
# post:
|
|
2994
|
+
# description: Create a space folder
|
|
2995
|
+
# responses:
|
|
2996
|
+
# '200':
|
|
2997
|
+
# description: Success
|
|
2998
|
+
# body:
|
|
2999
|
+
# application/json:
|
|
3000
|
+
# type: ManagedContentSpaceFolderRepresentation
|
|
3001
|
+
# body:
|
|
3002
|
+
# application/json:
|
|
3003
|
+
# type: ManagedContentSpaceFolderInputRep
|
|
3004
|
+
# (oas-body-name): managedContentSpaceFolderInput
|
|
2991
3005
|
/folders/{folderId}:
|
|
2992
3006
|
delete:
|
|
2993
3007
|
description: Delete a space folder
|
|
@@ -3002,18 +3016,19 @@ types:
|
|
|
3002
3016
|
body:
|
|
3003
3017
|
application/json:
|
|
3004
3018
|
type: ManagedContentSpaceFolderDetailRepresentation
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
3019
|
+
# TODO: Hand rolled
|
|
3020
|
+
# patch:
|
|
3021
|
+
# description: Update a space folder
|
|
3022
|
+
# responses:
|
|
3023
|
+
# '200':
|
|
3024
|
+
# description: Success
|
|
3025
|
+
# body:
|
|
3026
|
+
# application/json:
|
|
3027
|
+
# type: ManagedContentSpaceFolderRepresentation
|
|
3028
|
+
# body:
|
|
3029
|
+
# application/json:
|
|
3030
|
+
# type: ManagedContentSpaceFolderInputRep
|
|
3031
|
+
# (oas-body-name): managedContentSpaceFolderInput
|
|
3017
3032
|
uriParameters:
|
|
3018
3033
|
folderId:
|
|
3019
3034
|
type: string
|
|
@@ -3092,18 +3107,19 @@ types:
|
|
|
3092
3107
|
pageSize:
|
|
3093
3108
|
type: integer
|
|
3094
3109
|
required: false
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
|
|
3110
|
+
# TODO: Hand rolled
|
|
3111
|
+
# post:
|
|
3112
|
+
# description: Create a Managed Content Channel
|
|
3113
|
+
# responses:
|
|
3114
|
+
# '200':
|
|
3115
|
+
# description: Success
|
|
3116
|
+
# body:
|
|
3117
|
+
# application/json:
|
|
3118
|
+
# type: ManagedContentChannelRepresentation
|
|
3119
|
+
# body:
|
|
3120
|
+
# application/json:
|
|
3121
|
+
# type: ManagedContentChannelInputRepresentation
|
|
3122
|
+
# (oas-body-name): ManagedContentChannelInput
|
|
3107
3123
|
/management/channels/{channelId}:
|
|
3108
3124
|
get:
|
|
3109
3125
|
description: Get a specific ManagedContentChannel (CMS Channel) record
|
|
@@ -3113,51 +3129,54 @@ types:
|
|
|
3113
3129
|
body:
|
|
3114
3130
|
application/json:
|
|
3115
3131
|
type: ManagedContentChannelRepresentation
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
|
|
3125
|
-
|
|
3126
|
-
|
|
3127
|
-
|
|
3132
|
+
# TODO: Hand rolled
|
|
3133
|
+
# patch:
|
|
3134
|
+
# description: Update the name of a specific ManagedContentChannel
|
|
3135
|
+
# responses:
|
|
3136
|
+
# '200':
|
|
3137
|
+
# description: Success
|
|
3138
|
+
# body:
|
|
3139
|
+
# application/json:
|
|
3140
|
+
# type: ManagedContentChannelRepresentation
|
|
3141
|
+
# body:
|
|
3142
|
+
# application/json:
|
|
3143
|
+
# type: ManagedContentChannelInputRepresentation
|
|
3144
|
+
# (oas-body-name): ManagedContentChannelInput
|
|
3128
3145
|
uriParameters:
|
|
3129
3146
|
channelId:
|
|
3130
3147
|
type: string
|
|
3131
3148
|
required: true
|
|
3132
3149
|
/schedules:
|
|
3133
|
-
|
|
3134
|
-
|
|
3135
|
-
|
|
3136
|
-
|
|
3137
|
-
|
|
3138
|
-
|
|
3139
|
-
|
|
3140
|
-
|
|
3141
|
-
|
|
3142
|
-
|
|
3143
|
-
|
|
3144
|
-
|
|
3150
|
+
# TODO: Hand rolled
|
|
3151
|
+
# post:
|
|
3152
|
+
# description: Create a schedule for a deployment
|
|
3153
|
+
# responses:
|
|
3154
|
+
# '200':
|
|
3155
|
+
# description: Success
|
|
3156
|
+
# body:
|
|
3157
|
+
# application/json:
|
|
3158
|
+
# type: ManagedContentDeploymentRepresentation
|
|
3159
|
+
# body:
|
|
3160
|
+
# application/json:
|
|
3161
|
+
# type: ManagedContentScheduleInputRepresentation
|
|
3162
|
+
# (oas-body-name): ScheduleInput
|
|
3145
3163
|
/schedules/{deploymentId}:
|
|
3146
|
-
|
|
3147
|
-
|
|
3148
|
-
|
|
3149
|
-
|
|
3150
|
-
|
|
3151
|
-
|
|
3152
|
-
|
|
3153
|
-
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
|
|
3158
|
-
|
|
3159
|
-
|
|
3160
|
-
|
|
3164
|
+
# TODO: Hand rolled
|
|
3165
|
+
# patch:
|
|
3166
|
+
# description: Patch schedule date or cancel the specified scheduled deployment
|
|
3167
|
+
# responses:
|
|
3168
|
+
# '200':
|
|
3169
|
+
# description: Success
|
|
3170
|
+
# body:
|
|
3171
|
+
# application/json:
|
|
3172
|
+
# type: ManagedContentDeploymentRepresentation
|
|
3173
|
+
# queryParameters:
|
|
3174
|
+
# isCancelled:
|
|
3175
|
+
# type: boolean
|
|
3176
|
+
# required: false
|
|
3177
|
+
# scheduleDate:
|
|
3178
|
+
# type: string
|
|
3179
|
+
# required: false
|
|
3161
3180
|
uriParameters:
|
|
3162
3181
|
deploymentId:
|
|
3163
3182
|
type: string
|
|
@@ -3649,18 +3668,19 @@ types:
|
|
|
3649
3668
|
/managed-content:
|
|
3650
3669
|
/content-spaces/{contentSpaceId}:
|
|
3651
3670
|
/content-versions:
|
|
3652
|
-
|
|
3653
|
-
|
|
3654
|
-
|
|
3655
|
-
|
|
3656
|
-
|
|
3657
|
-
|
|
3658
|
-
|
|
3659
|
-
|
|
3660
|
-
|
|
3661
|
-
|
|
3662
|
-
|
|
3663
|
-
|
|
3671
|
+
# TODO: Hand rolled
|
|
3672
|
+
# post:
|
|
3673
|
+
# description: Create a manage content version
|
|
3674
|
+
# responses:
|
|
3675
|
+
# '200':
|
|
3676
|
+
# description: Success
|
|
3677
|
+
# body:
|
|
3678
|
+
# application/json:
|
|
3679
|
+
# type: ManagedContentVersionInternalRepresentation
|
|
3680
|
+
# body:
|
|
3681
|
+
# application/json:
|
|
3682
|
+
# type: ManagedContentVersionInputRep
|
|
3683
|
+
# (oas-body-name): contentVersion
|
|
3664
3684
|
uriParameters:
|
|
3665
3685
|
contentSpaceId:
|
|
3666
3686
|
type: string
|
|
@@ -3678,18 +3698,19 @@ types:
|
|
|
3678
3698
|
language:
|
|
3679
3699
|
type: string
|
|
3680
3700
|
required: false
|
|
3681
|
-
|
|
3682
|
-
|
|
3683
|
-
|
|
3684
|
-
|
|
3685
|
-
|
|
3686
|
-
|
|
3687
|
-
|
|
3688
|
-
|
|
3689
|
-
|
|
3690
|
-
|
|
3691
|
-
|
|
3692
|
-
|
|
3701
|
+
# TODO: Hand rolled
|
|
3702
|
+
# patch:
|
|
3703
|
+
# description: Update a managed content version
|
|
3704
|
+
# responses:
|
|
3705
|
+
# '200':
|
|
3706
|
+
# description: Success
|
|
3707
|
+
# body:
|
|
3708
|
+
# application/json:
|
|
3709
|
+
# type: ManagedContentVersionInternalRepresentation
|
|
3710
|
+
# body:
|
|
3711
|
+
# application/json:
|
|
3712
|
+
# type: ManagedContentVersionInputRep
|
|
3713
|
+
# (oas-body-name): contentVersion
|
|
3693
3714
|
uriParameters:
|
|
3694
3715
|
contentSpaceId:
|
|
3695
3716
|
type: string
|
|
@@ -3731,18 +3752,19 @@ types:
|
|
|
3731
3752
|
body:
|
|
3732
3753
|
application/json:
|
|
3733
3754
|
type: ManagedContentSpaceMemberCollectionRepresentation
|
|
3734
|
-
|
|
3735
|
-
|
|
3736
|
-
|
|
3737
|
-
|
|
3738
|
-
|
|
3739
|
-
|
|
3740
|
-
|
|
3741
|
-
|
|
3742
|
-
|
|
3743
|
-
|
|
3744
|
-
|
|
3745
|
-
|
|
3755
|
+
# TODO: Hand rolled
|
|
3756
|
+
# post:
|
|
3757
|
+
# description: Add a member with a role to a content space
|
|
3758
|
+
# responses:
|
|
3759
|
+
# '200':
|
|
3760
|
+
# description: Success
|
|
3761
|
+
# body:
|
|
3762
|
+
# application/json:
|
|
3763
|
+
# type: ManagedContentSpaceMemberRepresentation
|
|
3764
|
+
# body:
|
|
3765
|
+
# application/json:
|
|
3766
|
+
# type: ManagedContentSpaceMemberInputRepresentation
|
|
3767
|
+
# (oas-body-name): member
|
|
3746
3768
|
uriParameters:
|
|
3747
3769
|
contentSpaceId:
|
|
3748
3770
|
type: string
|
|
@@ -3753,19 +3775,20 @@ types:
|
|
|
3753
3775
|
responses:
|
|
3754
3776
|
'200':
|
|
3755
3777
|
description: Success
|
|
3756
|
-
|
|
3757
|
-
|
|
3758
|
-
|
|
3759
|
-
|
|
3760
|
-
|
|
3761
|
-
|
|
3762
|
-
|
|
3763
|
-
|
|
3764
|
-
|
|
3765
|
-
|
|
3766
|
-
|
|
3767
|
-
|
|
3768
|
-
|
|
3778
|
+
# TODO: Hand rolled
|
|
3779
|
+
# patch:
|
|
3780
|
+
# description: Update the membership in a content space for a member with
|
|
3781
|
+
# a new role
|
|
3782
|
+
# responses:
|
|
3783
|
+
# '200':
|
|
3784
|
+
# description: Success
|
|
3785
|
+
# body:
|
|
3786
|
+
# application/json:
|
|
3787
|
+
# type: ManagedContentSpaceMemberRepresentation
|
|
3788
|
+
# body:
|
|
3789
|
+
# application/json:
|
|
3790
|
+
# type: ManagedContentSpaceMemberInputRepresentation
|
|
3791
|
+
# (oas-body-name): member
|
|
3769
3792
|
uriParameters:
|
|
3770
3793
|
contentSpaceId:
|
|
3771
3794
|
type: string
|
|
@@ -3806,15 +3829,16 @@ types:
|
|
|
3806
3829
|
- AuthoringRole
|
|
3807
3830
|
- SiteRole
|
|
3808
3831
|
/translation:
|
|
3809
|
-
|
|
3810
|
-
|
|
3811
|
-
|
|
3812
|
-
|
|
3813
|
-
|
|
3814
|
-
|
|
3815
|
-
|
|
3816
|
-
|
|
3817
|
-
|
|
3818
|
-
|
|
3819
|
-
|
|
3820
|
-
|
|
3832
|
+
# TODO: Hand rolled
|
|
3833
|
+
# post:
|
|
3834
|
+
# description: Create a translation job
|
|
3835
|
+
# responses:
|
|
3836
|
+
# '200':
|
|
3837
|
+
# description: Success
|
|
3838
|
+
# body:
|
|
3839
|
+
# application/json:
|
|
3840
|
+
# type: ManagedContentTranslationRepresentation
|
|
3841
|
+
# body:
|
|
3842
|
+
# application/json:
|
|
3843
|
+
# type: ManagedContentTranslationRequestInputRep
|
|
3844
|
+
# (oas-body-name): translationRequest
|