@@ -668,10 +668,7 @@ paths:
668
668
- Documents.RevisionDto
669
669
summary : Create new navigation property ref to Revisions for Documents
670
670
operationId : Documents.CreateRefRevisions
671
- consumes :
672
- - application/json
673
- produces :
674
- - application/json
671
+ consumes : [ ]
675
672
parameters :
676
673
- in : path
677
674
name : Id
@@ -684,17 +681,10 @@ paths:
684
681
x-ms-docs-key-type : DocumentDto
685
682
- in : body
686
683
name : body
687
- description : New navigation property ref value
688
- required : true
689
- schema :
690
- type : object
691
- additionalProperties :
692
- type : object
684
+ schema : { }
693
685
responses :
694
- ' 201 ' :
695
- description : Created navigation property link.
696
- schema :
697
- type : object
686
+ ' 204 ' :
687
+ description : Success
698
688
default :
699
689
$ref : ' #/responses/error'
700
690
x-ms-docs-operation-type : operation
@@ -1428,10 +1418,7 @@ paths:
1428
1418
- Libraries.DocumentDto
1429
1419
summary : Create new navigation property ref to Documents for Libraries
1430
1420
operationId : Libraries.CreateRefDocuments
1431
- consumes :
1432
- - application/json
1433
- produces :
1434
- - application/json
1421
+ consumes : [ ]
1435
1422
parameters :
1436
1423
- in : path
1437
1424
name : Id
@@ -1444,17 +1431,10 @@ paths:
1444
1431
x-ms-docs-key-type : LibraryDto
1445
1432
- in : body
1446
1433
name : body
1447
- description : New navigation property ref value
1448
- required : true
1449
- schema :
1450
- type : object
1451
- additionalProperties :
1452
- type : object
1434
+ schema : { }
1453
1435
responses :
1454
- ' 201 ' :
1455
- description : Created navigation property link.
1456
- schema :
1457
- type : object
1436
+ ' 204 ' :
1437
+ description : Success
1458
1438
default :
1459
1439
$ref : ' #/responses/error'
1460
1440
x-ms-docs-operation-type : operation
@@ -2660,10 +2640,7 @@ paths:
2660
2640
- Tasks.RevisionDto
2661
2641
summary : Create new navigation property ref to Revisions for Tasks
2662
2642
operationId : Tasks.CreateRefRevisions
2663
- consumes :
2664
- - application/json
2665
- produces :
2666
- - application/json
2643
+ consumes : [ ]
2667
2644
parameters :
2668
2645
- in : path
2669
2646
name : Id
@@ -2676,17 +2653,10 @@ paths:
2676
2653
x-ms-docs-key-type : DocumentDto
2677
2654
- in : body
2678
2655
name : body
2679
- description : New navigation property ref value
2680
- required : true
2681
- schema :
2682
- type : object
2683
- additionalProperties :
2684
- type : object
2656
+ schema : { }
2685
2657
responses :
2686
- ' 201 ' :
2687
- description : Created navigation property link.
2688
- schema :
2689
- type : object
2658
+ ' 204 ' :
2659
+ description : Success
2690
2660
default :
2691
2661
$ref : ' #/responses/error'
2692
2662
x-ms-docs-operation-type : operation
@@ -4294,6 +4264,13 @@ definitions:
4294
4264
type : string
4295
4265
' @odata.type ' :
4296
4266
type : string
4267
+ refBody :
4268
+ type : object
4269
+ properties :
4270
+ ' @odata.id ' :
4271
+ type : string
4272
+ additionalProperties :
4273
+ type : object
4297
4274
parameters :
4298
4275
top :
4299
4276
in : query
0 commit comments