v1

latestOpenAPI 3.0.3Apache 2.02026-07-142201861.5 MB
Projects

Update a Project's Symbol Source

Update a custom symbol source in a project.

put/api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/symbol-sources/

Path parameters

organization_id_or_slugstring required

The ID or slug of the organization the resource belongs to.

project_id_or_slugstring required

The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.

Query parameters

idstring required

The ID of the source to update.

Request body

type'http' | 'gcs' | 's3' required

The type of the source.

  • http - SymbolServer (HTTP)
  • gcs - Google Cloud Storage
  • s3 - Amazon S3
namestring required

The human-readable name of the source.

idstring

The internal ID of the source. Must be distinct from all other source IDs and cannot start with 'sentry:'. If this is not provided, a new UUID will be generated.

urlstring

The source's URL. Optional for HTTP sources, invalid for all others.

usernamestring

The user name for accessing the source. Optional for HTTP sources, invalid for all others.

passwordstring

The password for accessing the source. Optional for HTTP sources, invalid for all others.

bucketstring

The GCS or S3 bucket where the source resides. Required for GCS and S3 source, invalid for HTTP sources.

region'us-east-2' | 'us-east-1' | 'us-west-1' | 'us-west-2' | 'ap-east-1' | 'ap-south-1' | 'ap-northeast-2' | 'ap-southeast-1' | 'ap-southeast-2' | 'ap-northeast-1' | 'ca-central-1' | 'cn-north-1' | 'cn-northwest-1' | 'eu-central-1' | 'eu-west-1' | 'eu-west-2' | 'eu-west-3' | 'eu-north-1' | 'sa-east-1' | 'us-gov-east-1' | 'us-gov-west-1'

The source's S3 region. Required for S3 sources, invalid for all others.

  • us-east-2 - US East (Ohio)
  • us-east-1 - US East (N. Virginia)
  • us-west-1 - US West (N. California)
  • us-west-2 - US West (Oregon)
  • ap-east-1 - Asia Pacific (Hong Kong)
  • ap-south-1 - Asia Pacific (Mumbai)
  • ap-northeast-2 - Asia Pacific (Seoul)
  • ap-southeast-1 - Asia Pacific (Singapore)
  • ap-southeast-2 - Asia Pacific (Sydney)
  • ap-northeast-1 - Asia Pacific (Tokyo)
  • ca-central-1 - Canada (Central)
  • cn-north-1 - China (Beijing)
  • cn-northwest-1 - China (Ningxia)
  • eu-central-1 - EU (Frankfurt)
  • eu-west-1 - EU (Ireland)
  • eu-west-2 - EU (London)
  • eu-west-3 - EU (Paris)
  • eu-north-1 - EU (Stockholm)
  • sa-east-1 - South America (São Paulo)
  • us-gov-east-1 - AWS GovCloud (US-East)
  • us-gov-west-1 - AWS GovCloud (US)
access_keystring

The AWS Access Key.Required for S3 sources, invalid for all others.

secret_keystring

The AWS Secret Access Key.Required for S3 sources, invalid for all others.

prefixstring

The GCS or S3 prefix. Optional for GCS and S3 sourcse, invalid for HTTP.

client_emailstring

The GCS email address for authentication. Required for GCS sources, invalid for all others.

private_keystring

The GCS private key. Required for GCS sources if not using impersonated tokens. Invalid for all others.

Response

OR
OR
OR