Update App Attribute 404 not found

Hello,

We have an app with white space like "My App". For clarity, this is not display name, but machine name, and yes it allows to have white space. I am trying to update app attribute through Management API.

Tried with %20 and + and also blank space for space, non of them are working. https://api.enterprise.apigee.com/v1/organizations/o/developers/a@c.co/apps/My App/attributes https://api.enterprise.apigee.com/v1/organizations/o/developers/a@cl.co/apps/My%20App/attributes https://api.enterprise.apigee.com/v1/organizations/o/developers/a@cl.co/apps/My+App/attributes

getting error like below:

{

"code": "developer.service.AppDoesNotExist",

"message": "App named My App does not exist under a@c.co",

"contexts": []

}

Thanks,

0 4 230
4 REPLIES 4

"code": "developer.service.AppDoesNotExist",
"message": "App named My App does not exist under a@c.co",

Hi @NiteshShrestha, the error you are getting has nothing to do with the white space.

It means that the App(My App) is not associated with developer a@c.co

Check the My App to see which developer is associated with it,

7708-app.jpg

---------------------------------------------------------------------------------------------

BTW we can use white spaces in App Name, that is not an issue,

7707-app-attributes.jpg

Thanks @Siddharth Barahalikar. Nothing to do with white space.

App itself somehow in corrupt state, so even from apigee edge ui, cant do anything with that app, not even delete.

@NiteshShrestha , I don't think community can help resolve same. Please raise a support ticket with Apigee Support. Apigee support can help you.

Thanks @Anil Sagar I have raised support ticket with Apigee Support.