Update network list detailsCopy Pageput https://{hostname}/network-list/v2/network-lists/{networkListId}/detailsUpdate a network list's name or description.Path ParamsnetworkListIdstringrequiredUnique identifier for each network list.Body Paramsnamestringrequiredlength between 1 and 100Display name of the network list.descriptionstringlength between 1 and 255Detailed description of the list.Responses 204Updated successfully. 400Incorrect client input. See the field errors provided in the response for more information. This error may also be returned in place of a 404 if a URL parameter was provided in an incorrect format. 403Forbidden. You don't have permission to perform that function on this network list. Check that your user has the required privileges. 404Incorrect URL. Check that the network list ID and other URL parameters are valid. 500We encountered an unexpected issue while processing your request. Please follow the advice provided in the message.Updated 4 months ago