Setting User Credentials Asynchronously
Sets Hedera credentials for the user
PUT /profiles/push/{username}
Sets Hedera credentials for the user
Path Parameters
Name
Type
Description
username*
String
The name of the user for whom to update the information.
Request Body
Name
Type
Description
*
String
Object that contains the Hedera account data.
{
content:
application/json:
schema:
$ref: '#/components/schemas/Task'
}{
// Response
}{
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
}Last updated