Patches the strategy’s mutable display + discovery metadata.
Patches the strategy’s display metadata — name, description, visibility. Doesn’t change the allocation, schedule, or preferences (each has its own endpoint).Documentation Index
Fetch the complete documentation index at: https://docs.glider.fi/llms.txt
Use this file to discover all available pages before exploring further.
x-api-key header (required)strategies:write| Field | Type | Nullable | Notes |
|---|---|---|---|
name | string (1–256) | no | Display name. Cannot be cleared. |
description | string (≤2000) | yes | Send null to clear. |
isPublic | boolean | no | Discoverability flag. |
POST /v2/strategies body — anything you
can set at create, you can patch here.
null — clear (only on nullable fields above).{} is a 200 no-op. Body is strict; unknown keys return 400.
POST /v2/strategies/{strategyId}/versionsPUT /v2/strategies/{strategyId}/schedulePATCH /v2/strategies/{strategyId}/preferences404 — strategies you don’t own are not exposed.
Strategy shape (same as GET /v2/strategies/{strategyId}).