> For the complete documentation index, see [llms.txt](https://docs.skyone.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyone.cloud/espanol/skyone-studio/modulos/configuraciones-and-operaciones/operaciones-de-modulos/importar-operaciones-en-modulos-rest.md).

# Importar operaciones en módulos REST

Los módulos de tipo **REST** permiten la creación de operaciones de manera rápida y práctica utilizando la opción **“Importar”**. Para ello, es necesario usar una **Collection** de Postman.

**Paso a paso**

1. En Postman, haz clic en los tres puntos junto a la **Collection** que deseas importar en Skyone Studio y selecciona la opción **“Exportar”**.

<figure><img src="/files/nP2h5M1AOVfEC37Z62tq" alt=""><figcaption></figcaption></figure>

2. Um arquivo JSON será baixado no seu computador.
3. Acesse o produto **Skyone Studio** e clique no menu "**Módulos**".
4. Crie um módulo **REST**.
5. Na seção “**Operações**", clique em “**Importar**".

<figure><img src="/files/ThCwUrH7GxYPrYVzDOz7" alt=""><figcaption></figcaption></figure>

6. Selecciona el archivo JSON descargado de Postman.

<figure><img src="/files/Eg4isk417Usd8qRmTOx7" alt=""><figcaption></figcaption></figure>

7. La pantalla mostrará las opciones de **visualizar** el archivo o **eliminarlo**, si es necesario.
8. Haz clic en **"Guardar"** para completar la importación de las operaciones.

#### **Cómo actualizar las operaciones**

Las operaciones importadas pueden editarse manualmente. Sin embargo, si necesitas actualizar las operaciones con cambios realizados en la **Collection** de Postman, sigue estos pasos:

1. En la sección **“Operaciones”**, haz clic en **“Importar”**.
2. Selecciona el archivo JSON actualizado de Postman.
3. En la pantalla de confirmación de importación, observa la opción **"¿Desea reemplazar operaciones existentes con el mismo nombre?"**
   * Si marcas esta opción, todas las operaciones con el mismo nombre serán reemplazadas y actualizadas.
   * De lo contrario, las nuevas operaciones se agregarán como duplicadas.

<figure><img src="/files/mJghBPCIp6ab5ItNt6k1" alt=""><figcaption></figcaption></figure>

4. Haz clic en **"Guardar"** para completar la actualización de las operaciones.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.skyone.cloud/espanol/skyone-studio/modulos/configuraciones-and-operaciones/operaciones-de-modulos/importar-operaciones-en-modulos-rest.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
