Hanzo
OpenapiO11y

Replaces the calling user's password, refusing when the old one does not match.

Replaces the calling user's password, refusing when the old one does not match.

PUT /v1/o11y/users/me/factor_password

Addresshttps://api.hanzo.ai/v1/o11y/users/me/factor_password
MethodPUT
OperationUpdateMyPassword
AuthAuthorization: Bearer $HANZO_API_KEY

Replaces the calling user's password, refusing when the old one does not match. Open to any authenticated caller.

Request

2 fields, body application/json (required).

FieldInTypeRequiredDescription
newPasswordbodystringNewPassword is the password to set.
oldPasswordbodystringOldPassword is the current password; the change is refused when it does not match.

Response

StatusBodyMeaning
204no content

Failure carries the platform error shape — see Errors.

Examples

hanzo o11y users me factor_password

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page