Update a profile
Updates an existing catalog configuration profile owned by the calling client.
Authorizations
Authorization header using the Bearer scheme. Example: "Authorization: Bearer {Value}"
Path Parameters
The identifier of the profile to update.
Body
Update profile request
200Catalog configuration for a profile. By default all integrations show; the fields below curate the catalog. integrationWhiteList cannot be combined with excludeIntegrationCategories or excludeIntegrations.
Reserved. Profile-level funding token whitelist is not yet supported; this field is ignored on write and the response reflects the parent client's funding token whitelist. Tracked under PRG-2682.
100Response
Profile updated
ok, serverFailure, permissionDenied, badRequest, notFound, conflict, tooManyRequest, locked, unavailableForLegalReasons A message generated by the API
User-friendly display message that can be presented to the end user
An error grouping hash from string components and caller information. Used by bugsnag on FE for correct error grouping
Opaque team code for error routing. Resolved from exception origin or caller file path via CODEOWNERS. Format: 2-character code (e.g., "7K", "M2"). Use for alerting/routing, not display.
Strictly-typed error type that is explaining the reason of an unsuccessful status of the operation. All possible error types are available in the documentation.