v42

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-06323041.1 KB
Endpoint

Update a endpoint

put/workspaces/{ws_id}/endpoints/{id}

Path parameters

idstring required

Request body

idstring
namestring nullable
descriptionstring nullable
enabledboolean
eventsstring[]
metadataMetadata
created_atinteger
updated_atinteger

Example request

{
  "request": {
    "url": "https://example.com"
  },
  "events": [
    "foo.bar"
  ]
}

Response

OK

idstring
namestring nullable
descriptionstring nullable
enabledboolean
eventsstring[]
metadataMetadata
created_atinteger
updated_atinteger

Example response

{
  "request": {
    "url": "https://example.com"
  },
  "events": [
    "foo.bar"
  ]
}