Update appGroup app - Apigee API not working as expected

When using the Apigee API to update and appGroup App, the endpoint does not work effectively.
This is a bug with this endpoint and method:

PUT https://apigee.googleapis.com/v1/{name=organizations/*/appgroups/*/apps/*}

Steps to reproduce:

  1. Create an appGroup App with a set of credentials with the app in an "approved" status.
  2. Make a PUT request (as per reference document below) with status as "revoked", and omitting the credentials in the request body.

Expected Result:

  • The app has a status of "revoked"
  • The app's credentials are removed as they were omitted from the request body.

Actual Result: 

  • The app is still in "approved" status
  • The app's credentials are still there.

Reference documentation: https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations.appgroups.apps/upda...

Solved Solved
2 1 156
1 ACCEPTED SOLUTION

Thank you for reporting this - I'll pass this on to our team for investigation.

View solution in original post

1 REPLY 1

Thank you for reporting this - I'll pass this on to our team for investigation.