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
Copy file name to clipboardExpand all lines: docs/v3/source/includes/resources/apps/_update.md.erb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Content-Type: application/json
39
39
Name | Type | Description
40
40
---- | ---- | -----------
41
41
**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.
43
43
**metadata.labels** | [_label object_](#labels) | Labels applied to the app
44
44
**metadata.annotations** | [_annotation object_](#annotations) | Annotations applied to the app
0 commit comments