Skip to content

Commit 6bc61eb

Browse files
MC-10744: small syntax and grammar fixes
1 parent 13f9f1b commit 6bc61eb

7 files changed

Lines changed: 17 additions & 17 deletions

File tree

source/includes/masterportal/_applications.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

2626
Add credentials to your own user for the given application.
2727

2828
Required | &nbsp;
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

6060
Add credentials to another user for the given application. Note the appUser's id
6161
is their [CloudMC user](#administration-users) id and [application](#masterportal-applications) id concatenated like `<cloudMcUserId>:<appId>`.
6262

6363
Required | &nbsp;
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

source/includes/openstack/_routerInterfaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ curl -X POST \
101101

102102
Create a router interface.
103103

104-
Required attributes | Description
104+
Required | Description
105105
-------------------------- | ------------------------------------
106106
`networkId`<br/>*UUID* | The ID of the network that is being connected.
107107
`routerId`<br/>*UUID* | The ID of the router.

source/includes/openstack/_securityGroupRules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,11 @@ curl -X POST \
122122

123123
Create a security group rule for a security group.
124124

125-
Required attributes | Description
125+
Required | Description
126126
-------------------------- | ------------------------------------
127127
`securityGroupId`<br/>*UUID* | The ID of the parent security group.
128128

129-
Optional attributes | Description
129+
Optional | Description
130130
-------------------------- | ------------------------------------
131131
`ingress`<br/>*boolean* | Direction in which the rule is applied, false implies egress. Defaults to ingress.
132132
`protocol`<br/>*string* | The IP protocol, either ICMP, TCP or UDP. Defaults to allow all protocols.

source/includes/openstack/_securityGroups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ curl -X POST \
8989

9090
Create a security group in an environment.
9191

92-
| Required attributes | Description |
92+
| Required | Description |
9393
| -------------------------- | ------------------------------------ |
9494
| `name`<br/>*string* | The security group's name. |
9595
| `description`<br/>*string* | A description of the group's purpose. |

source/includes/openstack/_sshKeys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ curl -X POST \
9797

9898
Create a SSH key.
9999

100-
Required attributes | Description
100+
Required | Description
101101
---------------------------------- | -----------------------------------
102102
`name`<br/>*string* | The SSH key's name.
103103
`publicKey`<br/>*string* | A public SSH key in RSA format.

source/includes/openstack/_volumes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ curl -X POST \
101101

102102
Create a volume.
103103

104-
Required attributes | Description
104+
Required | Description
105105
---------------------------------- | -----------------------------------
106106
`name`<br/>*string* | The volume name.
107107
`description`<br/>*string* | The volume description.
@@ -140,7 +140,7 @@ curl -X POST \
140140

141141
Attach a volume to an instance.
142142

143-
Required attributes | Description
143+
Required | Description
144144
---------------------------------- | -----------------------------------
145145
`instanceId`<br/>*UUID* | The instance id.
146146

@@ -177,7 +177,7 @@ curl -X POST \
177177

178178
Extend a volume size.
179179

180-
Required attributes | Description
180+
Required | Description
181181
---------------------------------- | -----------------------------------
182182
`sizeInGB`<br/>*integer* | The new size of the volume. It must be greater than the existing size.
183183

source/includes/swift/_containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ curl -X POST \
136136

137137
Create a new container.
138138

139-
Required | &nbsp;∂===
139+
Required | &nbsp;
140140
------- | -----------
141141
`name` <br/>*string* | The name of the container. It cannot exceed 256 characters and cannot contain '/'.
142142

0 commit comments

Comments
 (0)