---
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** (v3) `a138f74e9d23` — 4 breaking
  - the `http_timeout` request property type/format changed from `string`/`` to `integer`/``
  - the `rate_limit_duration` request property type/format changed from `string`/`` to `integer`/``
  - the `allOf[subschema #2]/data/http_timeout` response's property type/format changed from `string`/`` to `integer`/`` for status `200`
  - the `allOf[subschema #2]/data/rate_limit_duration` response's property type/format changed from `string`/`` to `integer`/`` for status `200`

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

---

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