Forum Discussion

ma-inoue's avatar
ma-inoue
New Contributor
3 years ago

About publishing and deleting data entered online

The following operations were performed using the online Swagger Editor (https://editor.swagger.io/).
I have a question about how to handle edited data in this case.

 

operation
1. Access the site below https://swagger.io/tools/swagger-editor/
2. Click "Try Swagger Editor"
Paste the API specification in the left area
Click “Create server” ⇒ “nodejs-server” in the menu

 

Question 1. Is there a possibility that it will be disclosed to a third party?
Question 2. Will the data remain on the cloud side? If any remain, please delete them.
*Reply request: October 18th

6 Replies

  • chichepo's avatar
    chichepo
    Frequent Contributor

    Hi ma-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:

     





    • ma-inoue's avatar
      ma-inoue
      New Contributor

      Hi. chichepo 

       

      Thank you for answering.

       

      >As far As I know, it is saved on the client side.
      Am I correct in understanding that no data is stored on the server side?

      • chichepo's avatar
        chichepo
        Frequent Contributor

        ma-inoue 
        this is my understanding and it is quite obvious. But someone from @smartbear should confirm.