Skip to content

Commit 18562f9

Browse files
committed
MC-9521: Added missing dots as per code review
1 parent 03b382d commit 18562f9

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

source/includes/openstack/_volumes.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ Retrieve a volume.
6565

6666
Attributes |  
6767
------- | -----------
68-
`id`<br/>*UUID* | The volume's id
69-
`name`<br/>*string* | The volume name
70-
`description`<br/>*string* | The volume's description
71-
`sizeInGB`<br/>*integer* | The volume's size in GB
72-
`state`<br/>*string* | The volume's state
68+
`id`<br/>*UUID* | The volume's id.
69+
`name`<br/>*string* | The volume name.
70+
`description`<br/>*string* | The volume's description.
71+
`sizeInGB`<br/>*integer* | The volume's size in GB.
72+
`state`<br/>*string* | The volume's state.
7373
`instanceId`<br/>*string* | The instance id to which the volume is attached.
7474
`instanceName`<br/>*string* | The instance name to which the volume is attached.
7575
`device`<br/>*string* | The device under which the volume is The volume's state.
@@ -98,9 +98,9 @@ Create a volume.
9898

9999
Required attributes | Description
100100
---------------------------------- | -----------------------------------
101-
`name`<br/>*string* | The volume name
102-
`description`<br/>*string* | The volume description
103-
`sizeInGB`<br/>*integer* | The volume's size in GB
101+
`name`<br/>*string* | The volume name.
102+
`description`<br/>*string* | The volume description.
103+
`sizeInGB`<br/>*integer* | The volume's size in GB.
104104

105105
#### Delete a volume
106106

@@ -126,7 +126,7 @@ curl -X POST \
126126
```
127127
```json
128128
{
129-
"instanceId": "449efafc-0a6f-4f9e-9602-4b9ac2400abd",
129+
"instanceId": "449efafc-0a6f-4f9e-9602-4b9ac2400abd"
130130
}
131131
```
132132

@@ -136,7 +136,7 @@ Attach a volume to an instance.
136136

137137
Required attributes | Description
138138
---------------------------------- | -----------------------------------
139-
`instanceId`<br/>*UUID* | The instance id
139+
`instanceId`<br/>*UUID* | The instance id.
140140

141141
#### Detach a volume from an instance
142142

@@ -162,7 +162,7 @@ curl -X POST \
162162
```
163163
```json
164164
{
165-
"sizeInGB": 40,
165+
"sizeInGB": 40
166166
}
167167
```
168168

0 commit comments

Comments
 (0)