curl --request PUT \
--url https://api.helpyousponsor.com/v1/client/admins/{admin_id} \
--header 'Content-Type: application/json' \
--header 'X-HYS-API-Key: <api-key>' \
--data '
{
"email": "admin@gmail.com",
"first_name": "John",
"last_name": "Doe",
"group_id": "1",
"client_id": "1",
"id": 1
}
'{
"message": "Admin details updated successfully"
}Documentation Index
Fetch the complete documentation index at: https://api-docs.helpyousponsor.com/llms.txt
Use this file to discover all available pages before exploring further.
API key generated from Developer Settings. Format: hys_...
The ID of the admin to be edited
Admin details to be edited
Admin details updated successfully
"Admin details updated successfully"
curl --request PUT \
--url https://api.helpyousponsor.com/v1/client/admins/{admin_id} \
--header 'Content-Type: application/json' \
--header 'X-HYS-API-Key: <api-key>' \
--data '
{
"email": "admin@gmail.com",
"first_name": "John",
"last_name": "Doe",
"group_id": "1",
"client_id": "1",
"id": 1
}
'{
"message": "Admin details updated successfully"
}