1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-06 08:49:29 +02:00

Правки формирования MD

This commit is contained in:
Anton Titovets
2024-06-05 13:35:05 +03:00
parent 943aadd5ab
commit a86eb5b449
513 changed files with 2447 additions and 2445 deletions

View File

@@ -25,7 +25,7 @@ sidebar_position: 1
Response = OPI_Slack.GenerateImageBlock(URL, Text); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
```

View File

@@ -25,7 +25,7 @@ sidebar_position: 4
Response = OPI_Slack.ArchiveChannel(Token, Channel); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
```

View File

@@ -25,7 +25,7 @@ sidebar_position: 3
Response = OPI_Slack.CreateChannel(Token, Name, False); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
```

View File

@@ -24,7 +24,7 @@ sidebar_position: 6
Response = OPI_Slack.GetChannelHistory(Token, Channel); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
```

View File

@@ -25,7 +25,7 @@ sidebar_position: 1
Response = OPI_Slack.GetChannelList(Token, ExcludeArchived); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
```

View File

@@ -25,7 +25,7 @@ sidebar_position: 2
Response = OPI_Slack.GetChannelUserList(Token, Channel); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
```

View File

@@ -24,7 +24,7 @@ sidebar_position: 5
Response = OPI_Slack.GetChannel(Token, Channel); //Map
Response = OPI_Tools.JSONString(Response);//JSON string
```

View File

@@ -27,7 +27,7 @@ sidebar_position: 7
Response = OPI_Slack.InviteUsersToChannel(Token, Channel, ArrayOfUsers); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
```

View File

@@ -24,7 +24,7 @@ sidebar_position: 9
Response = OPI_Slack.JoinChannel(Token, Channel); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
```

View File

@@ -26,7 +26,7 @@ sidebar_position: 8
Response = OPI_Slack.KickUserFromChannel(Token, Channel, User); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
```

View File

@@ -24,7 +24,7 @@ sidebar_position: 10
Response = OPI_Slack.LeaveChannel(Token, Channel); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
```

View File

@@ -26,7 +26,7 @@ sidebar_position: 13
Response = OPI_Slack.RenameChannel(Token, Channel, Name); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
```

View File

@@ -26,7 +26,7 @@ sidebar_position: 12
Response = OPI_Slack.SetChannelGoal(Token, Channel, Purpose); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
```

View File

@@ -26,7 +26,7 @@ sidebar_position: 11
Response = OPI_Slack.SetChannelTopic(Token, Channel, Topic); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
```

View File

@@ -26,7 +26,7 @@ sidebar_position: 3
Response = OPI_Slack.AddExternalFile(Token, URL, Title); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
```

View File

@@ -24,7 +24,7 @@ sidebar_position: 5
Response = OPI_Slack.DeleteExternalFile(Token, FileID); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
```

View File

@@ -25,7 +25,7 @@ sidebar_position: 1
Response = OPI_Slack.GetExternalFileList(Token, Channel); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
```

View File

@@ -24,7 +24,7 @@ sidebar_position: 2
Response = OPI_Slack.GetExternalFile(Token, FileID); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
```

View File

@@ -26,7 +26,7 @@ sidebar_position: 4
Response = OPI_Slack.SendExternalFile(Token, FileID, Channel); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
```

View File

@@ -24,7 +24,7 @@ sidebar_position: 2
Response = OPI_Slack.CloseDialog(Token, Dialog); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
```

View File

@@ -26,7 +26,7 @@ sidebar_position: 1
Response = OPI_Slack.OpenDialog(Token, ArrayOfUsers); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
```

View File

@@ -24,7 +24,7 @@ sidebar_position: 4
Response = OPI_Slack.DeleteFile(Token, FileID); //Map
Response = OPI_Tools.JSONString(Response);//JSON string
```

View File

@@ -24,7 +24,7 @@ sidebar_position: 3
Response = OPI_Slack.GetFileData(Token, FileID); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
```

View File

@@ -26,7 +26,7 @@ sidebar_position: 1
Response = OPI_Slack.GetFilesList(Token, Channel, PageNumber); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
```

View File

@@ -30,7 +30,7 @@ sidebar_position: 2
Response = OPI_Slack.UploadFile(Token, File, FileName, Title, Channel); //Map
Response = OPI_Tools.JSONString(Response);//JSON string
```

View File

@@ -22,7 +22,7 @@ sidebar_position: 1
Response = OPI_Slack.GetBotInformation(Token); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
```

View File

@@ -23,7 +23,7 @@ sidebar_position: 3
Response = OPI_Slack.GetUserList(Token, Cursor); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
```

View File

@@ -23,7 +23,7 @@ sidebar_position: 2
Response = OPI_Slack.GetWorkspaceList(Token); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
```

View File

@@ -27,7 +27,7 @@ sidebar_position: 4
Response = OPI_Slack.DeleteMessage(Token, Channel, Timestamp); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
```

View File

@@ -29,7 +29,7 @@ sidebar_position: 3
Response = OPI_Slack.EditMessage(Token, Channel, Timestamp, Text); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
```

View File

@@ -25,7 +25,7 @@ sidebar_position: 5
Response = OPI_Slack.GetDelayedMessageList(Token, Channel); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
```

View File

@@ -26,7 +26,7 @@ sidebar_position: 6
Response = OPI_Slack.GetMessageLink(Token, Channel, Timestamp); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
```

View File

@@ -27,7 +27,7 @@ sidebar_position: 7
Response = OPI_Slack.GetMessageReplyList(Token, Channel, Timestamp); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
```

View File

@@ -28,7 +28,7 @@ Sends a message that arrives in the channel but is visible only to a specific us
Response = OPI_Slack.SendEphemeralMessage(Token, Channel,, User, Block); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
```

View File

@@ -28,7 +28,7 @@ sidebar_position: 1
Response = OPI_Slack.SendMessage(Token, Channel, Text); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
```