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
There are several saved object metadata properties that we return in the API response. We should decide if/how we want to expose these properties. Because these properties are automatically updated by the saved objects client we only expose these in the response. These properties can not be created or modified by API consumers in requests. The only exception is id which can be optionally specified in the Create endpoint.
id
type
updatedAt
createdAt
updatedBy
createdBy
managed
The text was updated successfully, but these errors were encountered:
There are several saved object metadata properties that we return in the API response. We should decide if/how we want to expose these properties. Because these properties are automatically updated by the saved objects client we only expose these in the response. These properties can not be created or modified by API consumers in requests. The only exception is
id
which can be optionally specified in the Create endpoint.The text was updated successfully, but these errors were encountered: