PUT /entity/{id}/bundle2
Update an entity and associated components with a single PUT. Specifically, this operation supports update of an Entity, its Annotations, and its ACL. Upon successful creation, an EntityBundle is returned containing the requested components, as defined by the partsMask in the request object.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/entity/{id}/bundle2
Resource URL Variables
{id} |
Parameters
generatedBy optional |
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view , modify |
HTTP Method | PUT |
Request Object | EntityBundleCreate (application/json) |
Response Object | EntityBundle (application/json) |