Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 60 additions & 0 deletions config/_default/menus/api.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3722,6 +3722,66 @@ menu:
url: /api/latest/synthetics/
identifier: synthetics
generated: true
- name: 'Synthetics: edit a test suite'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- name: 'Synthetics: edit a test suite'
- name: 'Synthetics: Edit a test suite'

url: '#synthetics-edit-a-test-suite'
identifier: synthetics-synthetics-edit-a-test-suite
parent: synthetics
generated: true
params:
versions:
- v2
operationids:
- EditSyntheticsSuite
unstable: []
order: 35
- name: 'Synthetics: Get a suite'
url: '#synthetics-get-a-suite'
identifier: synthetics-synthetics-get-a-suite
parent: synthetics
generated: true
params:
versions:
- v2
operationids:
- GetSyntheticsSuite
unstable: []
order: 25
- name: Search Synthetics suites
url: '#search-synthetics-suites'
identifier: synthetics-search-synthetics-suites
parent: synthetics
generated: true
params:
versions:
- v2
operationids:
- SearchSuites
unstable: []
order: 20
- name: 'Synthetics: Bulk delete suites'
url: '#synthetics-bulk-delete-suites'
identifier: synthetics-synthetics-bulk-delete-suites
parent: synthetics
generated: true
params:
versions:
- v2
operationids:
- DeleteSyntheticsSuites
unstable: []
order: 40
- name: 'Synthetics: Create a test suite'
url: '#synthetics-create-a-test-suite'
identifier: synthetics-synthetics-create-a-test-suite
parent: synthetics
generated: true
params:
versions:
- v2
operationids:
- CreateSyntheticsSuite
unstable: []
order: 30
- name: Save new value for on-demand concurrency cap
url: '#save-new-value-for-on-demand-concurrency-cap'
identifier: synthetics-save-new-value-for-on-demand-concurrency-cap
Expand Down
128 changes: 80 additions & 48 deletions content/en/api/v2/dora-metrics/examples.json

Large diffs are not rendered by default.

338 changes: 338 additions & 0 deletions content/en/api/v2/synthetics/examples.json

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions content/en/api/v2/synthetics/request.CreateSyntheticsSuite.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"data": {
"attributes": {
"message": "Notification message",
"name": "Example suite name",
"options": {},
"tags": [
"env:production"
],
"tests": [],
"type": "suite"
},
"type": "suites"
}
}
7 changes: 7 additions & 0 deletions data/api/v2/CodeExamples.json
Original file line number Diff line number Diff line change
Expand Up @@ -1896,6 +1896,13 @@
"description": "Save new value for on-demand concurrency cap returns \"OK\" response"
}
],
"CreateSyntheticsSuite": [
{
"group": "synthetics",
"suffix": "",
"description": "Synthetics: Create a test suite returns \"OK\" response"
}
],
"AddTeamHierarchyLink": [
{
"group": "teams",
Expand Down
Loading
Loading