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
Key | Datatype | Required | Description |
---|---|---|---|
If-Match | string | (Required) ETag of the resource | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"id":"7dc53df5703e49b38670b1c468f47f1f","name":"my-subscription-name","storageAccount":"dlbucketname","storagePath":"data/ten=tenantname/myfolder/mysubfolder OR data/sub=subtenantId/myfolder/mysubfolder","destination":"aws-sns://arn:aws:sns:region:account-id:topicname","eTag":1,"status":"ACTIVE","subtenantId":"204a896c-a23a-11e9-a2a3-2a2ae2dbcce4"}