Skip to content

Commit 496f7c0

Browse files
OAS Update
1 parent 2215407 commit 496f7c0

1 file changed

Lines changed: 36 additions & 36 deletions

File tree

services/telemetry-link/v1beta/telemetry-link.json

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -84,28 +84,7 @@
8484
}
8585
},
8686
"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": {
10988
"allOf": [
11089
{
11190
"required": [
@@ -121,7 +100,7 @@
121100
}
122101
]
123102
},
124-
"put-organization-telemetry-linkPayload": {
103+
"create-or-update-organization-telemetry-linkPayload": {
125104
"allOf": [
126105
{
127106
"required": [
@@ -137,7 +116,7 @@
137116
}
138117
]
139118
},
140-
"put-project-telemetry-linkPayload": {
119+
"create-or-update-project-telemetry-linkPayload": {
141120
"allOf": [
142121
{
143122
"required": [
@@ -153,6 +132,27 @@
153132
}
154133
]
155134
},
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+
},
156156
"response4xx": {
157157
"properties": {
158158
"message": {
@@ -351,12 +351,12 @@
351351
],
352352
"patch": {
353353
"description": "Patches the given Telemetry Link within the folder.",
354-
"operationId": "patch-folder-telemetry-link",
354+
"operationId": "partial-update-folder-telemetry-link",
355355
"requestBody": {
356356
"content": {
357357
"application/json": {
358358
"schema": {
359-
"$ref": "#/components/schemas/patch-folder-telemetry-linkPayload"
359+
"$ref": "#/components/schemas/partial-update-folder-telemetry-linkPayload"
360360
}
361361
}
362362
},
@@ -400,12 +400,12 @@
400400
},
401401
"put": {
402402
"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",
404404
"requestBody": {
405405
"content": {
406406
"application/json": {
407407
"schema": {
408-
"$ref": "#/components/schemas/put-folder-telemetry-linkPayload"
408+
"$ref": "#/components/schemas/create-or-update-folder-telemetry-linkPayload"
409409
}
410410
}
411411
},
@@ -537,12 +537,12 @@
537537
],
538538
"patch": {
539539
"description": "Patches the given Telemetry Link within the organization.",
540-
"operationId": "patch-organization-telemetry-link",
540+
"operationId": "partial-update-organization-telemetry-link",
541541
"requestBody": {
542542
"content": {
543543
"application/json": {
544544
"schema": {
545-
"$ref": "#/components/schemas/patch-organization-telemetry-linkPayload"
545+
"$ref": "#/components/schemas/partial-update-organization-telemetry-linkPayload"
546546
}
547547
}
548548
},
@@ -586,12 +586,12 @@
586586
},
587587
"put": {
588588
"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",
590590
"requestBody": {
591591
"content": {
592592
"application/json": {
593593
"schema": {
594-
"$ref": "#/components/schemas/put-organization-telemetry-linkPayload"
594+
"$ref": "#/components/schemas/create-or-update-organization-telemetry-linkPayload"
595595
}
596596
}
597597
},
@@ -723,12 +723,12 @@
723723
],
724724
"patch": {
725725
"description": "Patches the given Telemetry Link within the project.",
726-
"operationId": "patch-project-telemetry-link",
726+
"operationId": "partial-update-project-telemetry-link",
727727
"requestBody": {
728728
"content": {
729729
"application/json": {
730730
"schema": {
731-
"$ref": "#/components/schemas/patch-project-telemetry-linkPayload"
731+
"$ref": "#/components/schemas/partial-update-project-telemetry-linkPayload"
732732
}
733733
}
734734
},
@@ -772,12 +772,12 @@
772772
},
773773
"put": {
774774
"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",
776776
"requestBody": {
777777
"content": {
778778
"application/json": {
779779
"schema": {
780-
"$ref": "#/components/schemas/put-project-telemetry-linkPayload"
780+
"$ref": "#/components/schemas/create-or-update-project-telemetry-linkPayload"
781781
}
782782
}
783783
},

0 commit comments

Comments
 (0)