Re: [Architecture] [APIM] [3.0] Publishing to External Stores via Publisher REST APIs

2019-08-14 Thread Ishara Cooray
Hi, We can move the same functionality to the "*POST /import/api?preserveProvider={false} -F file={@api.zip}*" API with another optional query parameter "*isOverwrite*" to update an existing API. Instead of giving the APIID to update, can't we get the existing API using the name, version, and

Re: [Architecture] [APIM] [3.0] Store REST API for comments

2019-08-14 Thread Tharindu Dharmarathna
Hi Ishara, If we supporting cross tenant subscriptions we have to give access to comment creation. Thanks On Thursday, August 15, 2019, Ishara Cooray wrote: > Should we allow users to comment on APIs which belong to different > tenants? If not we can remove '#/parameters/requestedTenant'

Re: [Architecture] [APIM] [3.0] Store REST API for comments

2019-08-14 Thread Ishara Cooray
Hi, username: >> type: string >> description: | >> If username is not given user invoking the API will be taken as >> the username. >> >> Regarding the description: I guess we should omit it when posting a comment and always use the logged-in user? +1 >

Re: [Architecture] [APIM] [3.0] Store REST API for comments

2019-08-14 Thread Ishara Cooray
Should we allow users to comment on APIs which belong to different tenants? If not we can remove '#/parameters/requestedTenant' from POST operation. IMO this is not required as if we need to comment on an api we need to login to the particular tenant. Hence +1 to remove

Re: [Architecture] [APIM] [3.0] Store REST API for comments

2019-08-14 Thread Dushan Silva
Hi all, If we supporting cross tenant subscriptions we have to give access to comment creation. + 1 for this. we will need to check if cross tenant subscriptions are available and allow the commenting. Also another possibility is similar to cross tenant subscriptions we can *add an option to