Changes for page Tracking Type
Last modified by Achraf El Kari on 2022/06/13 13:17
<
>
edited by Outhman Moustaghfir
on 2021/05/05 14:34
on 2021/05/05 14:34
edited by Outhman Moustaghfir
on 2021/05/05 14:21
on 2021/05/05 14:21
Change comment:
(Autosaved)
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -23,7 +23,7 @@ 23 23 } 24 24 ] 25 25 }{{/code}} 26 -|(% style="width:155px" %)/rest/git/history [GET]|(% style="width:287px" %) getall commits history, with their IDs ,authors ,messages, dates and if considired as current version or not |(% style="width:283px" %)(no input required)|(% style="width:263px" %){{code language="JSON"}}{26 +|(% style="width:155px" %)/rest/git/history [GET]|(% style="width:287px" %)show all commits history, with their IDs ,authors ,messages, dates and if considired as current version or not |(% style="width:283px" %)(no input required)|(% style="width:263px" %){{code language="JSON"}}{ 27 27 "timestamp": 1620217014704, 28 28 "status": "200", 29 29 "data": [ ... ... @@ -43,24 +43,5 @@ 43 43 } 44 44 ] 45 45 }{{/code}} 46 -|(% style="width:155px" %)/rest/git/commit [POST]|(% style="width:287px" %)commit changes in files with a message|(% style="width:283px" %){{code language="JSON"}}{ 47 -"files": 48 -[ 49 -{"fileName" : "newFile.xml"}, 50 -{"fileName" : "/dir/modifiedFile.pdf"} 51 -], 52 -"message": "this is a commit message" 53 -}{{/code}}|(% style="width:263px" %)((( 54 -it returns a String with the commit message meaning that the commit has passed successfully. 55 55 56 -eg : 57 - 58 -{{code language="JSON"}}{ 59 - "timestamp": 1620217700570, 60 - "status": "200", 61 - "data": "this is a commit message" 62 -}{{/code}} 63 -))) 64 -|(% style="width:155px" %) |(% style="width:287px" %) |(% style="width:283px" %) |(% style="width:263px" %) 65 - 66 66 == ==