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

Commit f53bac1

Browse files
v3(docs): Fix details for service route bindings docs
[#175559041](https://www.pivotaltracker.com/story/show/175559041)
1 parent 8ef7732 commit f53bac1

5 files changed

Lines changed: 13 additions & 7 deletions

File tree

docs/v3/source/includes/api_resources/_service_route_bindings.erb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@
3939
"href": "https://api.example.org/v3/service_instances/8bfe4c1b-9e18-45b1-83be-124163f31f9e"
4040
},
4141
"route": {
42-
"href": "https://api.example.org/v3/apps/74f7c078-0934-470f-9883-4fddss5b8f13"
42+
"href": "https://api.example.org/v3/routes/74f7c078-0934-470f-9883-4fddss5b8f13"
43+
},
44+
"parameters": {
45+
"href": "https://api.example.org/v3/service_route_bindings/b3536566-63e2-428f-8f87-a1b99864ada6/parameters"
4346
}
4447
}
4548
}
@@ -97,6 +100,9 @@
97100
},
98101
"route": {
99102
"href": "https://api.example.org/v3/routes/15697508-cb68-4d88-9f19-85fc53851571"
103+
},
104+
"parameters": {
105+
"href": "https://api.example.org/v3/service_route_bindings/b3536566-63e2-428f-8f87-a1b99864ada6/parameters"
100106
}
101107
}
102108
},

docs/v3/source/includes/experimental_resources/service_route_bindings/_create.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Location: https://api.example.org/v3/jobs/af5c57f6-8769-41fa-a499-2c84ed896788
4848
```
4949

5050
```
51-
Example Request for User-Provided Service Instance
51+
Example Response for User-Provided Service Instance
5252
```
5353

5454
```http

docs/v3/source/includes/experimental_resources/service_route_bindings/_list.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Content-Type: application/json
2222
<%= yield_content :paginated_list_of_service_route_bindings, @service_route_binding_list_path %>
2323
```
2424

25-
This endpoint retrieves the service credential bindings the user has access to.
25+
This endpoint retrieves the service route bindings the user has access to.
2626

2727
#### Definition
2828
`GET <%= @service_route_binding_list_path %>`

docs/v3/source/includes/experimental_resources/service_route_bindings/_object.md.erb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ Example Service Route Binding object
99

1010
Name | Type | Description
1111
---- | ---- | -----------
12-
**guid** | _uuid_ | Unique identifier for the service credential binding
12+
**guid** | _uuid_ | Unique identifier for the service route binding
1313
**created_at** | _[timestamp](#timestamps)_ | The time with zone when the object was created
1414
**updated_at** | _[timestamp](#timestamps)_ | The time with zone when the object was last updated
1515
**route_service_url** | _string_ | The URL for the route service
16-
**metadata.labels** (*experimental*)| [_label object_](#labels) | Labels applied to the service route binding
17-
**metadata.annotations** (*experimental*) | [_annotation object_](#annotations) | Annotations applied to the service route binding
16+
**metadata.labels** | [_label object_](#labels) | Labels applied to the service route binding
17+
**metadata.annotations** | [_annotation object_](#annotations) | Annotations applied to the service route binding
1818
**relationships.service_instance** | [_to-one relationship_](#to-one-relationships) | The service instance that the route is bound to
1919
**relationships.route** | [_to-one relationship_](#to-one-relationships) | The route that the service instance is bound to
2020
**links** | [_links object_](#links) | Links to related resources

docs/v3/source/includes/experimental_resources/service_route_bindings/_update.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ Name | Type | Description
4444
|
4545
--- | ---
4646
Admin |
47-
Space Developer (only for service plans from space-scoped brokers) |
47+
Space Developer |
4848

0 commit comments

Comments
 (0)