Update a functionalityAsk AIpatch https://api.firehydrant.io/v1/functionalities/{functionality_id}Update a functionalities attributesPath Paramsfunctionality_idstringrequiredBody Paramsnamestring | nulldescriptionstring | nullservice_tierint32 | nullenumInteger representing functionality tier012345Allowed:012345servicesarray of objects | nullservicesADD objectremove_remaining_servicesboolean | nullDefaults to falseSet this to true if you want to remove all of the services that are not included in the services array from the functionalitytruefalseenvironmentsarray of objects | nullenvironmentsADD objectremove_remaining_environmentsboolean | nullDefaults to falseSet this to true if you want to remove all of the environments that are not included in the environments array from the functionalitytruefalselinksarray of objects | nullAn array of links to associate with this functionality. This will remove all links not present in the patch. Only acts if 'links' key is included in the payload.linksADD objectownerobject | nullAn object representing a Team that owns the functionalityowner object | nullremove_ownerboolean | nullIf you are trying to remove a team as an owner from a functionality, set this to 'true'truefalseteamsarray of objects | nullAn array of teams to attach to this functionality.teamsADD objectremove_remaining_teamsboolean | nullIf set to true, any teams tagged on the service that are not included in the given array will be removed. Set this to true if you want to do a replacement operation for the teamstruefalseexternal_resourcesarray of objects | nullAn array of external resources to attach to this service.external_resourcesADD objectremove_remaining_external_resourcesboolean | nullIf set to true, any external_resources tagged on the service that are not included in the given array will be removed. Set this to true if you want to do a replacement operation for the external_resourcestruefalselabelsobject | nullA hash of label keys and valueslabels object | nullalert_on_addboolean | nulltruefalseauto_add_responding_teamboolean | nulltruefalseResponse 200Update a functionalities attributesUpdated 7 months ago