Skip to main content
Updates an existing link between an Aether project and a Sentry project.

Authentication

Requires a valid Bearer token. Requires an active Sentry connection.

Path Parameters

Link ID (UUID).

Request Body

sentry_project_id
string
New Sentry project ID to link to.
{
  "sentry_project_id": "789012"
}

Response

Returns the updated link object.
{
  "id": "e5f6a7b8-9012-34ab-cdef-567890123def",
  "project_id": "a1b2c3d4-5678-90ab-cdef-1234567890ab",
  "sentry_project_id": "789012",
  "sentry_project_slug": "other-app",
  "created_at": "2025-01-15T10:30:00Z"
}

Errors

StatusDescription
400Bad Request — invalid parameters
401Unauthorized — missing or invalid token
403Forbidden — no Sentry connection
404Not Found — link does not exist