Setting User Credentials Asynchronously

Sets Hedera credentials for the user

PUT /profiles/push/{username}

Sets Hedera credentials for the user

Path Parameters

NameTypeDescription

username*

String

The name of the user for whom to update the information.

Request Body

NameTypeDescription

*

String

Object that contains the Hedera account data.

{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/Task'
}

Last updated