Open
Description
openedon Oct 16, 2024
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment