PUT /entity/{id}/generatedBy
Sets the generatedBy relationship for the current version of an Entity.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/entity/{id}/generatedBy
Resource URL Variables
| {id} | The ID of the entity to update. |
Parameters
| generatedBy optional |
The id of the activity to connect to the entity. You must be the creator of the Activity used here. |
| Resource Information | |
|---|---|
| Authentication | Required |
| Required OAuth Scopes | view , modify |
| HTTP Method | PUT |
| Request Object | None |
| Response Object | Activity (application/json) |