Skip to content

Commit

Permalink
ENDOC-524 Final edits
Browse files Browse the repository at this point in the history
  • Loading branch information
Lydia Pedersen committed Aug 2, 2022
1 parent 903f61a commit 6d5cbde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vuepress/docs/next/docs/getting-started/ent-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The structure of internal and external API claims are as follows:

## API Claim Commands

Common operations associated with API claims are detailed below. To execute `ent bundle api` subcommands, the user must be connected to a running Entando instance (via `ent attach`) or the CLI will generate an authentication error.
Common operations associated with API claims are detailed below. To execute `ent bundle api` subcommands, the user must be connected to a running Entando instance (via `ent attach-*`) or the CLI will generate an authentication error.

| Command | Description
| :- | :-
Expand Down Expand Up @@ -67,7 +67,7 @@ To render an MFE installed from a bundle, Entando injects a JSON object containi

To retrieve the URL of an MS declared through an API claim, add `systemParams.api[claimName].url` to the MFE JavaScript code so it can access that element of the config object. The `claimName` was chosen by the user when the API claim was defined.

Refer to the Entando demo bundles for alternative retrieval methods. These techniques are more robust and consider cases where the parent object is not defined.
Refer to the Entando demo bundles for alternative retrieval methods that are more robust and consider cases where the parent object is not defined.

**Local Bundles**

Expand Down

0 comments on commit 6d5cbde

Please sign in to comment.