V2 Integrator API
Patch Portfolio
Updates the authenticated tenant’s portfolio metadata by ID.
PATCH
Updates metadata for a portfolio owned by the authenticated tenant. Today onlyDocumentation Index
Fetch the complete documentation index at: https://docs.glider.fi/llms.txt
Use this file to discover all available pages before exploring further.
portfolioName is mutable.
- Auth:
x-api-keyheader (required) - Scope:
portfolios:write
null to clear it, or send a string to set it. Empty body {} is a 200 no-op.
Unknown keys return 400.
portfolioName is trimmed server-side. Names may be up to 64 characters and may
include Unicode letters, digits, spaces, and - _ . ' : ( ) & /.
Portfolio identifier returned by
POST /v2/enroll or GET /v2/portfolios.400when the body is invalid401whenx-api-keyheader is missing or the key is invalid403when the API key lacks theportfolios:writescope404when the portfolio does not exist or does not belong to the tenant500on unexpected server errors