Skip to content

Commit 9296a64

Browse files
authored
Manually add request bodies to ref operations. (#1470)
1 parent b96ab85 commit 9296a64

17 files changed

+783
-0
lines changed

openApiDocs/beta/Applications.yml

Lines changed: 126 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,15 @@ paths:
623623
schema:
624624
type: string
625625
x-ms-docs-key-type: application
626+
requestBody:
627+
description: New navigation property ref value
628+
content:
629+
application/json:
630+
schema:
631+
type: object
632+
additionalProperties:
633+
type: object
634+
required: true
626635
responses:
627636
'204':
628637
description: Success
@@ -740,6 +749,15 @@ paths:
740749
schema:
741750
type: string
742751
x-ms-docs-key-type: application
752+
requestBody:
753+
description: New navigation property ref value
754+
content:
755+
application/json:
756+
schema:
757+
type: object
758+
additionalProperties:
759+
type: object
760+
required: true
743761
responses:
744762
'204':
745763
description: Success
@@ -2060,6 +2078,15 @@ paths:
20602078
schema:
20612079
type: string
20622080
x-ms-docs-key-type: application
2081+
requestBody:
2082+
description: New navigation property ref value
2083+
content:
2084+
application/json:
2085+
schema:
2086+
type: object
2087+
additionalProperties:
2088+
type: object
2089+
required: true
20632090
responses:
20642091
'204':
20652092
description: Success
@@ -4339,6 +4366,15 @@ paths:
43394366
schema:
43404367
type: string
43414368
x-ms-docs-key-type: application
4369+
requestBody:
4370+
description: New navigation property ref value
4371+
content:
4372+
application/json:
4373+
schema:
4374+
type: object
4375+
additionalProperties:
4376+
type: object
4377+
required: true
43424378
responses:
43434379
'204':
43444380
description: Success
@@ -4528,6 +4564,15 @@ paths:
45284564
schema:
45294565
type: string
45304566
x-ms-docs-key-type: application
4567+
requestBody:
4568+
description: New navigation property ref value
4569+
content:
4570+
application/json:
4571+
schema:
4572+
type: object
4573+
additionalProperties:
4574+
type: object
4575+
required: true
45314576
responses:
45324577
'204':
45334578
description: Success
@@ -6148,6 +6193,15 @@ paths:
61486193
schema:
61496194
type: string
61506195
x-ms-docs-key-type: onPremisesAgent
6196+
requestBody:
6197+
description: New navigation property ref value
6198+
content:
6199+
application/json:
6200+
schema:
6201+
type: object
6202+
additionalProperties:
6203+
type: object
6204+
required: true
61516205
responses:
61526206
'204':
61536207
description: Success
@@ -6701,6 +6755,15 @@ paths:
67016755
schema:
67026756
type: string
67036757
x-ms-docs-key-type: publishedResource
6758+
requestBody:
6759+
description: New navigation property ref value
6760+
content:
6761+
application/json:
6762+
schema:
6763+
type: object
6764+
additionalProperties:
6765+
type: object
6766+
required: true
67046767
responses:
67056768
'204':
67066769
description: Success
@@ -7150,6 +7213,15 @@ paths:
71507213
schema:
71517214
type: string
71527215
x-ms-docs-key-type: onPremisesAgent
7216+
requestBody:
7217+
description: New navigation property ref value
7218+
content:
7219+
application/json:
7220+
schema:
7221+
type: object
7222+
additionalProperties:
7223+
type: object
7224+
required: true
71537225
responses:
71547226
'204':
71557227
description: Success
@@ -8065,6 +8137,15 @@ paths:
80658137
schema:
80668138
type: string
80678139
x-ms-docs-key-type: connectorGroup
8140+
requestBody:
8141+
description: New navigation property ref value
8142+
content:
8143+
application/json:
8144+
schema:
8145+
type: object
8146+
additionalProperties:
8147+
type: object
8148+
required: true
80688149
responses:
80698150
'204':
80708151
description: Success
@@ -8515,6 +8596,15 @@ paths:
85158596
schema:
85168597
type: string
85178598
x-ms-docs-key-type: connector
8599+
requestBody:
8600+
description: New navigation property ref value
8601+
content:
8602+
application/json:
8603+
schema:
8604+
type: object
8605+
additionalProperties:
8606+
type: object
8607+
required: true
85188608
responses:
85198609
'204':
85208610
description: Success
@@ -8997,6 +9087,15 @@ paths:
89979087
schema:
89989088
type: string
89999089
x-ms-docs-key-type: publishedResource
9090+
requestBody:
9091+
description: New navigation property ref value
9092+
content:
9093+
application/json:
9094+
schema:
9095+
type: object
9096+
additionalProperties:
9097+
type: object
9098+
required: true
90009099
responses:
90019100
'204':
90029101
description: Success
@@ -10324,6 +10423,15 @@ paths:
1032410423
schema:
1032510424
type: string
1032610425
x-ms-docs-key-type: servicePrincipal
10426+
requestBody:
10427+
description: New navigation property ref value
10428+
content:
10429+
application/json:
10430+
schema:
10431+
type: object
10432+
additionalProperties:
10433+
type: object
10434+
required: true
1032710435
responses:
1032810436
'204':
1032910437
description: Success
@@ -11335,6 +11443,15 @@ paths:
1133511443
schema:
1133611444
type: string
1133711445
x-ms-docs-key-type: servicePrincipal
11446+
requestBody:
11447+
description: New navigation property ref value
11448+
content:
11449+
application/json:
11450+
schema:
11451+
type: object
11452+
additionalProperties:
11453+
type: object
11454+
required: true
1133811455
responses:
1133911456
'204':
1134011457
description: Success
@@ -12518,6 +12635,15 @@ paths:
1251812635
schema:
1251912636
type: string
1252012637
x-ms-docs-key-type: servicePrincipal
12638+
requestBody:
12639+
description: New navigation property ref value
12640+
content:
12641+
application/json:
12642+
schema:
12643+
type: object
12644+
additionalProperties:
12645+
type: object
12646+
required: true
1252112647
responses:
1252212648
'204':
1252312649
description: Success

openApiDocs/beta/CrossDeviceExperiences.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2024,6 +2024,15 @@ paths:
20242024
schema:
20252025
type: string
20262026
x-ms-docs-key-type: device
2027+
requestBody:
2028+
description: New navigation property ref value
2029+
content:
2030+
application/json:
2031+
schema:
2032+
type: object
2033+
additionalProperties:
2034+
type: object
2035+
required: true
20272036
responses:
20282037
'204':
20292038
description: Success

openApiDocs/beta/Devices.CloudPrint.yml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2340,6 +2340,15 @@ paths:
23402340
schema:
23412341
type: string
23422342
x-ms-docs-key-type: printerShare
2343+
requestBody:
2344+
description: New navigation property ref value
2345+
content:
2346+
application/json:
2347+
schema:
2348+
type: object
2349+
additionalProperties:
2350+
type: object
2351+
required: true
23432352
responses:
23442353
'204':
23452354
description: Success
@@ -3032,6 +3041,15 @@ paths:
30323041
schema:
30333042
type: string
30343043
x-ms-docs-key-type: printerShare
3044+
requestBody:
3045+
description: New navigation property ref value
3046+
content:
3047+
application/json:
3048+
schema:
3049+
type: object
3050+
additionalProperties:
3051+
type: object
3052+
required: true
30353053
responses:
30363054
'204':
30373055
description: Success
@@ -11015,6 +11033,15 @@ paths:
1101511033
schema:
1101611034
type: string
1101711035
x-ms-docs-key-type: printerShare
11036+
requestBody:
11037+
description: New navigation property ref value
11038+
content:
11039+
application/json:
11040+
schema:
11041+
type: object
11042+
additionalProperties:
11043+
type: object
11044+
required: true
1101811045
responses:
1101911046
'204':
1102011047
description: Success
@@ -11707,6 +11734,15 @@ paths:
1170711734
schema:
1170811735
type: string
1170911736
x-ms-docs-key-type: printerShare
11737+
requestBody:
11738+
description: New navigation property ref value
11739+
content:
11740+
application/json:
11741+
schema:
11742+
type: object
11743+
additionalProperties:
11744+
type: object
11745+
required: true
1171011746
responses:
1171111747
'204':
1171211748
description: Success

0 commit comments

Comments
 (0)