You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 2, 2021. It is now read-only.
add space,space.organization includes to /v3/routes
Client can now include spaces and organizations inline
on GET /v3/routes and GET /v3/routes/:guid endpoints
[#174502491](https://www.pivotaltracker.com/story/show/174502491)
Co-authored-by: Tim Downey <tdowney@vmware.com>
Co-authored-by: Connor Braa <cbraa@pivotal.io>
Copy file name to clipboardExpand all lines: docs/v3/source/includes/resources/routes/_get.md.erb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Content-Type: application/json
28
28
29
29
Name | Type | Description
30
30
---- | ---- | ------------
31
-
**include** (*experimental*)| _string_ | Optionally include additional related resources in the response <br>Valid value is `domain`
31
+
**include** (*experimental*)| _string_ | Optionally include additional related resources in the response <br>Valid values are `domain`, `space.organization`, `space`
Copy file name to clipboardExpand all lines: docs/v3/source/includes/resources/routes/_list.md.erb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Name | Type | Description
41
41
**per_page** | _integer_ | Number of results per page; <br>valid values are 1 through 5000
42
42
**order_by** | _string_ | Value to sort by. Defaults to ascending; prepend with `-` to sort descending. <br>Valid values are `created_at`, `updated_at`
43
43
**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 value is `domain`
44
+
**include** (*experimental*)| _string_ | Optionally include a list of unique related resources in the response <br>Valid values are `domain`, `space.organization`, `space`
0 commit comments