File tree Expand file tree Collapse file tree 3 files changed +21
-51
lines changed Expand file tree Collapse file tree 3 files changed +21
-51
lines changed Original file line number Diff line number Diff line change @@ -476,7 +476,7 @@ paths:
476
476
patch:
477
477
operationId: updateFoxxConfiguration
478
478
description: |
479
- Replaces the given service's configuration.
479
+ Replaces the given service's configuration partially .
480
480
481
481
Returns an object mapping all configuration option names to their new values.
482
482
parameters:
@@ -499,15 +499,10 @@ paths:
499
499
content:
500
500
application/json:
501
501
schema:
502
+ description: |
503
+ A JSON object, mapping configuration option names to their new values.
504
+ Any omitted options will be ignored.
502
505
type: object
503
- required:
504
- - options
505
- properties:
506
- options:
507
- description: |
508
- A JSON object mapping configuration option names to their new values.
509
- Any omitted options will be ignored.
510
- type: object
511
506
responses:
512
507
'200':
513
508
description: |
@@ -547,15 +542,10 @@ paths:
547
542
content:
548
543
application/json:
549
544
schema:
545
+ description: |
546
+ A JSON object, mapping configuration option names to their new values.
547
+ Any omitted options will be reset to their default values or marked as unconfigured.
550
548
type: object
551
- required:
552
- - options
553
- properties:
554
- options:
555
- description: |
556
- A JSON object mapping configuration option names to their new values.
557
- Any omitted options will be reset to their default values or marked as unconfigured.
558
- type: object
559
549
responses:
560
550
'200':
561
551
description: |
Original file line number Diff line number Diff line change @@ -476,7 +476,7 @@ paths:
476
476
patch:
477
477
operationId: updateFoxxConfiguration
478
478
description: |
479
- Replaces the given service's configuration.
479
+ Replaces the given service's configuration partially .
480
480
481
481
Returns an object mapping all configuration option names to their new values.
482
482
parameters:
@@ -499,15 +499,10 @@ paths:
499
499
content:
500
500
application/json:
501
501
schema:
502
+ description: |
503
+ A JSON object, mapping configuration option names to their new values.
504
+ Any omitted options will be ignored.
502
505
type: object
503
- required:
504
- - options
505
- properties:
506
- options:
507
- description: |
508
- A JSON object mapping configuration option names to their new values.
509
- Any omitted options will be ignored.
510
- type: object
511
506
responses:
512
507
'200':
513
508
description: |
@@ -547,15 +542,10 @@ paths:
547
542
content:
548
543
application/json:
549
544
schema:
545
+ description: |
546
+ A JSON object, mapping configuration option names to their new values.
547
+ Any omitted options will be reset to their default values or marked as unconfigured.
550
548
type: object
551
- required:
552
- - options
553
- properties:
554
- options:
555
- description: |
556
- A JSON object mapping configuration option names to their new values.
557
- Any omitted options will be reset to their default values or marked as unconfigured.
558
- type: object
559
549
responses:
560
550
'200':
561
551
description: |
Original file line number Diff line number Diff line change @@ -476,7 +476,7 @@ paths:
476
476
patch:
477
477
operationId: updateFoxxConfiguration
478
478
description: |
479
- Replaces the given service's configuration.
479
+ Replaces the given service's configuration partially .
480
480
481
481
Returns an object mapping all configuration option names to their new values.
482
482
parameters:
@@ -499,15 +499,10 @@ paths:
499
499
content:
500
500
application/json:
501
501
schema:
502
+ description: |
503
+ A JSON object, mapping configuration option names to their new values.
504
+ Any omitted options will be ignored.
502
505
type: object
503
- required:
504
- - options
505
- properties:
506
- options:
507
- description: |
508
- A JSON object mapping configuration option names to their new values.
509
- Any omitted options will be ignored.
510
- type: object
511
506
responses:
512
507
'200':
513
508
description: |
@@ -547,15 +542,10 @@ paths:
547
542
content:
548
543
application/json:
549
544
schema:
545
+ description: |
546
+ A JSON object, mapping configuration option names to their new values.
547
+ Any omitted options will be reset to their default values or marked as unconfigured.
550
548
type: object
551
- required:
552
- - options
553
- properties:
554
- options:
555
- description: |
556
- A JSON object mapping configuration option names to their new values.
557
- Any omitted options will be reset to their default values or marked as unconfigured.
558
- type: object
559
549
responses:
560
550
'200':
561
551
description: |
You can’t perform that action at this time.
0 commit comments