Patch Endpoint
PATCH {{baseUrl}}/api/v1/app/:app_id/endpoint/:endpoint_id
Partially update an endpoint.
Request Body
{"description"=>"<string>", "rateLimit"=>"<uint16>", "uid"=>"<string>", "url"=>"<uri>", "version"=>"<uint16>", "disabled"=>"<boolean>", "filterTypes"=>["<string>"], "channels"=>["<string>"], "secret"=>"<string>", "metadata"=>{"Excepteur2_6"=>"<string>", "aliquip_8_"=>"<string>"}}
HEADERS
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
| Accept
| string | | |
RESPONSES
status: OK
{"createdAt":"1984-01-28T08:36:02.052Z","description":"reprehenderit consequat voluptate","id":"ep_1srOrx2ZWZBpBUvZwXKQmoEYga2","metadata":{"magna1":"in eiusmod"},"updatedAt":"2018-12-23T13:31:03.659Z","url":"https://example.com/webhook/","version":1,"rateLimit":11829569,"uid":"unique-ep-identifier","disabled":false,"filterTypes":["user.signup","user.deleted"],"channels":["project_123","group_2"]}