---
title: "Changes to Roll endpoint secret"
method: PUT
path: "/v1/projects/{projectID}/endpoints/{endpointID}/expire_secret"
---

# Changes to Roll endpoint secret

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

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 11 of 69 revisions.

- **2026-08-20** (v3) `c6c04abdfb6f` — 1 info
- **2026-07-20** (v3) `bae289777c91` — 18 breaking, 5 warning, 4 info
- **2026-07-06** (v3) `2e8ab34176ea` — 2 info
- **2026-06-30** (v3) `21fa7ff1d01a` — 3 info
- **2026-03-19** (v3) `990a51cff1cc` — 1 warning, 1 info
- **2025-12-04** (v3) `af9526d13dc8` — 1 info
- **2025-11-27** (v3) `88eaa000293b` — 1 warning, 1 info
- **2025-11-12** (v3) `801a0bbf87fd` — 2 info
- **2024-10-23** (v3) `de665d0e2fc3` — 1 info
- **2024-03-26** (v3) `28d285e4302c` — 6 warning, 3 info
- **2024-01-30** (v3) `a138f74e9d23` — 2 breaking

## Changes

- **2026-08-20** (v3) `c6c04abdfb6f` — 1 info
  - added the optional property `allOf[subschema #2]/data/teams_webhook_url` to the response with the `200` status
- **2026-07-20** (v3) `bae289777c91` — 18 breaking, 5 warning, 4 info
  - the response property `allOf[subschema #2]/data` became nullable for the status `400`
  - the response property `allOf[subschema #2]/data` became nullable for the status `401`
  - the response property `allOf[subschema #2]/data` became nullable for the status `404`
  - the response property `allOf[subschema #2]/data/authentication` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/cb_state` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/deleted_at` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/failure_count` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/failure_rate` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/mtls_client_cert` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/period_failure_rate` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/retry_count` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/secrets/items/deleted_at` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/secrets/items/expires_at` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/success_count` became nullable for the status `200`
  - the `allOf[subschema #2]/data` response's property type/format changed from `object`/`` to ``/`` for status `400`
  - the `allOf[subschema #2]/data` response's property type/format changed from `object`/`` to ``/`` for status `401`
  - the `allOf[subschema #2]/data` response's property type/format changed from `object`/`` to ``/`` for status `404`
  - the `allOf[subschema #2]/data/authentication` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `allOf[subschema #2]/data/authentication/api_key` from the response with the `200` status
  - removed the optional property `allOf[subschema #2]/data/authentication/basic_auth` from the response with the `200` status
  - removed the optional property `allOf[subschema #2]/data/authentication/oauth2` from the response with the `200` status
  - removed the optional property `allOf[subschema #2]/data/authentication/type` from the response with the `200` status
  - added the new `` enum value to the `allOf[subschema #2]/data/status` response property for the response status `200`
  - added `#/components/schemas/datastore.EndpointAuthentication` to the `allOf[subschema #2]/data/authentication` response property `allOf` list for the response status `200`
  - added `#/components/schemas/handlers.Stub` to the `allOf[subschema #2]/data` response property `allOf` list for the response status `400`
  - added `#/components/schemas/handlers.Stub` to the `allOf[subschema #2]/data` response property `allOf` list for the response status `401`
  - added `#/components/schemas/handlers.Stub` to the `allOf[subschema #2]/data` response property `allOf` list for the response status `404`
- **2026-07-06** (v3) `2e8ab34176ea` — 2 info
  - added the optional property `allOf[subschema #2]/data/cb_state` to the response with the `200` status
  - added the optional property `allOf[subschema #2]/data/retry_count` to the response with the `200` status
- **2026-06-30** (v3) `21fa7ff1d01a` — 3 info
  - added the optional property `allOf[subschema #2]/data/failure_count` to the response with the `200` status
  - added the optional property `allOf[subschema #2]/data/period_failure_rate` to the response with the `200` status
  - added the optional property `allOf[subschema #2]/data/success_count` to the response with the `200` status
- **2026-03-19** (v3) `990a51cff1cc` — 1 warning, 1 info
  - added the new `basic_auth` enum value to the `allOf[subschema #2]/data/authentication/type` response property for the response status `200`
  - added the optional property `allOf[subschema #2]/data/authentication/basic_auth` to the response with the `200` status
- **2025-12-04** (v3) `af9526d13dc8` — 1 info
  - removed the `pending` enum value from the `allOf[subschema #2]/data/status` response property for the response status `200`
- **2025-11-27** (v3) `88eaa000293b` — 1 warning, 1 info
  - added the new `oauth2` enum value to the `allOf[subschema #2]/data/authentication/type` response property for the response status `200`
  - added the optional property `allOf[subschema #2]/data/authentication/oauth2` to the response with the `200` status
- **2025-11-12** (v3) `801a0bbf87fd` — 2 info
  - added the optional property `allOf[subschema #2]/data/content_type` to the response with the `200` status
  - added the optional property `allOf[subschema #2]/data/mtls_client_cert` to the response with the `200` status
- **2024-10-23** (v3) `de665d0e2fc3` — 1 info
  - added the optional property `allOf[subschema #2]/data/failure_rate` to the response with the `200` status
- **2024-03-26** (v3) `28d285e4302c` — 6 warning, 3 info
  - removed the optional property `allOf[#/components/schemas/util.ServerResponse]/data` from the response with the `200` status
  - removed the optional property `allOf[#/components/schemas/util.ServerResponse]/data` from the response with the `400` status
  - removed the optional property `allOf[#/components/schemas/util.ServerResponse]/data` from the response with the `401` status
  - removed the optional property `allOf[#/components/schemas/util.ServerResponse]/data` from the response with the `404` status
  - removed the optional property `allOf[subschema #2]/data/target_url` from the response with the `200` status
  - removed the optional property `allOf[subschema #2]/data/title` from the response with the `200` status
  - api operation id `ExpireSecret` was added
  - added the optional property `allOf[subschema #2]/data/name` to the response with the `200` status
  - added the optional property `allOf[subschema #2]/data/url` to the response with the `200` status
- **2024-01-30** (v3) `a138f74e9d23` — 2 breaking
  - 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`

---

[Operation](https://skmtc.dev/getconvoy/apis/convoy-api-reference/docs/v1/projects/:projectID/endpoints/:endpointID/expire_secret/put.md) · [API](https://skmtc.dev/getconvoy/apis/convoy-api-reference.md) · [Page](https://skmtc.dev/getconvoy/apis/convoy-api-reference/changes/v1/projects/:projectID/endpoints/:endpointID/expire_secret/put)
