-
Task
-
Resolution: Unresolved
-
Normal
-
None
-
None
There are several patch endpoints in the Fleet Manager admin API that modify Central, such as: PatchExpiredAt, PatchBillingParameters and PatchName.
This ticket is about merging all the endpoints in a single Central PATCH endpoint:
PATCH /api/rhacs/v1/admin/centrals/$ID
Definiton of Done
1. Central fields can be patched by a generic patch endpoint
2. Old patch endpoints are removed
3. SOPs are updated.