Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Commit 8e267a7

Browse files
authored
Merge pull request cloudfoundry#1623 from cloudfoundry/ga_include
Remove experimental tag from includes
2 parents 5fad847 + adcc40b commit 8e267a7

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/v3/source/includes/resources/apps/_get.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Content-Type: application/json
2828

2929
Name | Type | Description
3030
---- | ---- | ------------
31-
**include** (*experimental*)| _string_ | Optionally include additional related resources in the response; valid values are `space` and `space.organization`
31+
**include**| _list of strings_ | Optionally include additional related resources in the response; valid values are `space` and `space.organization`
3232

3333
#### Permitted roles
3434
|

docs/v3/source/includes/resources/apps/_list.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Name | Type | Description
4040
**order_by** | _string_ | Value to sort by. Defaults to ascending; prepend with `-` to sort descending. Valid values are `created_at`, `updated_at`, `name`, `state`
4141
**label_selector** (*experimental*)| _string_ | A query string containing a list of [label selector](#labels-and-selectors) requirements
4242
**lifecycle_type** | _string_ | [Lifecycle](#lifecycles) type to filter by; valid values are `buildpack`, `docker`
43-
**include** (*experimental*)| _string_ | Optionally include a list of unique related resources in the response; valid values are `space` and `spaceorganization`
43+
**include**| _list of strings_ | Optionally include a list of unique related resources in the response; valid values are `space` and `spaceorganization`
4444
**created_ats** (*experimental*)| _[timestamp](#timestamps)_ | Timestamp to filter by. When filtering on equality, several comma-delimited timestamps may be passed. Also supports filtering with [relational operators](#relational-operators-experimental)
4545
**updated_ats** (*experimental*)| _[timestamp](#timestamps)_ | Timestamp to filter by. When filtering on equality, several comma-delimited timestamps may be passed. Also supports filtering with [relational operators](#relational-operators-experimental)
4646

docs/v3/source/includes/resources/roles/_get.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This endpoint gets an individual role resource.
3131

3232
Name | Type | Description
3333
---- | ---- | ------------
34-
**include** (*experimental*)| _list of strings_ | Optionally include a list of unique related resources in the response; <br>valid values are `user`, `space`, and `organization`
34+
**include**| _list of strings_ | Optionally include a list of unique related resources in the response; <br>valid values are `user`, `space`, and `organization`
3535

3636
#### Permitted roles
3737

docs/v3/source/includes/resources/roles/_list.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Name | Type | Description
3939
**page** | _integer_ | Page to display; valid values are integers >= 1
4040
**per_page** | _integer_ | Number of results per page; <br>valid values are 1 through 5000
4141
**order_by** | _string_ | Value to sort by. Defaults to ascending; prepend with `-` to sort descending. <br>Valid values are `created_at`, `updated_at`
42-
**include** (*experimental*)| _list of strings_ | Optionally include a list of unique related resources in the response; <br>valid values are `user`, `space`, and `organization`
42+
**include** | _list of strings_ | Optionally include a list of unique related resources in the response; <br>valid values are `user`, `space`, and `organization`
4343
**created_ats** (*experimental*)| _[timestamp](#timestamps)_ | Timestamp to filter by. When filtering on equality, several comma-delimited timestamps may be passed. Also supports filtering with [relational operators](#relational-operators-experimental)
4444
**updated_ats** (*experimental*)| _[timestamp](#timestamps)_ | Timestamp to filter by. When filtering on equality, several comma-delimited timestamps may be passed. Also supports filtering with [relational operators](#relational-operators-experimental)
4545

docs/v3/source/includes/resources/routes/_get.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Content-Type: application/json
2828

2929
Name | Type | Description
3030
---- | ---- | ------------
31-
**include** (*experimental*)| _string_ | Optionally include additional related resources in the response <br>Valid values are `domain`, `space.organization`, `space`
31+
**include** | _string_ | Optionally include additional related resources in the response <br>Valid values are `domain`, `space.organization`, `space`
3232

3333
#### Permitted roles
3434

docs/v3/source/includes/resources/routes/_list.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Name | Type | Description
4141
**per_page** | _integer_ | Number of results per page; <br>valid values are 1 through 5000
4242
**order_by** | _string_ | Value to sort by. Defaults to ascending; prepend with `-` to sort descending. <br>Valid values are `created_at`, `updated_at`
4343
**label_selector** (*experimental*)| _string_ | A query string containing a list of [label selector](#labels-and-selectors) requirements
44-
**include** (*experimental*)| _string_ | Optionally include a list of unique related resources in the response <br>Valid values are `domain`, `space.organization`, `space`
44+
**include** | _string_ | Optionally include a list of unique related resources in the response <br>Valid values are `domain`, `space.organization`, `space`
4545
**created_ats** (*experimental*)| _[timestamp](#timestamps)_ | Timestamp to filter by. When filtering on equality, several comma-delimited timestamps may be passed. Also supports filtering with [relational operators](#relational-operators-experimental)
4646
**updated_ats** (*experimental*)| _[timestamp](#timestamps)_ | Timestamp to filter by. When filtering on equality, several comma-delimited timestamps may be passed. Also supports filtering with [relational operators](#relational-operators-experimental)
4747

docs/v3/source/includes/resources/spaces/_get_a_space.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This endpoint retrieves the specified space object.
3131

3232
Name | Type | Description
3333
---- | ---- | ------------
34-
**include** (*experimental*)| _string_ | Optionally include additional related resources in the response; <br>valid value is `organization`
34+
**include**| _list of strings_ | Optionally include additional related resources in the response; <br>valid value is `organization`
3535

3636

3737
#### Permitted roles

docs/v3/source/includes/resources/spaces/_list.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Name | Type | Description
3737
**per_page** | _integer_ | Number of results per page; <br>valid values are 1 through 5000
3838
**order_by** | _string_ | Value to sort by. Defaults to ascending; prepend with `-` to sort descending. <br>Valid values are `created_at`, `updated_at`, `name`
3939
**label_selector** (*experimental*)| _string_ | A query string containing a list of [label selector](#labels-and-selectors) requirements
40-
**include** (*experimental*)| _string_ | Optionally include a list of unique related resources in the response; <br>valid value is `organization`
40+
**include** | _string_ | Optionally include a list of unique related resources in the response; <br>valid value is `organization`
4141
**created_ats** (*experimental*)| _[timestamp](#timestamps)_ | Timestamp to filter by. When filtering on equality, several comma-delimited timestamps may be passed. Also supports filtering with [relational operators](#relational-operators-experimental)
4242
**updated_ats** (*experimental*)| _[timestamp](#timestamps)_ | Timestamp to filter by. When filtering on equality, several comma-delimited timestamps may be passed. Also supports filtering with [relational operators](#relational-operators-experimental)
4343

0 commit comments

Comments
 (0)