Update Endpoint

PUT {{baseUrl}}/api/v1/app/:app_id/endpoint/:endpoint_id

Update an endpoint.

Request Body

{"url"=>"<uri>", "description"=>"", "rateLimit"=>"<uint16>", "uid"=>"<string>", "version"=>1, "disabled"=>false, "filterTypes"=>["<string>"], "channels"=>["<string>"]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;createdAt&quot;:&quot;1984-01-28T08:36:02.052Z&quot;,&quot;description&quot;:&quot;reprehenderit consequat voluptate&quot;,&quot;id&quot;:&quot;ep_1srOrx2ZWZBpBUvZwXKQmoEYga2&quot;,&quot;metadata&quot;:{&quot;magna1&quot;:&quot;in eiusmod&quot;},&quot;updatedAt&quot;:&quot;2018-12-23T13:31:03.659Z&quot;,&quot;url&quot;:&quot;https://example.com/webhook/&quot;,&quot;version&quot;:1,&quot;rateLimit&quot;:11829569,&quot;uid&quot;:&quot;unique-ep-identifier&quot;,&quot;disabled&quot;:false,&quot;filterTypes&quot;:[&quot;user.signup&quot;,&quot;user.deleted&quot;],&quot;channels&quot;:[&quot;project_123&quot;,&quot;group_2&quot;]}