---
title: "Update an endpoint"
method: PUT
path: "/v1/projects/{projectID}/endpoints/{endpointID}"
tags: ["Endpoints"]
---

# Update an endpoint

`PUT /v1/projects/{projectID}/endpoints/{endpointID}`

This endpoint updates an endpoint

## Path parameters

- `projectID` string, required
- `endpointID` string, required

## Request body

- ModelsUpdateEndpoint
  - `advanced_signatures` boolean
  - `authentication` ModelsEndpointAuthentication
    - `api_key` ModelsApiKey
      - `header_name` string
      - `header_value` string
    - `type` 'api_key'
  - `description` string
  - `http_timeout` integer
  - `is_disabled` boolean
  - `name` string
  - `owner_id` string
  - `rate_limit` integer
  - `rate_limit_duration` integer
  - `secret` string
  - `slack_webhook_url` string
  - `support_email` string
  - `url` string

## Changes

- **2024-01-30** `5a219dba9f40` — 1 breaking, 2 info
  - removed the success response with the status `202`
  - api operation id `UpdateEndpoint` removed and replaced with ``
  - added the success response with the status `200`

[Change history](https://skmtc.dev/frain-dev/apis/convoy-api-reference/changes/v1/projects/:projectID/endpoints/:endpointID/put.md)

---

[API](https://skmtc.dev/frain-dev/apis/convoy-api-reference.md) · [All operations](https://skmtc.dev/frain-dev/apis/convoy-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/frain-dev/convoy-api-reference/revisions/5a219dba9f40/schema)
