Skip to content

Commit 3d8159c

Browse files
committed
Add api docs for file-based-service-bindings app feature
1 parent ddd0857 commit 3d8159c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,15 @@
1818
"name": "revisions",
1919
"description": "Enable versioning of an application",
2020
"enabled": false
21+
},
22+
{
23+
"name": "file-based-service-bindings",
24+
"description": "Enable file-based service bindings for the app",
25+
"enabled": false
2126
}
2227
],
2328
"pagination": {
24-
"total_results": 1,
29+
"total_results": 3,
2530
"total_pages": 1,
2631
"first": { "href": "/v3/apps/05d39de4-2c9e-4c76-8fd6-10417da07e42/features" },
2732
"last": { "href": "/v3/apps/05d39de4-2c9e-4c76-8fd6-10417da07e42/features" },

docs/v3/source/includes/resources/app_features/_supported_features.md.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ Name | Description
66
---- | -----------
77
**ssh** | Enable SSHing into the app
88
**revisions** | Enable [versioning](#revisions) of an application
9+
**file-based-service-bindings** | Enable file-based service bindings for the app (experimental)

0 commit comments

Comments
 (0)