Endpoints
Update Endpoint
This endpoint updates an existing endpoint’s url.
PUT
/
v1
/
endpoints
/
{endpointId}
This will only apply to newly created messages. All messages published before this endpoint was updated will still use the old url.
Request
endpointId
string
requiredThe id of the endpoint
Request Parameters
url
string
requiredThe new url of the endpoint
Response
topicId
string
requiredThe id of the topic this endpoint subscribes to.
Either topicId
or topicName
must be set
topicName
string
requiredThe name of the topic this endpoint subscribes to.
Either topicId
or topicName
must be set
url
string
requiredThe url where all requests will be sent to.
Was this page helpful?