|
84 | 84 | } |
85 | 85 | }, |
86 | 86 | "schemas": { |
87 | | - "patch-folder-telemetry-linkPayload": { |
88 | | - "allOf": [ |
89 | | - { |
90 | | - "$ref": "#/components/schemas/telemetryLinkRequest" |
91 | | - } |
92 | | - ] |
93 | | - }, |
94 | | - "patch-organization-telemetry-linkPayload": { |
95 | | - "allOf": [ |
96 | | - { |
97 | | - "$ref": "#/components/schemas/telemetryLinkRequest" |
98 | | - } |
99 | | - ] |
100 | | - }, |
101 | | - "patch-project-telemetry-linkPayload": { |
102 | | - "allOf": [ |
103 | | - { |
104 | | - "$ref": "#/components/schemas/telemetryLinkRequest" |
105 | | - } |
106 | | - ] |
107 | | - }, |
108 | | - "put-folder-telemetry-linkPayload": { |
| 87 | + "create-or-update-folder-telemetry-linkPayload": { |
109 | 88 | "allOf": [ |
110 | 89 | { |
111 | 90 | "required": [ |
|
121 | 100 | } |
122 | 101 | ] |
123 | 102 | }, |
124 | | - "put-organization-telemetry-linkPayload": { |
| 103 | + "create-or-update-organization-telemetry-linkPayload": { |
125 | 104 | "allOf": [ |
126 | 105 | { |
127 | 106 | "required": [ |
|
137 | 116 | } |
138 | 117 | ] |
139 | 118 | }, |
140 | | - "put-project-telemetry-linkPayload": { |
| 119 | + "create-or-update-project-telemetry-linkPayload": { |
141 | 120 | "allOf": [ |
142 | 121 | { |
143 | 122 | "required": [ |
|
153 | 132 | } |
154 | 133 | ] |
155 | 134 | }, |
| 135 | + "partial-update-folder-telemetry-linkPayload": { |
| 136 | + "allOf": [ |
| 137 | + { |
| 138 | + "$ref": "#/components/schemas/telemetryLinkRequest" |
| 139 | + } |
| 140 | + ] |
| 141 | + }, |
| 142 | + "partial-update-organization-telemetry-linkPayload": { |
| 143 | + "allOf": [ |
| 144 | + { |
| 145 | + "$ref": "#/components/schemas/telemetryLinkRequest" |
| 146 | + } |
| 147 | + ] |
| 148 | + }, |
| 149 | + "partial-update-project-telemetry-linkPayload": { |
| 150 | + "allOf": [ |
| 151 | + { |
| 152 | + "$ref": "#/components/schemas/telemetryLinkRequest" |
| 153 | + } |
| 154 | + ] |
| 155 | + }, |
156 | 156 | "response4xx": { |
157 | 157 | "properties": { |
158 | 158 | "message": { |
|
351 | 351 | ], |
352 | 352 | "patch": { |
353 | 353 | "description": "Patches the given Telemetry Link within the folder.", |
354 | | - "operationId": "patch-folder-telemetry-link", |
| 354 | + "operationId": "partial-update-folder-telemetry-link", |
355 | 355 | "requestBody": { |
356 | 356 | "content": { |
357 | 357 | "application/json": { |
358 | 358 | "schema": { |
359 | | - "$ref": "#/components/schemas/patch-folder-telemetry-linkPayload" |
| 359 | + "$ref": "#/components/schemas/partial-update-folder-telemetry-linkPayload" |
360 | 360 | } |
361 | 361 | } |
362 | 362 | }, |
|
400 | 400 | }, |
401 | 401 | "put": { |
402 | 402 | "description": "Creates or updates the given Telemetry Link within the folder.", |
403 | | - "operationId": "put-folder-telemetry-link", |
| 403 | + "operationId": "create-or-update-folder-telemetry-link", |
404 | 404 | "requestBody": { |
405 | 405 | "content": { |
406 | 406 | "application/json": { |
407 | 407 | "schema": { |
408 | | - "$ref": "#/components/schemas/put-folder-telemetry-linkPayload" |
| 408 | + "$ref": "#/components/schemas/create-or-update-folder-telemetry-linkPayload" |
409 | 409 | } |
410 | 410 | } |
411 | 411 | }, |
|
537 | 537 | ], |
538 | 538 | "patch": { |
539 | 539 | "description": "Patches the given Telemetry Link within the organization.", |
540 | | - "operationId": "patch-organization-telemetry-link", |
| 540 | + "operationId": "partial-update-organization-telemetry-link", |
541 | 541 | "requestBody": { |
542 | 542 | "content": { |
543 | 543 | "application/json": { |
544 | 544 | "schema": { |
545 | | - "$ref": "#/components/schemas/patch-organization-telemetry-linkPayload" |
| 545 | + "$ref": "#/components/schemas/partial-update-organization-telemetry-linkPayload" |
546 | 546 | } |
547 | 547 | } |
548 | 548 | }, |
|
586 | 586 | }, |
587 | 587 | "put": { |
588 | 588 | "description": "Creates or updates the given Telemetry Link within the organization.", |
589 | | - "operationId": "put-organization-telemetry-link", |
| 589 | + "operationId": "create-or-update-organization-telemetry-link", |
590 | 590 | "requestBody": { |
591 | 591 | "content": { |
592 | 592 | "application/json": { |
593 | 593 | "schema": { |
594 | | - "$ref": "#/components/schemas/put-organization-telemetry-linkPayload" |
| 594 | + "$ref": "#/components/schemas/create-or-update-organization-telemetry-linkPayload" |
595 | 595 | } |
596 | 596 | } |
597 | 597 | }, |
|
723 | 723 | ], |
724 | 724 | "patch": { |
725 | 725 | "description": "Patches the given Telemetry Link within the project.", |
726 | | - "operationId": "patch-project-telemetry-link", |
| 726 | + "operationId": "partial-update-project-telemetry-link", |
727 | 727 | "requestBody": { |
728 | 728 | "content": { |
729 | 729 | "application/json": { |
730 | 730 | "schema": { |
731 | | - "$ref": "#/components/schemas/patch-project-telemetry-linkPayload" |
| 731 | + "$ref": "#/components/schemas/partial-update-project-telemetry-linkPayload" |
732 | 732 | } |
733 | 733 | } |
734 | 734 | }, |
|
772 | 772 | }, |
773 | 773 | "put": { |
774 | 774 | "description": "Creates or updates the given Telemetry Link within the project.", |
775 | | - "operationId": "put-project-telemetry-link", |
| 775 | + "operationId": "create-or-update-project-telemetry-link", |
776 | 776 | "requestBody": { |
777 | 777 | "content": { |
778 | 778 | "application/json": { |
779 | 779 | "schema": { |
780 | | - "$ref": "#/components/schemas/put-project-telemetry-linkPayload" |
| 780 | + "$ref": "#/components/schemas/create-or-update-project-telemetry-linkPayload" |
781 | 781 | } |
782 | 782 | } |
783 | 783 | }, |
|
0 commit comments