Skip to content

Commit

Permalink
Update tut-integration-ui.md
Browse files Browse the repository at this point in the history
Fixing wrong code example
  • Loading branch information
richardbluestone authored Sep 3, 2024
1 parent 4f1b587 commit ad17b90
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions docs/tutorials/tut-integration-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,13 @@ In this example, you are going to create an English-to-Yoda translator, which tr
2. Click **BYOI** in the top right corner.

![byoi](/doc_imgs/tutorials/tut-integration-ui/byoi-8.png)



You enter the Cortex XSOAR/XSIAM IDE.

If you don’t see this button, it means you don’t have the correct permissions required for creating new integrations. Ask your admin for assistance.
If you don’t see this button, you don’t have the correct permissions required for creating new integrations. Ask your administrator for assistance.


## Define Integration Settings

When clicking **BYOI**, the HelloWorld integration template is loaded by default. You will replace the existing **HelloWorld** integration settings with the new **Yoda Speak** settings and delete any unused parameters or arguments.
When clicking **BYOI**, you enter the Cortex XSOAR/XSIAM IDE and the HelloWorld integration template is loaded by default. You will replace the existing **HelloWorld** integration settings with the new **Yoda Speak** settings and delete any unused parameters or arguments.

The new settings are saved in a YAML file, which you can export and import. To learn more about integration YAML files, see [Integrations and Scripts Metadata YAML File](../integrations/yaml-file).

Expand Down Expand Up @@ -484,4 +480,3 @@ To ensure integrations perform as expected, content packs can have [unit tests](

The [YodaSpeak](https://github.com/demisto/content/tree/master/docs/tutorial-integration/YodaSpeak) content pack is available on GitHub. The pack contains the standard pack file structure and can be viewed as a resource when creating new integrations.

Go to **Settings > Integrations**. Click the blue button **BYOI** in the top right corner, and the built-in Cortex XSOAR IDE will open. If you don’t see this button, it means you don’t have the correct permissions required for creating new integrations. Ask your admin for assistance.

0 comments on commit ad17b90

Please sign in to comment.