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/api/spaces-management/resolve_copy_saved_objects_conflicts.asciidoc
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,10 @@ Execute the <<spaces-api-copy-saved-objects,copy saved objects to space API>>, w
45
45
`includeReferences`::
46
46
(Optional, boolean) When set to `true`, all saved objects related to the specified saved objects are copied into the target spaces. The `includeReferences` must be the same values used during the failed <<spaces-api-copy-saved-objects, copy saved objects to space API>> operation. The default value is `false`.
47
47
48
+
`createNewCopies`::
49
+
(Optional, boolean) Creates new copies of the saved objects, regenerates each object ID, and resets the origin. When enabled during the
50
+
initial copy, also enable when resolving copy errors. The default value is `true`.
51
+
48
52
`retries`::
49
53
(Required, object) The retry operations to attempt, which can specify how to resolve different types of errors. Object keys represent the
50
54
target space IDs.
@@ -148,6 +152,7 @@ $ curl -X POST api/spaces/_resolve_copy_saved_objects_errors
148
152
"id": "my-dashboard"
149
153
}],
150
154
"includeReferences": true,
155
+
"createNewCopies": false,
151
156
"retries": {
152
157
"sales": [
153
158
{
@@ -246,6 +251,7 @@ $ curl -X POST api/spaces/_resolve_copy_saved_objects_errors
0 commit comments