Update a blocklistCopy Pageput https://{hostname}/api/network-policy/v1/blocklists/{blockListId}This operation updates the details of a blocklist.Path ParamsblockListIdintegerrequiredUniquely identifies a blocklist.Body ParamsBlocklist update schema.descriptionstringlength ≤ 256A description of the blocklist.endDatedate-timeThe date in the future when the blocklist ends, expressed as an ISO 8601 timestamp. If the member is omitted or the value is set to an empty string, the corresponding entries are always blocked.entriesarray of stringsrequiredlength ≤ 10000List of IP addresses and/or CIDRsentries*ADD stringnamestringrequiredlength between 1 and 128The unique name for this blocklist.Responses 200Successful response 400An HTTP 400 will be returned if the request is badly formed or has constraint violations 403An HTTP 403 will be returned if the principal is not authorized to access the instance of blocklist that the request was made against. 404An HTTP 404 will be returned if the RESOURCEPATHNAME | !SINGULARIZE with the specified entityId is not found. 409An HTTP 409 will be returned if the blocklist offered for create/update would lead to a conflicting state.Updated 3 months ago