Hanzo
OpenapiO11y

Pins a dashboard for the calling user.

Pins a dashboard for the calling user. A user can pin at most ten dashboards; pinning at the limit refuses with the runtime's conflict.

PUT /v1/o11y/users/me/dashboards/{id}/pins

Addresshttps://api.hanzo.ai/v1/o11y/users/me/dashboards/{id}/pins
MethodPUT
OperationPinDashboardV2
AuthAuthorization: Bearer $HANZO_API_KEY

Pins a dashboard for the calling user. A user can pin at most ten dashboards; pinning at the limit refuses with the runtime's conflict. Re-pinning an already-pinned dashboard is a no-op success. Pinning mutates only the caller's pin list, not the dashboard, so a viewer may pin what a viewer may read.

Callers need the viewer role; the runtime's own gate enforces it.

Request

1 field.

FieldInTypeRequiredDescription
idpathstringyesID is the resource id from the path.

Response

StatusBodyMeaning
204no content

Failure carries the platform error shape — see Errors.

Examples

hanzo o11y users me dashboards pins replace <id>

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page