Skip to content

Commit

Permalink
Remove readonly for uploadtimestamp (#15765)
Browse files Browse the repository at this point in the history
Co-authored-by: Dongwei Wang <[email protected]>
  • Loading branch information
idear1203 and Dongwei Wang authored Aug 27, 2021
1 parent 39c458f commit 8c3ca8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -565,8 +565,7 @@
"uploadedTimestamp": {
"type": "string",
"format": "date-time",
"description": "The last update time of the library.",
"readOnly": true
"description": "The last update time of the library."
},
"type": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -567,8 +567,7 @@
"uploadedTimestamp": {
"type": "string",
"format": "date-time",
"description": "The last update time of the library.",
"readOnly": true
"description": "The last update time of the library."
},
"type": {
"type": "string",
Expand Down

0 comments on commit 8c3ca8b

Please sign in to comment.