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
Currently Create Object API specifies a type and an ID for the saved object but no space as below:
POST api/saved_objects/index-pattern/my-pattern
{
"attributes": {
"title": "my-pattern-*"
}
}
If we create a saved object using the API, the object is created in the default space.
I hope we can specify the space where we want to create the object using the API.
Describe a specific use case for the feature:
The text was updated successfully, but these errors were encountered:
Maybe the way to go is to use the Rest endpoint for dashboard export/import, respectively you have all your saved objects organized below a dashboard?
Direct assignment of a space or at least a copy-to-space endpoint for saved objects would be a bit more handy.
Describe the feature:
Currently Create Object API specifies a type and an ID for the saved object but no space as below:
If we create a saved object using the API, the object is created in the default space.
I hope we can specify the space where we want to create the object using the API.
Describe a specific use case for the feature:
The text was updated successfully, but these errors were encountered: