@@ -28368,6 +28368,9 @@ paths:
2836828368 required: true
2836928369 schema:
2837028370 type: string
28371+ responses:
28372+ '200':
28373+ description: OK
2837128374 summary: Delete a monitor
2837228375 tags:
2837328376 - synthetics
@@ -28532,6 +28535,9 @@ paths:
2853228535 - $ref: '#/components/schemas/Synthetics_tcpMonitorFields'
2853328536 type: object
2853428537 required: true
28538+ responses:
28539+ '200':
28540+ description: OK
2853528541 summary: Update a monitor
2853628542 tags:
2853728543 - synthetics
@@ -28693,11 +28699,11 @@ paths:
2869328699 tags:
2869428700 - synthetics
2869528701 /api/synthetics/params/_bulk_delete:
28696- delete :
28702+ post :
2869728703 description: |
2869828704 **Spaces method and path for this operation:**
2869928705
28700- <div><span class="operation-verb delete">delete </span> <span class="operation-path">/s/{space_id}/api/synthetics/params/_bulk_delete</span></div>
28706+ <div><span class="operation-verb post">post </span> <span class="operation-path">/s/{space_id}/api/synthetics/params/_bulk_delete</span></div>
2870128707
2870228708 Refer to [Spaces](https://www.elastic.co/docs/deploy-manage/manage-spaces) for more information.
2870328709
@@ -28771,6 +28777,9 @@ paths:
2877128777 required: true
2877228778 schema:
2877328779 type: string
28780+ responses:
28781+ '200':
28782+ description: OK
2877428783 summary: Delete a parameter
2877528784 tags:
2877628785 - synthetics
@@ -29057,6 +29066,9 @@ paths:
2905729066 maxLength: 1024
2905829067 minLength: 1
2905929068 type: string
29069+ responses:
29070+ '200':
29071+ description: OK
2906029072 summary: Delete a private location
2906129073 tags:
2906229074 - synthetics
@@ -56153,6 +56165,8 @@ components:
5615356165 type: string
5615456166 synthetics_args:
5615556167 description: Synthetics agent CLI arguments.
56168+ items:
56169+ type: string
5615656170 type: array
5615756171 type:
5615856172 description: The monitor type.
@@ -56312,7 +56326,7 @@ components:
5631256326 Synthetics_httpMonitorFields:
5631356327 allOf:
5631456328 - $ref: '#/components/schemas/Synthetics_commonMonitorFields'
56315- - additionalproperties : true
56329+ - additionalProperties : true
5631656330 type: object
5631756331 properties:
5631856332 check:
0 commit comments