1 result found
-
Enable PATCH/PUT Methods for Assets API Endpoint
The ManagerPlus API v2 currently supports GET and POST for
/Assets, but returns HTTP 405 for PATCH/PUT methods. This prevents programmatic updates to existing asset records.Use Case:
We need to bulk-update asset fields (descriptions, statuses, etc.) for our 2,400+ asset inventory without manual UI edits.Requested Feature:
Enable PATCH or PUT on/api2/Assets/{assetKey}to allow updating existing assets via API.Expected Behavior:
PATCH /api2/Assets/{assetKey}
{
"Description": "Updated value",
"StatusId": "ACTIVE"
}Would enable automated data quality workflows and reduce manual administrative overhead for maintaining accurate asset records.
1 voteOur Product team is currently reviewing your idea. We may contact you if we need additional information or clarification. While not every idea will be added to our product roadmap, we carefully evaluate each submission and yours will receive full consideration.
- Don't see your idea?