Modifies an add-on management profile's name and description. Use Modify Payload to change browser-specific rules.
put /bsp/api/v1/bmp/manage_addons/{addon_id}
https://{serverurl}/bsp/api/v1/bmp/manage_addons/{addon_id}
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Add-On Management Profile ID from List Add-On Management Profiles response (manage_addon_id field)
JSON body with updated profile name and/or description
Updated profile name (max 500 characters)
Updated profile description (max 500 characters)
curl --request PUT \
--url https://appdomains/bsp/api/v1/bmp/manage_addons/{addon_id} \
--header 'Accept: application/json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json' \
--data '{}'Update profile name and description
{
"manage_addon_description": "Updated description",
"manage_addOn_name": "Updated Addon Name"
}
Profile status. 110=Published, 1=Draft
Collection reference ID
Updated profile name
Profile type identifier
Unique profile identifier
Indicates which browser add-on policies are configured
Present with value 'true' when a Chrome payload is configured
Present with value 'true' when a Firefox payload is configured
Present with value 'true' when an IE payload is configured
Present with value 'true' when a Chromium payload is configured
Present with value 'true' when a Ulaa payload is configured
Present with value 'true' when an Edge payload is configured
User ID who performed the modification
Updated profile description
Unauthorized error code: credentials missing, expired, or invalid
Authentication failure reason
Error code indicating insufficient permissions
Message indicating insufficient privileges to access this resource
Message indicating the requested resource was not found
Rate limit error code returned when the API call reached threshold
Rate limit exceeded message with retry guidance
Message describing the internal server error
Profile metadata updated
{
"profile_collection_status": "1",
"collection_id": "222",
"profile_name": "TestAddon_Renamed",
"profile_type": "64025",
"profile_id": "111",
"configuredstatus": {
"manage_firefox_addons_count": "true",
"manage_chrome_addons_count": "true"
},
"last_modified_by": "1",
"profile_description": "Updated description"
}
Unauthorized
{
"errorCode": "UNAUTHORIZED",
"errorMsg": "You are not authorized to perform this action"
}
Insufficient permissions
{
"errorCode": "FORBIDDEN",
"errorMsg": "User does not have permission to perform this operation"
}
Profile not found
{
"errormsg": "Profile not found"
}
Rate limit exceeded
{
"errorCode": "RATE_LIMIT_EXCEEDED",
"errorMsg": "Too many requests. Please try again after 5 minutes"
}
Server error
{
"errormsg": "Internal Server error, Please try again in a moment."
}
![]()
Duration: 1 minute | Threshold: 60 | Lock period: 5 minutes
Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.