Hanzo
OpenapiO11y

Rewrites the caller's own organization record — display name, name, alias —…

Rewrites the caller's own organization record — display name, name, alias — always addressed as "me", never by id.

PUT /v1/o11y/orgs/me

Addresshttps://api.hanzo.ai/v1/o11y/orgs/me
MethodPUT
OperationUpdateMyOrganization
AuthAuthorization: Bearer $HANZO_API_KEY

Rewrites the caller's own organization record — display name, name, alias — always addressed as "me", never by id. Admin gate.

Request

7 fields, body application/json (required).

FieldInTypeRequiredDescription
aliasbodystringAlias is an alternate name the org also answers to.
createdAtbodystring (date-time)CreatedAt is when the org was created.
displayNamebodystringDisplayName is what the console shows for the org.
idbodystringID is the org id.
keybodyintegerKey is the org's stable numeric key, derived from its id.
namebodystringName is the org's short name.
updatedAtbodystring (date-time)UpdatedAt is when it last changed.

Response

StatusBodyMeaning
204no content

Failure carries the platform error shape — see Errors.

Examples

hanzo o11y orgs me replace

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page