Updates an existing link between an Aether project and a Sentry project.Documentation Index
Fetch the complete documentation index at: https://docs.runaether.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Requires a valid Bearer token. Requires an active Sentry connection.Path Parameters
Link ID (UUID).
Request Body
New Sentry project ID to link to.
Response
Returns the updated link object.Errors
| Status | Description |
|---|---|
400 | Bad Request — invalid parameters |
401 | Unauthorized — missing or invalid token |
403 | Forbidden — no Sentry connection |
404 | Not Found — link does not exist |