Importing operations into REST Modules
Last updated
Last updated
REST modules allow you to quickly and easily create operations using the “Import” option. To do this, you’ll need a Postman Collection. Follow the steps below to import operations:
In Postman, click the three dots next to the Collection you want to import into Skyone Studio and select “Export.”
A JSON file will be downloaded to your computer.
Log in to the Skyone Studio platform and navigate to the “Modules” menu.
Create a REST module.
In the “Operations” section, click “Import”.
Select the JSON file downloaded from Postman.
The screen will display options to preview or delete the file if necessary.
Click “Save” to complete the import process.
Imported operations can be manually edited. However, if you need to update the operations with changes made to the Postman Collection, follow these steps:
In the “Operations” section, click “Import.”
Select the updated JSON file from Postman.
On the import confirmation screen, you’ll see the option “Do you want to replace existing operations with the same name?”.
If you check this option, all operations with the same name will be replaced and updated.
Otherwise, new operations will be added as duplicates.
Click “Save” to complete the operation updates.