Skip to content

Commit 43e2609

Browse files
committed
Clarify that app lifecycle type cannot be changed
1 parent e46f769 commit 43e2609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/v3/source/includes/resources/apps/_update.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Content-Type: application/json
3939
Name | Type | Description
4040
---- | ---- | -----------
4141
**name** | _string_ | Name of the app
42-
**lifecycle** | [_lifecycle object_](#the-lifecycle-object) | Lifecycle to be used when updating the app; note: `data` is a required field in lifecycle if lifecycle is updated
42+
**lifecycle** | [_lifecycle object_](#the-lifecycle-object) | Lifecycle to be used when updating the app; note: `data` is a required field in lifecycle if lifecycle is updated. `type` may NOT be changed from its current value.
4343
**metadata.labels** | [_label object_](#labels) | Labels applied to the app
4444
**metadata.annotations** | [_annotation object_](#annotations) | Annotations applied to the app
4545

0 commit comments

Comments
 (0)