Skip to content

Commit

Permalink
Fix timestamps on cdn locks documentation (#7542)
Browse files Browse the repository at this point in the history
* fix timestamps on cdn locks documentation

* fix changelog
  • Loading branch information
srijeet0406 authored May 25, 2023
1 parent daa7d21 commit 9603779
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,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
- [#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.
- [#7511](https://github.com/apache/trafficcontrol/pull/7511) *Traffic Ops* Fixed the changelog registration message to include the username instead of duplicate email entry.
- [#7465](https://github.com/apache/trafficcontrol/issues/7465) *Traffic Ops* Fixes server_capabilities v5 apis to respond with RFC3339 date/time Format
Expand Down
6 changes: 3 additions & 3 deletions docs/source/api/v4/cdn_locks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Response Structure
"sharedUserNames": [
"user1"
],
"lastUpdated": "2021-05-26T09:31:57-06"
"lastUpdated": "2021-05-26T09:31:57.01527-06:00"
}
]}
Expand Down Expand Up @@ -146,7 +146,7 @@ Response Structure
"sharedUserNames": [
"user1"
],
"lastUpdated": "2021-05-26T10:59:10-06"
"lastUpdated": "2021-05-26T10:59:10.03557-06:00"
}}
``DELETE``
Expand Down Expand Up @@ -212,5 +212,5 @@ Response Structure
"sharedUserNames": [
"user1"
],
"lastUpdated": "2021-05-26T10:59:10-06"
"lastUpdated": "2021-05-26T10:59:10.02632-06:00"
}}
6 changes: 3 additions & 3 deletions docs/source/api/v5/cdn_locks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Response Structure
"sharedUserNames": [
"user1"
],
"lastUpdated": "2021-05-26T09:31:57-06"
"lastUpdated": "2021-05-26T09:31:57.01527-06:00"
}
]}
Expand Down Expand Up @@ -144,7 +144,7 @@ Response Structure
"sharedUserNames": [
"user1"
],
"lastUpdated": "2021-05-26T10:59:10-06"
"lastUpdated": "2021-05-26T10:59:10.03557-06:00"
}}
``DELETE``
Expand Down Expand Up @@ -210,5 +210,5 @@ Response Structure
"sharedUserNames": [
"user1"
],
"lastUpdated": "2021-05-26T10:59:10-06"
"lastUpdated": "2021-05-26T10:59:10.02632-06:00"
}}

0 comments on commit 9603779

Please sign in to comment.