Apigee - Developer App Keys - Credentials - Update Expiry time ?

I can set expiry time using keyExpiresIn property while creating an App, Can i update this value later point of time ? Does that apply to already generated keys ? Updated value will be taken into account if key is regenerated / new keys that belongs to same app ?

~~Q:S:S~~

Solved Solved
2 2 740
1 ACCEPTED SOLUTION

Not applicable

Hi,

From this it appears you can set the expiry on creation, but not afterwards.

http://docs.apigee.com/management/apis/post/organizations/%7Borg_name%7D/developers/%7Bdeveloper_ema...

"keyExpiresIn A setting, in milliseconds, for the lifetime of the consumer key that will be generated for the developer app. The default value, -1, indicates an infinite validity period. Once set, the expiration can't be updated."

Russell

View solution in original post

2 REPLIES 2

Not applicable

Hi,

From this it appears you can set the expiry on creation, but not afterwards.

http://docs.apigee.com/management/apis/post/organizations/%7Borg_name%7D/developers/%7Bdeveloper_ema...

"keyExpiresIn A setting, in milliseconds, for the lifetime of the consumer key that will be generated for the developer app. The default value, -1, indicates an infinite validity period. Once set, the expiration can't be updated."

Russell

Yep, Thanks @Russell Blewitt , Even if i make update app call with updated keyexpiresin it doesn't change the expiry value though it returns 200 OK.