This is an automated email from the ASF dual-hosted git repository.
rshah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
The following commit(s) were added to refs/heads/master by this push:
new 960377987d Fix timestamps on cdn locks documentation (#7542)
960377987d is described below
commit 960377987d797b7bd34a0748231455077a0d1bc2
Author: Srijeet Chatterjee <[email protected]>
AuthorDate: Thu May 25 14:52:46 2023 -0600
Fix timestamps on cdn locks documentation (#7542)
* fix timestamps on cdn locks documentation
* fix changelog
---
CHANGELOG.md | 1 +
docs/source/api/v4/cdn_locks.rst | 6 +++---
docs/source/api/v5/cdn_locks.rst | 6 +++---
3 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f8b8afc7e0..b0445266ff 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/docs/source/api/v4/cdn_locks.rst b/docs/source/api/v4/cdn_locks.rst
index d7b28fceb7..a35274d718 100644
--- a/docs/source/api/v4/cdn_locks.rst
+++ b/docs/source/api/v4/cdn_locks.rst
@@ -66,7 +66,7 @@ Response Structure
"sharedUserNames": [
"user1"
],
- "lastUpdated": "2021-05-26T09:31:57-06"
+ "lastUpdated": "2021-05-26T09:31:57.01527-06:00"
}
]}
@@ -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``
@@ -212,5 +212,5 @@ Response Structure
"sharedUserNames": [
"user1"
],
- "lastUpdated": "2021-05-26T10:59:10-06"
+ "lastUpdated": "2021-05-26T10:59:10.02632-06:00"
}}
diff --git a/docs/source/api/v5/cdn_locks.rst b/docs/source/api/v5/cdn_locks.rst
index 352625f82d..5031485ee2 100644
--- a/docs/source/api/v5/cdn_locks.rst
+++ b/docs/source/api/v5/cdn_locks.rst
@@ -64,7 +64,7 @@ Response Structure
"sharedUserNames": [
"user1"
],
- "lastUpdated": "2021-05-26T09:31:57-06"
+ "lastUpdated": "2021-05-26T09:31:57.01527-06:00"
}
]}
@@ -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``
@@ -210,5 +210,5 @@ Response Structure
"sharedUserNames": [
"user1"
],
- "lastUpdated": "2021-05-26T10:59:10-06"
+ "lastUpdated": "2021-05-26T10:59:10.02632-06:00"
}}