Skip to content

Commit d7698c0

Browse files
Beth edits
1 parent 778e99d commit d7698c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/ROOT/pages/manage-client-apps-connected-apps-concept.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ endif::[]
88

99
For automation use cases, you can use Connected Apps to create and manage client applications.
1010

11-
Connected Apps help user delegate their access without sharing sensitive credentials or giving full control of their applications to third parties. Actions taken by connected apps are audited, and users can revoke access at any time.
11+
Connected Apps help users delegate their access without sharing sensitive credentials or giving full control of their applications to third parties. Actions taken by connected apps are audited, and users can revoke access at any time.
1212

1313

1414
== Creating a Connected App
@@ -78,7 +78,7 @@ curl --location --request POST 'https://anypoint.mulesoft.com/accounts/api/v2/oa
7878
** `url`: URL of the application
7979
** `redirectURI`: An array of redirect Uris
8080
** `grantTypes`: An array of Grant Types, for example: `"password"`, `"implicit"`, `"client_credentials"`, `"authorization_code"`, and `"refresh_token"`
81-
** `apiEndpoints`: To automatically register the redirect URIs. Supported values are “true” or “false”.
81+
** `apiEndpoints`: “true” or “false” value indicating whether to automatically register the redirect URIs.
8282

8383
. Execute the following request to create your client application after replacing the placeholders with the following:
8484
+

0 commit comments

Comments
 (0)