update-synthetics-test
Update an existing Synthetics API test by specifying its public ID and changing parameters like name, URL, method, locations, status, assertions, or tags.
Instructions
Update an existing Synthetics API test
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| publicId | Yes | Test public ID to update. Example: abc-def-ghi | |
| name | No | New test name | |
| url | No | New URL to test | |
| method | No | New HTTP method | |
| locations | No | New test locations | |
| message | No | New notification message | |
| tags | No | New tags | |
| status | No | New test status | |
| assertions | No | New assertions |