Skip to content

Commit 5557a76

Browse files
authored
Add example of appId to comment
Adding example of appId to comment based upon existing documentation https://fdc3.finos.org/docs/1.1/app-directory/discovery
1 parent 5abd1d6 commit 5557a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/AppMetadata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export interface AppMetadata {
1010
/** The unique app name that can be used with the open and raiseIntent calls. */
1111
readonly name: string;
1212

13-
/** The unique application identifier located within a specific application directory instance. */
13+
/** The unique application identifier located within a specific application directory instance. An example of an appId might be '[email protected]' */
1414
readonly appId?: string;
1515

1616
/** The Version of the application. */

0 commit comments

Comments
 (0)