1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-22 10:05:29 +02:00

Табуляция вызова CLI в доках

This commit is contained in:
Anton
2024-06-09 11:28:22 +03:00
parent 96b8f7f71e
commit 825da8c350
524 changed files with 15 additions and 526 deletions
@@ -29,7 +29,6 @@ sidebar_position: 2
oint gcalendar AddCalendarToList --token %token% --calendar %calendar%
```
@@ -29,7 +29,6 @@ sidebar_position: 4
oint gcalendar DeleteCalendarFromList --token %token% --calendar %calendar%
```
@@ -36,7 +36,6 @@ sidebar_position: 5
oint gcalendar EditListCalendar --token %token% --calendar %calendar% --primary %primary% --secondary %secondary% --hidden %hidden%
```
@@ -28,7 +28,6 @@ sidebar_position: 1
oint gcalendar GetCalendarList --token %token%
```
@@ -29,7 +29,6 @@ sidebar_position: 3
oint gcalendar GetListCalendar --token %token% --calendar %calendar%
```
@@ -27,7 +27,6 @@ sidebar_position: 4
oint gcalendar ClearMainCalendar --token %token%
```
@@ -29,7 +29,6 @@ sidebar_position: 1
oint gcalendar CreateCalendar --token %token% --title %title%
```
@@ -29,7 +29,6 @@ sidebar_position: 5
oint gcalendar DeleteCalendar --token %token% --calendar %calendar%
```
@@ -33,7 +33,6 @@ sidebar_position: 3
oint gcalendar EditCalendarMetadata --token %token% --calendar %calendar% --title "TestCalendar (change.)" --description "TestDescription"
```
@@ -29,7 +29,6 @@ sidebar_position: 2
oint gcalendar GetCalendarMetadata --token %token% --calendar %calendar%
```
@@ -43,7 +43,6 @@ sidebar_position: 4
oint gcalendar CreateEvent --token %token% --calendar %calendar% --props %props%
```
@@ -30,7 +30,6 @@ sidebar_position: 7
oint gcalendar DeleteEvent --token %token% --calendar %calendar% --event %event%
```
@@ -34,7 +34,6 @@ sidebar_position: 6
oint gcalendar EditEvent --token %token% --calendar %calendar% --props %props% --event %event%
```
@@ -24,7 +24,6 @@ sidebar_position: 1
oint gcalendar GetEventDescription
```
@@ -29,7 +29,6 @@ sidebar_position: 2
oint gcalendar GetEventList --token %token% --calendar %calendar%
```
@@ -30,7 +30,6 @@ sidebar_position: 3
oint gcalendar GetEvent --token %token% --calendar %calendar% --event %event%
```
@@ -31,7 +31,6 @@ sidebar_position: 5
oint gcalendar MoveEvent --token %token% --from %from% --to %to% --event %event%
```