> 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/skyone-studio/modulos/configuracoes-and-operacoes/operacoes-de-modulos/importar-operacoes-em-modulos-rest.md).

# Importar operações em módulos REST

Os módulos do tipo **REST** permitem a criação de operações de forma rápida e prática, utilizando a opção “**Importar**”. Para isso, é necessário utilizar uma Collection do Postman.

Siga o passo a passo abaixo para importar as operações:

### Passo a passo

1. No **Postman**, clique nos três pontos ao lado da Collection que você deseja importar no **Skyone Studio** e escolha a opção “**Export**".&#x20;

<figure><img src="/files/m29pzAqjqu5N4XJwvpdk" alt=""><figcaption><p>Tela do Postman</p></figcaption></figure>

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

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

6. Selecione o arquivo JSON baixado do **Postman**.

<figure><img src="/files/8XfWrLHTBrcY8bn3oBs1" alt=""><figcaption></figcaption></figure>

6. A tela exibirá as opções de visualizar o arquivo ou excluí-lo, se necessário.
7. Clique em "**Salvar**” para concluir a importação das operações.&#x20;

<figure><img src="/files/Cf5SPT1mbD6pG8EyWoa5" alt=""><figcaption><p>As operações importadas são exibidas após a conclusão</p></figcaption></figure>

### Como atualizar as operações

As operações importadas podem ser editadas manualmente. No entanto, caso seja necessário atualizar as operações com alterações feitas na Collection do **Postman**, siga estas etapas:

1. Na seção “**Operações**", clique em “**Importar**".&#x20;
2. Selecione o arquivo JSON atualizado do **Postman**.
3. Na tela de confirmação de importação, observe que há a opção "**Deseja substituir operações existentes com o mesmo nome?**”.&#x20;

* Ao marcar essa opção, todas as operações com o mesmo nome serão substituídas e atualizadas.
* Caso contrário, as novas operações serão adicionadas como duplicadas.

<figure><img src="/files/7B9ZdUgYJzD04QZAlkQ1" alt=""><figcaption><p>Tela de confirmação de importação</p></figcaption></figure>

Clique em "**Salvar**” para concluir a atualização das operações.


---

# 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/skyone-studio/modulos/configuracoes-and-operacoes/operacoes-de-modulos/importar-operacoes-em-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.
