Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- [#7469](https://github.com/apache/trafficcontrol/pull/7469) *Traffic Ops* Changed logic to not report empty or missing cookies into TO error.log.

### Fixed
- [#7312](https://github.com/apache/trafficcontrol/issues/7312) *Docs* Changing docs for CDN locks for DELETE response structure v4 and v5.
- [#7539](https://github.com/apache/trafficcontrol/pull/7539) *Traffic Monitor* Use stats_over_http timestamp to calculate bandwidth for TM's health.
- [#7542](https://github.com/apache/trafficcontrol/pull/7542) *Traffic Ops* Fixed `CDN Locks` documentation to reflect the correct RFC3339 timestamps.
- [#6340](https://github.com/apache/trafficcontrol/issues/6340) *Traffic Ops* Fixed alert messages for POST and PUT invalidation job APIs.
Expand Down
8 changes: 7 additions & 1 deletion docs/source/api/v4/cdn_locks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Response Structure
}}

``DELETE``
----------
==========
Deletes an existing ``CDN Lock``.

:Auth. Required: Yes
Expand Down Expand Up @@ -182,6 +182,12 @@ Request Structure

Response Structure
------------------
:userName: The username for which the lock was created.
:cdn: The name of the CDN for which the lock was created.
:message: The message or reason that the user specified while acquiring the lock.
:soft: Whether or not this is a soft(shared) lock.
:sharedUserNames: An array of the usernames that the creator of the lock has shared their lock with.
:lastUpdated: Time that this lock was last updated(created).

.. code-block:: http
:caption: Response Example
Expand Down
8 changes: 7 additions & 1 deletion docs/source/api/v5/cdn_locks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Response Structure
}}

``DELETE``
----------
==========
Deletes an existing ``CDN Lock``.

:Auth. Required: Yes
Expand Down Expand Up @@ -180,6 +180,12 @@ Request Structure

Response Structure
------------------
:userName: The username for which the lock was created.
:cdn: The name of the CDN for which the lock was created.
:message: The message or reason that the user specified while acquiring the lock.
:soft: Whether or not this is a soft(shared) lock.
:sharedUserNames: An array of the usernames that the creator of the lock has shared their lock with.
:lastUpdated: Time that this lock was last updated(created).

.. code-block:: http
:caption: Response Example
Expand Down