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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&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;]}