v1

latestOpenAPI 3.0.3Apache 2.02026-07-17323041.0 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"
  ]
}