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.
Copy file name to clipboardExpand all lines: docs/v3/source/includes/resources/apps/_create.md.erb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -51,14 +51,14 @@ Name | Type | Description | Default
51
51
**metadata.labels** | [_label object_](#labels) | Labels applied to the app
52
52
**metadata.annotations** | [_annotation object_](#annotations) | Annotations applied to the app
53
53
54
-
#### Potential errors (*experimental*)
54
+
#### Potential errors *(experimental)*
55
55
56
56
In addition to any [common errors](#common-errors), this endpoint may return the following errors.
57
57
58
58
Title | Code | HTTP Status | Description
59
59
----- | ---- | ----------- | -----------
60
60
`CF-UniquenessError` | 10016 | 422 | The given app name is already taken in the targeted space
61
-
`CF-FeatureDisabled` | 330002 | 422 | Some [feature flag](#list-of-feature-flags) must be enabled by the CloudFoundry admin in order to push the app as is. The `detail` message should contain information on which feature is disabled.
61
+
`CF-FeatureDisabled` | 330002 | 403 | Some [feature flag](#list-of-feature-flags) must be enabled by the Cloud Foundry admin in order to push the app as is. The `detail` message should contain information on which feature is disabled.
0 commit comments