orgs

Update network security

Update the network security settings for an organization.

patch/api/organizations/{name}/settings/network-security

Path parameters

namestring required

Request body

enforceAuthboolean
enforceIpRestrictionboolean
highRateLimitsboolean
keepReposMetadataVisibleboolean

Response

Updated network security settings

enforceIpRestrictionboolean required
highRateLimitsboolean required
ipRangesstring[] required
keepReposMetadataVisibleboolean required

Changes

Changed in 1 of the 47 revisions of this API.2

    • added the new optional request property keepReposMetadataVisible

      new-optional-request-property

    • added the required property keepReposMetadataVisible to the response with the 200 status

      response-required-property-added