Running ArcGIS Enterprise 1081. I have a python script that loops through a folder in Server Manager and updates the Capabilities for a Feature Server to 'Extract, Delete, Update'. The script runs successfully and my REST API POST request works fine.
My issue is that Server Manager only shows Extract as a capability while the JSON representation shows the update with all three capabilities. These appear to be out of sync...
Server Manager

I am finding the JSON representation from the Server Admin directory.
https://test.com/arcgis/admin/services/testFolder/TestService.MapServer?f=json

Has anyone seen this before? Any ideas and what I need to do to fix this?