Apigee API (apigee:v1)

2023-12-21

2 new methods

Additions

    Methods
  • apigee.organizations.updateSecuritySettings

      Path : v1/{+name}

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : PATCH

      Description : UpdateSecuritySettings updates the current security settings for API Security.

      Parameter Order : name

      Flat Path : v1/organizations/{organizationsId}/securitySettings

      Parameters :

        updateMask

          Location : query

          Format : google-fieldmask

          Type : string

          Description : Optional. The list of fields to update. Allowed fields are: - ml_retraining_feedback_enabled

        name

          Type : string

          Required : Yes

          Description : Identifier. Full resource name is always `organizations/{org}/securitySettings`.

          Location : path

          Pattern : ^organizations/[^/]+/securitySettings$

  • apigee.organizations.getSecuritySettings

      Description : GetSecuritySettings gets the security settings for API Security.

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1/{+name}

      Parameters :

        name

          Pattern : ^organizations/[^/]+/securitySettings$

          Description : Required. The name of the SecuritySettings to retrieve. This will always be: 'organizations/{org}/securitySettings'.

          Location : path

          Required : Yes

          Type : string

      Flat Path : v1/organizations/{organizationsId}/securitySettings

      HTTP Method : GET