File tree 1 file changed +78
-2
lines changed
1 file changed +78
-2
lines changed Original file line number Diff line number Diff line change 106
106
],
107
107
"responses" : {
108
108
"201" : {
109
- "description" : " Created" ,
109
+ "description" : " Created" ,
110
110
"schema" : {
111
111
"type" : " object"
112
112
}
231
231
],
232
232
"responses" : {
233
233
"201" : {
234
- "description" : " Created" ,
234
+ "description" : " Created" ,
235
235
"schema" : {
236
236
"type" : " object"
237
237
}
358
358
}
359
359
}
360
360
},
361
+ "patch" : {
362
+ "operationId" : " patchClusterCustomObject" ,
363
+ "description" : " patch the specified cluster scoped custom object" ,
364
+ "consumes" : [
365
+ " application/merge-patch+json"
366
+ ],
367
+ "produces" : [
368
+ " application/json"
369
+ ],
370
+ "schemes" : [
371
+ " https"
372
+ ],
373
+ "tags" : [
374
+ " custom_objects"
375
+ ],
376
+ "parameters" : [
377
+ {
378
+ "name" : " body" ,
379
+ "in" : " body" ,
380
+ "required" : true ,
381
+ "description" : " The JSON schema of the Resource to patch." ,
382
+ "schema" : {
383
+ "type" : " object"
384
+ }
385
+ }
386
+ ],
387
+ "responses" : {
388
+ "200" : {
389
+ "description" : " OK" ,
390
+ "schema" : {
391
+ "type" : " object"
392
+ }
393
+ },
394
+ "401" : {
395
+ "description" : " Unauthorized"
396
+ }
397
+ }
398
+ },
361
399
"put" : {
362
400
"operationId" : " replaceClusterCustomObject" ,
363
401
"description" : " replace the specified cluster scoped custom object" ,
520
558
}
521
559
}
522
560
},
561
+ "patch" : {
562
+ "operationId" : " patchNamespacedCustomObject" ,
563
+ "description" : " patch the specified namespace scoped custom object" ,
564
+ "consumes" : [
565
+ " application/merge-patch+json"
566
+ ],
567
+ "produces" : [
568
+ " application/json"
569
+ ],
570
+ "schemes" : [
571
+ " https"
572
+ ],
573
+ "tags" : [
574
+ " custom_objects"
575
+ ],
576
+ "parameters" : [
577
+ {
578
+ "name" : " body" ,
579
+ "in" : " body" ,
580
+ "required" : true ,
581
+ "description" : " The JSON schema of the Resource to patch." ,
582
+ "schema" : {
583
+ "type" : " object"
584
+ }
585
+ }
586
+ ],
587
+ "responses" : {
588
+ "200" : {
589
+ "description" : " OK" ,
590
+ "schema" : {
591
+ "type" : " object"
592
+ }
593
+ },
594
+ "401" : {
595
+ "description" : " Unauthorized"
596
+ }
597
+ }
598
+ },
523
599
"put" : {
524
600
"operationId" : " replaceNamespacedCustomObject" ,
525
601
"description" : " replace the specified namespace scoped custom object" ,
You can’t perform that action at this time.
0 commit comments