@@ -21,14 +21,14 @@ curl -X POST \
2121 "taskStatus" : " SUCCESS"
2222}
2323```
24- <code >POST /services/<a href =" #administration-service-connections " >: service_code </a >/<a href =" #administration-environments " >: environment_name </a >/apps/: id </code >
24+ <code >POST /services/<a href =" #administration-service-connections " >: service_code </a >/<a href =" #administration-environments " >: environment_name </a >/apps/: id ?operation=addCredentials </code >
2525
2626Add credentials to your own user for the given application.
2727
2828Required |   ;
2929---------- | -----
30- ` username ` <br />* string* | The username for the application
31- ` password ` <br />* string* | The password for the application
30+ ` username ` <br />* string* | The username for the application.
31+ ` password ` <br />* string* | The password for the application.
3232
3333#### Add Credentials for Another User
3434
@@ -55,17 +55,17 @@ curl -X POST \
5555}
5656```
5757
58- <code >POST /services/<a href =" #administration-service-connections " >: service_code </a >/<a href =" #administration-environments " >: environment_name </a >/appUser/: id </code >
58+ <code >POST /services/<a href =" #administration-service-connections " >: service_code </a >/<a href =" #administration-environments " >: environment_name </a >/appUser/: id ?operation=addUserCredentials </code >
5959
6060Add credentials to another user for the given application. Note the appUser's id
6161is their [ CloudMC user] ( #administration-users ) id and [ application] ( #masterportal-applications ) id concatenated like ` <cloudMcUserId>:<appId> ` .
6262
6363Required |   ;
6464---------- | -----
65- ` cloudMcUserId ` <br />* UUID* | The id for the * cloudmc* user to which the credentials should be added
66- ` app > id ` <br />* UUID* | The id of the [ application] ( #masterportal-applications ) to which the credentials should be added
67- ` app > username ` <br />* string* | The username for the application
68- ` app > password ` <br />* string* | The password for the application
65+ ` cloudMcUserId ` <br />* UUID* | The id for the * cloudmc* user to which the credentials should be added.
66+ ` app > id ` <br />* UUID* | The id of the [ application] ( #masterportal-applications ) to which the credentials should be added.
67+ ` app > username ` <br />* string* | The username for the application.
68+ ` app > password ` <br />* string* | The password for the application.
6969
7070#### Login to An Application
7171
0 commit comments