Skip to content

Commit 35cae7a

Browse files
committed
Removed useless returns
1 parent e404e8a commit 35cae7a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

source/includes/administration/_organizations.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,6 @@ Optional |  
168168
`serviceConnections`<br/>Array[[ServiceConnection](#service-connections)] | A list of service connections for which the organization may provision resources.<br/>*required :*`id`
169169
`parent`<br/>[Organization](#organization) | The organization that will be the parent of the new organization. By default, it will default to the caller's organization.<br/>*required :*`id`
170170

171-
##### Returns
172-
173171
The responses' `data` field contains the created [organization](#organizations) with it's `id`.
174172

175173
<!-------------------- UPDATE ORGANIZATION -------------------->
@@ -208,8 +206,6 @@ Optional | &nbsp;
208206
---- | ----
209207
`serviceConnections`<br/>Array[[ServiceConnection](#service-connections)] | A list of service connections for which the organization may provision resources. The caller must have access to all connections that are provided. **NB :** Service connection access may be added but not revoked at this time.<br/>*required :* `id`
210208

211-
#### Returns
212-
213209
The responses' `data` field contains the updated [organization](#organizations).
214210

215211
<!-------------------- DELETE ORGANIZATION -------------------->
@@ -224,6 +220,4 @@ curl -X DELETE "https://cloudmc_endpoint/v1/organizations/[id]" \
224220
-H "MC-Api-Key: your_api_key"
225221
```
226222

227-
#### Returns
228-
229223
Returns an HTTP status code 204, with an empty response body.

0 commit comments

Comments
 (0)