Skip to main content
PATCH
/
admin
Update Admin
curl --request PATCH \
  --url https://www.api.baselink.tech/admin \
  --header 'bearer: <api-key>'
{
  "success": true,
  "message": "<string>",
  "admin": {}
}
Update admin user information. This endpoint is restricted to admin users only.
success
boolean
Indicates if the admin user was updated successfully.
message
string
Success or error message.
admin
object
The updated admin user object.