1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-23 22:05:15 +02:00

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

This commit is contained in:
Anton
2024-06-09 11:28:22 +03:00
parent 508ba20839
commit 6203126c57
524 changed files with 15 additions and 526 deletions

View File

@@ -36,7 +36,6 @@ sidebar_position: 1
oint airtable CreateField --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --fielddata %fielddata%
```

View File

@@ -30,7 +30,6 @@ sidebar_position: 5
oint airtable GetAttachmentField --title "Attachment"
```

View File

@@ -30,7 +30,6 @@ sidebar_position: 6
oint airtable GetCheckboxField --title "Checkbox"
```

View File

@@ -30,7 +30,6 @@ sidebar_position: 7
oint airtable GetDateField --title "Date"
```

View File

@@ -30,7 +30,6 @@ sidebar_position: 8
oint airtable GetEmailField --title "Email"
```

View File

@@ -30,7 +30,6 @@ sidebar_position: 10
oint airtable GetLinkField --title "Link"
```

View File

@@ -32,7 +32,6 @@ sidebar_position: 4
oint airtable GetNumberField --title "Number" --precision "0"
```

View File

@@ -30,7 +30,6 @@ sidebar_position: 9
oint airtable GetPhoneField --title "Phone"
```

View File

@@ -30,7 +30,6 @@ sidebar_position: 3
oint airtable GetStringField --title "String"
```

View File

@@ -39,7 +39,6 @@ sidebar_position: 2
oint airtable ModifyField --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --field "fld3IbFtHZtBHQwsk" --title %title% --description "New description"
```