Update endpointAsk AIpatch https://api.tatum.io/v4/manage/endpoint/{id}Updates the endpoint with the specified ID using the provided data.Path ParamsiduuidrequiredBody ParamsheadersstringHTTP headers that will be sent with each request to this endpoint. Commonly used for authentication (for example, API keys or tokens) or other required custom headers.displayNamestringlength between 1 and 100Human-readable name of the endpoint. This is the label that will be shown in dashboards, UIs, and other tools.isActivebooleanIndicates whether the endpoint is currently active. Only active endpoints are considered for routing and traffic.truefalseurlstringURL of the endpoint. This is the base URL that will be used to send requests to the endpoint.providerstringlength between 1 and 50Optional provider name for the endpoint. his can be used to specify the infrastructure or RPC provider powering this endpoint.Responses 200The updated endpoint 400Bad request 401Unauthorized 403Forbidden 404Not FoundUpdated 4 months ago