Closed giteshk closed 3 years ago
The backend does not accept UUID for https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations.developers/update
What is the error that you get when this happens on the screen? Any error in the logs? Please update description @giteshk
@cnovak I have updated the error in the issue.
The ability to use developerId
does not work with Apigee X and hybrid runtime versions 1.5.0 and 1.5.1. The only API affected is PUT /developers. This will be fixed in upcoming versions 1.6.0
and 1.5.2
. This ticket is to change the PUT /developers
call so send email address instead of email so that developers are not affected by this API issue. This issue also means that for Apigee X and hybrid runtime versions 1.5.0 and 1.5.1, a call to change the developer's email address will not work. This will also be fixed in the upcoming releases. A note should be added to our known issues about this.
This needs to be put into a release ASAP since this bug will affect Apigee X customers. @shishir-intelli can you put this issue into it's own milestone and put out a release with this fix?
Steps to reproduce:
Try to update First and Last Name on the user on Drupal portal
Steps to reproduce
Expected: User is updated
Actual: System throws an error in the errorlog. No error is shown on the screen.