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 15:04
on 2021/05/05 15:04
edited by Outhman Moustaghfir
on 2021/05/05 15:10
on 2021/05/05 15:10
Change comment:
(Autosaved)
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -68,7 +68,7 @@ 68 68 )))|(% style="width:189px" %)((( 69 69 switch to a certain version and return the history of all commits. 70 70 71 -**__NB __**: if there are modified files in the current version, these files will be moved to a new directory called : 71 +**__NB __**: if there are some modified files in the current version, these files will be moved to a new directory called : 72 72 73 73 .../archive/git-{timestamp} 74 74 )))|(% style="width:383px" %)((( ... ... @@ -99,8 +99,21 @@ 99 99 } 100 100 ] 101 101 }{{/code}} 102 -|(% style="width:166px" %)/rest/git/update|(% style="width:189px" %)((( 102 +|(% style="width:166px" %)/rest/git/update [GET]|(% style="width:189px" %)((( 103 103 Integrates and pulls changes from a remote repository into the current branch. 104 -)))|(% style="width:383px" %)(no input required)|(% style="width:449px" %) 104 +)))|(% style="width:383px" %)(no input required)|(% style="width:449px" %)((( 105 +it returns a success message. 105 105 107 +eg : 108 + 109 +{{code language="JSON"}} 110 +{ 111 + "timestamp": 1620219625637, 112 + "status": "200", 113 + "data": "branch is now updated" 114 +} 115 +{{/code}} 116 +))) 117 +|(% style="width:166px" %)/rest/environment/init [POST]|(% style="width:189px" %) |(% style="width:383px" %) |(% style="width:449px" %) 118 + 106 106 == ==