The Open API specification for Synapse is now available for download!

Download Open API Spec

PUT /activity/{id}

Update an Activity

Access Control: You must be the creator of the Activity to modify it.

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/activity/{id}

Resource URL Variables
{id} The id of the activity to update.
Resource Information
Authentication Required
Required OAuth Scopes view , modify
HTTP Method PUT
Request Object Activity
(application/json)
Response Object Activity
(application/json)