ContributionsMost RecentMost LikesSolutionsRe: Hide some api from users in my organization beAPIHi It's a little bit complex since organization team member's are supposed to have a minimum level of access, at least read level. You can define your API in a separated Org and manage the access by usingthe "Share and collaborate" link. Then, the link will grant an individually access to the API spec. according to your needs. Let us know if you get a solution Re: About publishing and deleting data entered online ma-inoue nothing is left on the server side Re: About publishing and deleting data entered online ma-inoue this is my understanding and it is quite obvious. But someone from@smartbear should confirm. Re: About publishing and deleting data entered online Hima-inoue My understanding: Question 1. Is there a possibility that it will be disclosed to a third party? Not possible as far as I know. You must export the spec and send it to the third party. Question 2. Will the data remain on the cloud side? If any remain, please delete them. *Reply request:October 18th As far As I know, it is saved on the client side. You can clear it by clearing your client local storage: Modification recorded in the local storage: After clearing the storage and refresh: Re: resloved yaml is having 3 dashes "---" as first line, is removing all comments + adding linebreaks Helloadriaanbastien I am not sure about the reasons behind the modification of your file when resolving the specification. Resolved file is intended to be injected to any "Programmatic" system and it obviously requires to flatten the file before. So it may depend on your "resolving" engine" When using SwaggerHub resolve option, I got such kind of result: on the left, the resolved file. Like you see I am using MD language for return characters: let us know Re: API response type backwards compatible? Hijbao81 Your changes seems to be correct in order to address your new requirement. Be aware that the response is not validated against any rules and can include unwanted data. Re: Create New API in SwaggerHub gives http 405 dlambert Try to connect from another network (home/wifi/etc.) It's not an issue related to SwaggerHub as far as I can understand Re: Generating OAS from Code Hishobhit-sl Have you tried to look on the net for such kind of converter? Are you interresed in a commercial/free tool? Re: Create New API in SwaggerHub gives http 405 Hidlambert It's obviously something linked to the connection. Are you working with on-premise edition? Can you open the network console on the browser ans send it? Re: yaml resolved ELANA Well, that's quite weird. LoanOfferResponse_datadoes not seems to be explicitly nullable. so, it seems that some bad definition exists somewhere in your file and you will have to debug it. Try to play with the nullable definition as following: Object explicitly nullable you should get after resolve Object explicitly NOT nullable you should get after resolve It should help in debugging the issue Let us know