Update object event subscription by id.

PATCH {{baseUrl}}/objectEventSubscriptions/:id

Update object event subscription.

Request Body

{"name"=>"<string>", "path"=>"<string>", "destination"=>"<string>", "status"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
If-Matchstring(Required) ETag of the resource
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;id&quot;:&quot;7dc53df5703e49b38670b1c468f47f1f&quot;,&quot;name&quot;:&quot;my-subscription-name&quot;,&quot;storageAccount&quot;:&quot;dlbucketname&quot;,&quot;storagePath&quot;:&quot;data/ten=tenantname/myfolder/mysubfolder OR data/sub=subtenantId/myfolder/mysubfolder&quot;,&quot;destination&quot;:&quot;aws-sns://arn:aws:sns:region:account-id:topicname&quot;,&quot;eTag&quot;:1,&quot;status&quot;:&quot;ACTIVE&quot;,&quot;subtenantId&quot;:&quot;204a896c-a23a-11e9-a2a3-2a2ae2dbcce4&quot;}