Skip to content

Commit

Permalink
Add api docs for file-based-service-bindings app feature
Browse files Browse the repository at this point in the history
  • Loading branch information
philippthun committed Oct 1, 2024
1 parent 56a4150 commit 5782cf8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/v3/source/includes/api_resources/_app_features.erb
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,15 @@
"name": "revisions",
"description": "Enable versioning of an application",
"enabled": false
},
{
"name": "file-based-service-bindings",
"description": "Enable file-based service bindings for the app",
"enabled": false
}
],
"pagination": {
"total_results": 1,
"total_results": 3,
"total_pages": 1,
"first": { "href": "/v3/apps/05d39de4-2c9e-4c76-8fd6-10417da07e42/features" },
"last": { "href": "/v3/apps/05d39de4-2c9e-4c76-8fd6-10417da07e42/features" },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ Name | Description
---- | -----------
**ssh** | Enable SSHing into the app
**revisions** | Enable [versioning](#revisions) of an application
**file-based-service-bindings** | Enable file-based service bindings for the app (experimental)

0 comments on commit 5782cf8

Please sign in to comment.