diff --git a/.github/workflows/os/docs_main.os b/.github/workflows/os/docs_main.os index a8f583178..01006bbd3 100644 --- a/.github/workflows/os/docs_main.os +++ b/.github/workflows/os/docs_main.os @@ -433,9 +433,7 @@ ТекстПримечания = СтрЗаменить(ТекстПримечания, "@", "https://"); - ТекстПримечания = "
" - + Символы.ПС - + ":::tip" + ТекстПримечания = ":::tip" + Символы.ПС + ТекстПримечания + Символы.ПС diff --git a/.github/workflows/os/template.md b/.github/workflows/os/template.md index 86870ffbf..0e15dfa77 100644 --- a/.github/workflows/os/template.md +++ b/.github/workflows/os/template.md @@ -17,6 +17,7 @@ sidebar_position: @Счетчик Возвращаемое значение: @ВозвращаемоеЗначение +
@Примечание diff --git a/docs/en/md/Airtable/Comment-management/Create-comment.md b/docs/en/md/Airtable/Comment-management/Create-comment.md index 7734bd9e1..9346fbdd1 100644 --- a/docs/en/md/Airtable/Comment-management/Create-comment.md +++ b/docs/en/md/Airtable/Comment-management/Create-comment.md @@ -22,6 +22,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - serialized JSON response from Airtable +
diff --git a/docs/en/md/Airtable/Comment-management/Delete-comment.md b/docs/en/md/Airtable/Comment-management/Delete-comment.md index f2191848f..f37f79c00 100644 --- a/docs/en/md/Airtable/Comment-management/Delete-comment.md +++ b/docs/en/md/Airtable/Comment-management/Delete-comment.md @@ -22,6 +22,7 @@ sidebar_position: 4 Returns: Map Of KeyAndValue - serialized JSON response from Airtable +
diff --git a/docs/en/md/Airtable/Comment-management/Edit-comment.md b/docs/en/md/Airtable/Comment-management/Edit-comment.md index cee35c5ff..7ae0da238 100644 --- a/docs/en/md/Airtable/Comment-management/Edit-comment.md +++ b/docs/en/md/Airtable/Comment-management/Edit-comment.md @@ -23,6 +23,7 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - serialized JSON response from Airtable +
diff --git a/docs/en/md/Airtable/Comment-management/Get-comments.md b/docs/en/md/Airtable/Comment-management/Get-comments.md index a0b7ef5fa..18fb3ca35 100644 --- a/docs/en/md/Airtable/Comment-management/Get-comments.md +++ b/docs/en/md/Airtable/Comment-management/Get-comments.md @@ -22,6 +22,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - serialized JSON response from Airtable +
diff --git a/docs/en/md/Airtable/Record-management/Create-posts.md b/docs/en/md/Airtable/Record-management/Create-posts.md index 9f4d12b27..1ca06d2cb 100644 --- a/docs/en/md/Airtable/Record-management/Create-posts.md +++ b/docs/en/md/Airtable/Record-management/Create-posts.md @@ -21,6 +21,7 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - serialized JSON response from Airtable +
diff --git a/docs/en/md/Airtable/Record-management/Delete-posts.md b/docs/en/md/Airtable/Record-management/Delete-posts.md index 3054c14b7..f14480e75 100644 --- a/docs/en/md/Airtable/Record-management/Delete-posts.md +++ b/docs/en/md/Airtable/Record-management/Delete-posts.md @@ -21,6 +21,7 @@ sidebar_position: 4 Returns: Map Of KeyAndValue - serialized JSON response from Airtable +
diff --git a/docs/en/md/Airtable/Record-management/Get-list-of-records.md b/docs/en/md/Airtable/Record-management/Get-list-of-records.md index 1c953db22..a6f794a76 100644 --- a/docs/en/md/Airtable/Record-management/Get-list-of-records.md +++ b/docs/en/md/Airtable/Record-management/Get-list-of-records.md @@ -21,6 +21,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - serialized JSON response from Airtable +
diff --git a/docs/en/md/Airtable/Record-management/Get-record.md b/docs/en/md/Airtable/Record-management/Get-record.md index 5cc0f268d..d83a08bbe 100644 --- a/docs/en/md/Airtable/Record-management/Get-record.md +++ b/docs/en/md/Airtable/Record-management/Get-record.md @@ -21,6 +21,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - serialized JSON response from Airtable +
diff --git a/docs/en/md/Airtable/Table-management/Create-table.md b/docs/en/md/Airtable/Table-management/Create-table.md index df9bcbd9c..3b044bbaf 100644 --- a/docs/en/md/Airtable/Table-management/Create-table.md +++ b/docs/en/md/Airtable/Table-management/Create-table.md @@ -22,6 +22,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - serialized JSON response from Airtable +
diff --git a/docs/en/md/Airtable/Table-management/Modify-table.md b/docs/en/md/Airtable/Table-management/Modify-table.md index ef41f53b1..c1e3c3190 100644 --- a/docs/en/md/Airtable/Table-management/Modify-table.md +++ b/docs/en/md/Airtable/Table-management/Modify-table.md @@ -22,6 +22,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - serialized JSON response from Airtable +
diff --git a/docs/en/md/Airtable/Working-with-databases/Create-database.md b/docs/en/md/Airtable/Working-with-databases/Create-database.md index 0ea74c09f..639c3b187 100644 --- a/docs/en/md/Airtable/Working-with-databases/Create-database.md +++ b/docs/en/md/Airtable/Working-with-databases/Create-database.md @@ -21,6 +21,7 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - serialized JSON response from Airtable +
diff --git a/docs/en/md/Airtable/Working-with-databases/Get-database-tables.md b/docs/en/md/Airtable/Working-with-databases/Get-database-tables.md index 4700354b5..62fd8a300 100644 --- a/docs/en/md/Airtable/Working-with-databases/Get-database-tables.md +++ b/docs/en/md/Airtable/Working-with-databases/Get-database-tables.md @@ -19,6 +19,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - serialized JSON response from Airtable +
diff --git a/docs/en/md/Airtable/Working-with-databases/Get-list-of-bases.md b/docs/en/md/Airtable/Working-with-databases/Get-list-of-bases.md index 0d0c2dbf6..2207c2f76 100644 --- a/docs/en/md/Airtable/Working-with-databases/Get-list-of-bases.md +++ b/docs/en/md/Airtable/Working-with-databases/Get-list-of-bases.md @@ -19,6 +19,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - serialized JSON response from Airtable +
diff --git a/docs/en/md/Airtable/Working-with-fields/Create-field.md b/docs/en/md/Airtable/Working-with-fields/Create-field.md index 42727e590..64e1b176c 100644 --- a/docs/en/md/Airtable/Working-with-fields/Create-field.md +++ b/docs/en/md/Airtable/Working-with-fields/Create-field.md @@ -21,6 +21,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - serialized JSON response from Airtable +
diff --git a/docs/en/md/Airtable/Working-with-fields/Get-attachment-field.md b/docs/en/md/Airtable/Working-with-fields/Get-attachment-field.md index bc982cc61..f7a15d0f3 100644 --- a/docs/en/md/Airtable/Working-with-fields/Get-attachment-field.md +++ b/docs/en/md/Airtable/Working-with-fields/Get-attachment-field.md @@ -18,6 +18,7 @@ sidebar_position: 5 Returns: Structure - Field description +
diff --git a/docs/en/md/Airtable/Working-with-fields/Get-checkbox-field.md b/docs/en/md/Airtable/Working-with-fields/Get-checkbox-field.md index a28e67b22..50edb071e 100644 --- a/docs/en/md/Airtable/Working-with-fields/Get-checkbox-field.md +++ b/docs/en/md/Airtable/Working-with-fields/Get-checkbox-field.md @@ -18,6 +18,7 @@ sidebar_position: 6 Returns: Structure - Field description +
diff --git a/docs/en/md/Airtable/Working-with-fields/Get-date-field.md b/docs/en/md/Airtable/Working-with-fields/Get-date-field.md index 8a48f4523..62030ef87 100644 --- a/docs/en/md/Airtable/Working-with-fields/Get-date-field.md +++ b/docs/en/md/Airtable/Working-with-fields/Get-date-field.md @@ -18,6 +18,7 @@ sidebar_position: 7 Returns: Structure - Field description +
diff --git a/docs/en/md/Airtable/Working-with-fields/Get-email-field.md b/docs/en/md/Airtable/Working-with-fields/Get-email-field.md index 7e6371669..b50778fce 100644 --- a/docs/en/md/Airtable/Working-with-fields/Get-email-field.md +++ b/docs/en/md/Airtable/Working-with-fields/Get-email-field.md @@ -18,6 +18,7 @@ sidebar_position: 8 Returns: Structure - Field description +
diff --git a/docs/en/md/Airtable/Working-with-fields/Get-link-field.md b/docs/en/md/Airtable/Working-with-fields/Get-link-field.md index 8ce8bd734..df1c90447 100644 --- a/docs/en/md/Airtable/Working-with-fields/Get-link-field.md +++ b/docs/en/md/Airtable/Working-with-fields/Get-link-field.md @@ -18,6 +18,7 @@ sidebar_position: 10 Returns: Structure - Field description +
diff --git a/docs/en/md/Airtable/Working-with-fields/Get-number-field.md b/docs/en/md/Airtable/Working-with-fields/Get-number-field.md index 67fe84fae..c30228f44 100644 --- a/docs/en/md/Airtable/Working-with-fields/Get-number-field.md +++ b/docs/en/md/Airtable/Working-with-fields/Get-number-field.md @@ -19,6 +19,7 @@ sidebar_position: 4 Returns: Structure - Field description +
diff --git a/docs/en/md/Airtable/Working-with-fields/Get-phone-field.md b/docs/en/md/Airtable/Working-with-fields/Get-phone-field.md index a1ffc5a64..54ad481fb 100644 --- a/docs/en/md/Airtable/Working-with-fields/Get-phone-field.md +++ b/docs/en/md/Airtable/Working-with-fields/Get-phone-field.md @@ -18,6 +18,7 @@ sidebar_position: 9 Returns: Structure - Field description +
diff --git a/docs/en/md/Airtable/Working-with-fields/Get-string-field.md b/docs/en/md/Airtable/Working-with-fields/Get-string-field.md index 70e4b906a..bbcb07e8a 100644 --- a/docs/en/md/Airtable/Working-with-fields/Get-string-field.md +++ b/docs/en/md/Airtable/Working-with-fields/Get-string-field.md @@ -18,6 +18,7 @@ sidebar_position: 3 Returns: Structure - Field description +
diff --git a/docs/en/md/Airtable/Working-with-fields/Modify-field.md b/docs/en/md/Airtable/Working-with-fields/Modify-field.md index f1da914b6..14cd5abe3 100644 --- a/docs/en/md/Airtable/Working-with-fields/Modify-field.md +++ b/docs/en/md/Airtable/Working-with-fields/Modify-field.md @@ -23,6 +23,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - serialized JSON response from Airtable +
diff --git a/docs/en/md/Bitrix24/Comments-and-results-managment/Add-task-comment.md b/docs/en/md/Bitrix24/Comments-and-results-managment/Add-task-comment.md index 9f4846ff1..fba486b3e 100644 --- a/docs/en/md/Bitrix24/Comments-and-results-managment/Add-task-comment.md +++ b/docs/en/md/Bitrix24/Comments-and-results-managment/Add-task-comment.md @@ -21,6 +21,7 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Comments-and-results-managment/Create-result-from-comment.md b/docs/en/md/Bitrix24/Comments-and-results-managment/Create-result-from-comment.md index 2cd4cb5b3..00eb4a1c4 100644 --- a/docs/en/md/Bitrix24/Comments-and-results-managment/Create-result-from-comment.md +++ b/docs/en/md/Bitrix24/Comments-and-results-managment/Create-result-from-comment.md @@ -20,6 +20,7 @@ sidebar_position: 7 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Comments-and-results-managment/Delete-result-from-comment.md b/docs/en/md/Bitrix24/Comments-and-results-managment/Delete-result-from-comment.md index 85412ba12..766c0d325 100644 --- a/docs/en/md/Bitrix24/Comments-and-results-managment/Delete-result-from-comment.md +++ b/docs/en/md/Bitrix24/Comments-and-results-managment/Delete-result-from-comment.md @@ -20,6 +20,7 @@ sidebar_position: 8 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Comments-and-results-managment/Delete-task-comment.md b/docs/en/md/Bitrix24/Comments-and-results-managment/Delete-task-comment.md index 45fe408d5..a4360c113 100644 --- a/docs/en/md/Bitrix24/Comments-and-results-managment/Delete-task-comment.md +++ b/docs/en/md/Bitrix24/Comments-and-results-managment/Delete-task-comment.md @@ -21,6 +21,7 @@ sidebar_position: 5 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Comments-and-results-managment/Get-comment-structure.md b/docs/en/md/Bitrix24/Comments-and-results-managment/Get-comment-structure.md index 7879a5f4d..a6ded356a 100644 --- a/docs/en/md/Bitrix24/Comments-and-results-managment/Get-comment-structure.md +++ b/docs/en/md/Bitrix24/Comments-and-results-managment/Get-comment-structure.md @@ -18,6 +18,7 @@ sidebar_position: 9 Returns: Structure of Key-Value - Fields structure +
diff --git a/docs/en/md/Bitrix24/Comments-and-results-managment/Get-results-list.md b/docs/en/md/Bitrix24/Comments-and-results-managment/Get-results-list.md index 925558709..6e4aa257f 100644 --- a/docs/en/md/Bitrix24/Comments-and-results-managment/Get-results-list.md +++ b/docs/en/md/Bitrix24/Comments-and-results-managment/Get-results-list.md @@ -20,6 +20,7 @@ sidebar_position: 6 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Comments-and-results-managment/Get-task-comment.md b/docs/en/md/Bitrix24/Comments-and-results-managment/Get-task-comment.md index 9534ecf22..bd4d75463 100644 --- a/docs/en/md/Bitrix24/Comments-and-results-managment/Get-task-comment.md +++ b/docs/en/md/Bitrix24/Comments-and-results-managment/Get-task-comment.md @@ -21,6 +21,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Comments-and-results-managment/Get-task-comments-list.md b/docs/en/md/Bitrix24/Comments-and-results-managment/Get-task-comments-list.md index cf270bfe5..5d5d19de6 100644 --- a/docs/en/md/Bitrix24/Comments-and-results-managment/Get-task-comments-list.md +++ b/docs/en/md/Bitrix24/Comments-and-results-managment/Get-task-comments-list.md @@ -20,6 +20,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Comments-and-results-managment/Update-task-comment.md b/docs/en/md/Bitrix24/Comments-and-results-managment/Update-task-comment.md index e0e474566..30120e6eb 100644 --- a/docs/en/md/Bitrix24/Comments-and-results-managment/Update-task-comment.md +++ b/docs/en/md/Bitrix24/Comments-and-results-managment/Update-task-comment.md @@ -22,6 +22,7 @@ sidebar_position: 4 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Feed-posts-managment/Add-post-comment.md b/docs/en/md/Bitrix24/Feed-posts-managment/Add-post-comment.md index 990142203..3c617c5e9 100644 --- a/docs/en/md/Bitrix24/Feed-posts-managment/Add-post-comment.md +++ b/docs/en/md/Bitrix24/Feed-posts-managment/Add-post-comment.md @@ -21,8 +21,8 @@ sidebar_position: 6 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API -
+ :::tip Method at API documentation: [log.blogcomment.add](https://dev.1c-bitrix.ru/rest_help/log/log_blogcomment_add.php) ::: diff --git a/docs/en/md/Bitrix24/Feed-posts-managment/Add-post-recipients.md b/docs/en/md/Bitrix24/Feed-posts-managment/Add-post-recipients.md index 5a0041f7f..a76a997ae 100644 --- a/docs/en/md/Bitrix24/Feed-posts-managment/Add-post-recipients.md +++ b/docs/en/md/Bitrix24/Feed-posts-managment/Add-post-recipients.md @@ -21,8 +21,8 @@ sidebar_position: 7 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API -
+ :::tip Method at API documentation: [log.blogpost.share](https://dev.1c-bitrix.ru/rest_help/log/log_blogpost_share.php) ::: diff --git a/docs/en/md/Bitrix24/Feed-posts-managment/Create-post.md b/docs/en/md/Bitrix24/Feed-posts-managment/Create-post.md index 09ac60ab3..16195e8e6 100644 --- a/docs/en/md/Bitrix24/Feed-posts-managment/Create-post.md +++ b/docs/en/md/Bitrix24/Feed-posts-managment/Create-post.md @@ -24,8 +24,8 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API -
+ :::tip Method at API documentation: [log.blogpost.add](https://dev.1c-bitrix.ru/rest_help/log/log_blogpost_add.php) ::: diff --git a/docs/en/md/Bitrix24/Feed-posts-managment/Delete-post.md b/docs/en/md/Bitrix24/Feed-posts-managment/Delete-post.md index bd3366962..eb984b4b6 100644 --- a/docs/en/md/Bitrix24/Feed-posts-managment/Delete-post.md +++ b/docs/en/md/Bitrix24/Feed-posts-managment/Delete-post.md @@ -20,8 +20,8 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API -
+ :::tip Method at API documentation: [log.blogpost.delete](https://dev.1c-bitrix.ru/rest_help/log/log_blogpost_delete.php) ::: diff --git a/docs/en/md/Bitrix24/Feed-posts-managment/Get-important-post-viewers.md b/docs/en/md/Bitrix24/Feed-posts-managment/Get-important-post-viewers.md index df12976b9..85a58253a 100644 --- a/docs/en/md/Bitrix24/Feed-posts-managment/Get-important-post-viewers.md +++ b/docs/en/md/Bitrix24/Feed-posts-managment/Get-important-post-viewers.md @@ -20,8 +20,8 @@ sidebar_position: 4 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API -
+ :::tip Method at API documentation: [log.blogpost.getusers.important](https://dev.1c-bitrix.ru/rest_help/log/log_blogpost_getusers_important.php) ::: diff --git a/docs/en/md/Bitrix24/Feed-posts-managment/Get-posts.md b/docs/en/md/Bitrix24/Feed-posts-managment/Get-posts.md index 847cd2b7a..b7dd0bef1 100644 --- a/docs/en/md/Bitrix24/Feed-posts-managment/Get-posts.md +++ b/docs/en/md/Bitrix24/Feed-posts-managment/Get-posts.md @@ -21,8 +21,8 @@ sidebar_position: 5 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API -
+ :::tip Method at API documentation: [log.blogpost.get](https://dev.1c-bitrix.ru/rest_help/log/log_blogpost_get.php) ::: diff --git a/docs/en/md/Bitrix24/Feed-posts-managment/Update-post.md b/docs/en/md/Bitrix24/Feed-posts-managment/Update-post.md index a71e4f4ba..2f307f9a0 100644 --- a/docs/en/md/Bitrix24/Feed-posts-managment/Update-post.md +++ b/docs/en/md/Bitrix24/Feed-posts-managment/Update-post.md @@ -24,8 +24,8 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API -
+ :::tip Method at API documentation: [log.blogpost.update](https://dev.1c-bitrix.ru/rest_help/log/log_blogpost_update.php.php) ::: diff --git a/docs/en/md/Bitrix24/Kanban/Add-kanban-stage.md b/docs/en/md/Bitrix24/Kanban/Add-kanban-stage.md index 04c1c6925..e62446707 100644 --- a/docs/en/md/Bitrix24/Kanban/Add-kanban-stage.md +++ b/docs/en/md/Bitrix24/Kanban/Add-kanban-stage.md @@ -24,6 +24,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Kanban/Delete-kanban-stage.md b/docs/en/md/Bitrix24/Kanban/Delete-kanban-stage.md index 5b65c3d9a..576832b62 100644 --- a/docs/en/md/Bitrix24/Kanban/Delete-kanban-stage.md +++ b/docs/en/md/Bitrix24/Kanban/Delete-kanban-stage.md @@ -21,6 +21,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Kanban/Get-kanban-stages.md b/docs/en/md/Bitrix24/Kanban/Get-kanban-stages.md index 6686001f1..4de31dcf4 100644 --- a/docs/en/md/Bitrix24/Kanban/Get-kanban-stages.md +++ b/docs/en/md/Bitrix24/Kanban/Get-kanban-stages.md @@ -21,6 +21,7 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Kanban/Move-task-to-kanban-stage.md b/docs/en/md/Bitrix24/Kanban/Move-task-to-kanban-stage.md index 111670e68..eb2c24dab 100644 --- a/docs/en/md/Bitrix24/Kanban/Move-task-to-kanban-stage.md +++ b/docs/en/md/Bitrix24/Kanban/Move-task-to-kanban-stage.md @@ -23,6 +23,7 @@ sidebar_position: 4 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Settings-and-administartion/Get-app-auth-link.md b/docs/en/md/Bitrix24/Settings-and-administartion/Get-app-auth-link.md index 018f7f51a..5bc6bcc59 100644 --- a/docs/en/md/Bitrix24/Settings-and-administartion/Get-app-auth-link.md +++ b/docs/en/md/Bitrix24/Settings-and-administartion/Get-app-auth-link.md @@ -19,6 +19,7 @@ sidebar_position: 1 Returns: String - URL for browser transition +
diff --git a/docs/en/md/Bitrix24/Settings-and-administartion/Get-token.md b/docs/en/md/Bitrix24/Settings-and-administartion/Get-token.md index dac69a8be..30de6d626 100644 --- a/docs/en/md/Bitrix24/Settings-and-administartion/Get-token.md +++ b/docs/en/md/Bitrix24/Settings-and-administartion/Get-token.md @@ -20,6 +20,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Settings-and-administartion/Refresh-token.md b/docs/en/md/Bitrix24/Settings-and-administartion/Refresh-token.md index b406a7ff8..3ca0c85d6 100644 --- a/docs/en/md/Bitrix24/Settings-and-administartion/Refresh-token.md +++ b/docs/en/md/Bitrix24/Settings-and-administartion/Refresh-token.md @@ -20,6 +20,7 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Settings-and-administartion/Server-time.md b/docs/en/md/Bitrix24/Settings-and-administartion/Server-time.md index ad26d2d81..bcf2254d3 100644 --- a/docs/en/md/Bitrix24/Settings-and-administartion/Server-time.md +++ b/docs/en/md/Bitrix24/Settings-and-administartion/Server-time.md @@ -19,8 +19,8 @@ sidebar_position: 4 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API -
+ :::tip Method at API documentation: [server_time](https://dev.1c-bitrix.ru/rest_help/general/server_time.php) ::: diff --git a/docs/en/md/Bitrix24/Storages-and-files-managment/Create-storage-folder.md b/docs/en/md/Bitrix24/Storages-and-files-managment/Create-storage-folder.md index 2f49d1e5e..797694d16 100644 --- a/docs/en/md/Bitrix24/Storages-and-files-managment/Create-storage-folder.md +++ b/docs/en/md/Bitrix24/Storages-and-files-managment/Create-storage-folder.md @@ -21,6 +21,7 @@ sidebar_position: 7 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Storages-and-files-managment/Create-subfolder.md b/docs/en/md/Bitrix24/Storages-and-files-managment/Create-subfolder.md index 59013ba4f..e7e2bfecd 100644 --- a/docs/en/md/Bitrix24/Storages-and-files-managment/Create-subfolder.md +++ b/docs/en/md/Bitrix24/Storages-and-files-managment/Create-subfolder.md @@ -21,6 +21,7 @@ sidebar_position: 9 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Storages-and-files-managment/Delete-file.md b/docs/en/md/Bitrix24/Storages-and-files-managment/Delete-file.md index ca70fe647..5107ddd59 100644 --- a/docs/en/md/Bitrix24/Storages-and-files-managment/Delete-file.md +++ b/docs/en/md/Bitrix24/Storages-and-files-managment/Delete-file.md @@ -20,6 +20,7 @@ sidebar_position: 12 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Storages-and-files-managment/Delete-folder.md b/docs/en/md/Bitrix24/Storages-and-files-managment/Delete-folder.md index 25b6352e5..f90ec36c2 100644 --- a/docs/en/md/Bitrix24/Storages-and-files-managment/Delete-folder.md +++ b/docs/en/md/Bitrix24/Storages-and-files-managment/Delete-folder.md @@ -20,6 +20,7 @@ sidebar_position: 13 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Storages-and-files-managment/Get-app-sotrage.md b/docs/en/md/Bitrix24/Storages-and-files-managment/Get-app-sotrage.md index da65f3e30..4bd35d4ce 100644 --- a/docs/en/md/Bitrix24/Storages-and-files-managment/Get-app-sotrage.md +++ b/docs/en/md/Bitrix24/Storages-and-files-managment/Get-app-sotrage.md @@ -19,6 +19,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Storages-and-files-managment/Get-file-external-link.md b/docs/en/md/Bitrix24/Storages-and-files-managment/Get-file-external-link.md index af13097e3..6c6d8078b 100644 --- a/docs/en/md/Bitrix24/Storages-and-files-managment/Get-file-external-link.md +++ b/docs/en/md/Bitrix24/Storages-and-files-managment/Get-file-external-link.md @@ -20,6 +20,7 @@ sidebar_position: 21 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Storages-and-files-managment/Get-file-information.md b/docs/en/md/Bitrix24/Storages-and-files-managment/Get-file-information.md index 1b614e179..b780e2f6c 100644 --- a/docs/en/md/Bitrix24/Storages-and-files-managment/Get-file-information.md +++ b/docs/en/md/Bitrix24/Storages-and-files-managment/Get-file-information.md @@ -20,6 +20,7 @@ sidebar_position: 20 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Storages-and-files-managment/Get-folder-external-link.md b/docs/en/md/Bitrix24/Storages-and-files-managment/Get-folder-external-link.md index 79223bcbc..8ce4c2530 100644 --- a/docs/en/md/Bitrix24/Storages-and-files-managment/Get-folder-external-link.md +++ b/docs/en/md/Bitrix24/Storages-and-files-managment/Get-folder-external-link.md @@ -20,6 +20,7 @@ sidebar_position: 14 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Storages-and-files-managment/Get-folder-filter-structure.md b/docs/en/md/Bitrix24/Storages-and-files-managment/Get-folder-filter-structure.md index f0a9c363e..aa1769340 100644 --- a/docs/en/md/Bitrix24/Storages-and-files-managment/Get-folder-filter-structure.md +++ b/docs/en/md/Bitrix24/Storages-and-files-managment/Get-folder-filter-structure.md @@ -20,6 +20,7 @@ sidebar_position: 27 Returns: Structure of Key-Value - Fields structure +
diff --git a/docs/en/md/Bitrix24/Storages-and-files-managment/Get-folder-information.md b/docs/en/md/Bitrix24/Storages-and-files-managment/Get-folder-information.md index ab75f79c6..f2d0adea3 100644 --- a/docs/en/md/Bitrix24/Storages-and-files-managment/Get-folder-information.md +++ b/docs/en/md/Bitrix24/Storages-and-files-managment/Get-folder-information.md @@ -20,6 +20,7 @@ sidebar_position: 8 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Storages-and-files-managment/Get-folder-items.md b/docs/en/md/Bitrix24/Storages-and-files-managment/Get-folder-items.md index 514037b2e..824741121 100644 --- a/docs/en/md/Bitrix24/Storages-and-files-managment/Get-folder-items.md +++ b/docs/en/md/Bitrix24/Storages-and-files-managment/Get-folder-items.md @@ -21,6 +21,7 @@ sidebar_position: 15 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Storages-and-files-managment/Get-storage-objects.md b/docs/en/md/Bitrix24/Storages-and-files-managment/Get-storage-objects.md index 9310f5032..0f156f511 100644 --- a/docs/en/md/Bitrix24/Storages-and-files-managment/Get-storage-objects.md +++ b/docs/en/md/Bitrix24/Storages-and-files-managment/Get-storage-objects.md @@ -20,6 +20,7 @@ sidebar_position: 5 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Storages-and-files-managment/Get-storage.md b/docs/en/md/Bitrix24/Storages-and-files-managment/Get-storage.md index 575cee8cd..f9f5683da 100644 --- a/docs/en/md/Bitrix24/Storages-and-files-managment/Get-storage.md +++ b/docs/en/md/Bitrix24/Storages-and-files-managment/Get-storage.md @@ -20,6 +20,7 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Storages-and-files-managment/Get-storages-list.md b/docs/en/md/Bitrix24/Storages-and-files-managment/Get-storages-list.md index 0665e250b..61c7c4099 100644 --- a/docs/en/md/Bitrix24/Storages-and-files-managment/Get-storages-list.md +++ b/docs/en/md/Bitrix24/Storages-and-files-managment/Get-storages-list.md @@ -19,6 +19,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Storages-and-files-managment/Make-file-copy.md b/docs/en/md/Bitrix24/Storages-and-files-managment/Make-file-copy.md index 054c5e6e7..58ef9fd75 100644 --- a/docs/en/md/Bitrix24/Storages-and-files-managment/Make-file-copy.md +++ b/docs/en/md/Bitrix24/Storages-and-files-managment/Make-file-copy.md @@ -21,6 +21,7 @@ sidebar_position: 24 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Storages-and-files-managment/Make-folder-copy.md b/docs/en/md/Bitrix24/Storages-and-files-managment/Make-folder-copy.md index c49241afa..d1a12c57b 100644 --- a/docs/en/md/Bitrix24/Storages-and-files-managment/Make-folder-copy.md +++ b/docs/en/md/Bitrix24/Storages-and-files-managment/Make-folder-copy.md @@ -21,6 +21,7 @@ sidebar_position: 10 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Storages-and-files-managment/Mark-file-as-deleted.md b/docs/en/md/Bitrix24/Storages-and-files-managment/Mark-file-as-deleted.md index 0b2132be8..02a87e806 100644 --- a/docs/en/md/Bitrix24/Storages-and-files-managment/Mark-file-as-deleted.md +++ b/docs/en/md/Bitrix24/Storages-and-files-managment/Mark-file-as-deleted.md @@ -20,6 +20,7 @@ sidebar_position: 22 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Storages-and-files-managment/Mark-folder-as-deleted.md b/docs/en/md/Bitrix24/Storages-and-files-managment/Mark-folder-as-deleted.md index 468236915..fc50cd3de 100644 --- a/docs/en/md/Bitrix24/Storages-and-files-managment/Mark-folder-as-deleted.md +++ b/docs/en/md/Bitrix24/Storages-and-files-managment/Mark-folder-as-deleted.md @@ -20,6 +20,7 @@ sidebar_position: 16 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Storages-and-files-managment/Move-file-to-folder.md b/docs/en/md/Bitrix24/Storages-and-files-managment/Move-file-to-folder.md index 2518938f7..921d09037 100644 --- a/docs/en/md/Bitrix24/Storages-and-files-managment/Move-file-to-folder.md +++ b/docs/en/md/Bitrix24/Storages-and-files-managment/Move-file-to-folder.md @@ -21,6 +21,7 @@ sidebar_position: 25 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Storages-and-files-managment/Move-folder.md b/docs/en/md/Bitrix24/Storages-and-files-managment/Move-folder.md index daaa6c833..43735554a 100644 --- a/docs/en/md/Bitrix24/Storages-and-files-managment/Move-folder.md +++ b/docs/en/md/Bitrix24/Storages-and-files-managment/Move-folder.md @@ -21,6 +21,7 @@ sidebar_position: 11 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Storages-and-files-managment/Rename-file.md b/docs/en/md/Bitrix24/Storages-and-files-managment/Rename-file.md index 16915a550..8b0468aec 100644 --- a/docs/en/md/Bitrix24/Storages-and-files-managment/Rename-file.md +++ b/docs/en/md/Bitrix24/Storages-and-files-managment/Rename-file.md @@ -21,6 +21,7 @@ sidebar_position: 26 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Storages-and-files-managment/Rename-folder.md b/docs/en/md/Bitrix24/Storages-and-files-managment/Rename-folder.md index 3e0303123..6eb870510 100644 --- a/docs/en/md/Bitrix24/Storages-and-files-managment/Rename-folder.md +++ b/docs/en/md/Bitrix24/Storages-and-files-managment/Rename-folder.md @@ -21,6 +21,7 @@ sidebar_position: 18 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Storages-and-files-managment/Rename-storage.md b/docs/en/md/Bitrix24/Storages-and-files-managment/Rename-storage.md index 0fc5da12d..24fd06f69 100644 --- a/docs/en/md/Bitrix24/Storages-and-files-managment/Rename-storage.md +++ b/docs/en/md/Bitrix24/Storages-and-files-managment/Rename-storage.md @@ -21,6 +21,7 @@ sidebar_position: 4 Returns: HTTPResponse - Rename storage +
diff --git a/docs/en/md/Bitrix24/Storages-and-files-managment/Restore-file.md b/docs/en/md/Bitrix24/Storages-and-files-managment/Restore-file.md index c7d2dc4f3..f3930d29f 100644 --- a/docs/en/md/Bitrix24/Storages-and-files-managment/Restore-file.md +++ b/docs/en/md/Bitrix24/Storages-and-files-managment/Restore-file.md @@ -20,6 +20,7 @@ sidebar_position: 23 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Storages-and-files-managment/Restore-folder.md b/docs/en/md/Bitrix24/Storages-and-files-managment/Restore-folder.md index 2edc436e0..70fc0cc21 100644 --- a/docs/en/md/Bitrix24/Storages-and-files-managment/Restore-folder.md +++ b/docs/en/md/Bitrix24/Storages-and-files-managment/Restore-folder.md @@ -20,6 +20,7 @@ sidebar_position: 17 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Storages-and-files-managment/Upload-file-to-folder.md b/docs/en/md/Bitrix24/Storages-and-files-managment/Upload-file-to-folder.md index 411ea3cd5..a389280b2 100644 --- a/docs/en/md/Bitrix24/Storages-and-files-managment/Upload-file-to-folder.md +++ b/docs/en/md/Bitrix24/Storages-and-files-managment/Upload-file-to-folder.md @@ -22,6 +22,7 @@ sidebar_position: 19 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Storages-and-files-managment/Upload-file-to-storage.md b/docs/en/md/Bitrix24/Storages-and-files-managment/Upload-file-to-storage.md index 190e1d034..d4c650bc1 100644 --- a/docs/en/md/Bitrix24/Storages-and-files-managment/Upload-file-to-storage.md +++ b/docs/en/md/Bitrix24/Storages-and-files-managment/Upload-file-to-storage.md @@ -23,6 +23,7 @@ sidebar_position: 6 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Tasks-managment/Add-task-to-favorites.md b/docs/en/md/Bitrix24/Tasks-managment/Add-task-to-favorites.md index a4264502e..25fd2e6ec 100644 --- a/docs/en/md/Bitrix24/Tasks-managment/Add-task-to-favorites.md +++ b/docs/en/md/Bitrix24/Tasks-managment/Add-task-to-favorites.md @@ -20,6 +20,7 @@ sidebar_position: 17 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Tasks-managment/Approve-task.md b/docs/en/md/Bitrix24/Tasks-managment/Approve-task.md index da3e1bf9c..e9d4905b0 100644 --- a/docs/en/md/Bitrix24/Tasks-managment/Approve-task.md +++ b/docs/en/md/Bitrix24/Tasks-managment/Approve-task.md @@ -20,6 +20,7 @@ sidebar_position: 7 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Tasks-managment/Attach-file-to-topic.md b/docs/en/md/Bitrix24/Tasks-managment/Attach-file-to-topic.md index 8a107a70a..ae7226174 100644 --- a/docs/en/md/Bitrix24/Tasks-managment/Attach-file-to-topic.md +++ b/docs/en/md/Bitrix24/Tasks-managment/Attach-file-to-topic.md @@ -21,6 +21,7 @@ sidebar_position: 6 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Tasks-managment/Check-task-accesses.md b/docs/en/md/Bitrix24/Tasks-managment/Check-task-accesses.md index 155b08e58..2bd97f6c8 100644 --- a/docs/en/md/Bitrix24/Tasks-managment/Check-task-accesses.md +++ b/docs/en/md/Bitrix24/Tasks-managment/Check-task-accesses.md @@ -21,6 +21,7 @@ sidebar_position: 20 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Tasks-managment/Complete-task.md b/docs/en/md/Bitrix24/Tasks-managment/Complete-task.md index a2326ae2c..d9ef2e03b 100644 --- a/docs/en/md/Bitrix24/Tasks-managment/Complete-task.md +++ b/docs/en/md/Bitrix24/Tasks-managment/Complete-task.md @@ -20,6 +20,7 @@ sidebar_position: 9 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Tasks-managment/Create-task.md b/docs/en/md/Bitrix24/Tasks-managment/Create-task.md index 5fda5190c..0de835b11 100644 --- a/docs/en/md/Bitrix24/Tasks-managment/Create-task.md +++ b/docs/en/md/Bitrix24/Tasks-managment/Create-task.md @@ -20,6 +20,7 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Tasks-managment/Create-tasks-dependencies.md b/docs/en/md/Bitrix24/Tasks-managment/Create-tasks-dependencies.md index 6bb7c3703..fbd29e429 100644 --- a/docs/en/md/Bitrix24/Tasks-managment/Create-tasks-dependencies.md +++ b/docs/en/md/Bitrix24/Tasks-managment/Create-tasks-dependencies.md @@ -22,6 +22,7 @@ sidebar_position: 23 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Tasks-managment/Defer-task.md b/docs/en/md/Bitrix24/Tasks-managment/Defer-task.md index 0acaac0a3..55e9f8aab 100644 --- a/docs/en/md/Bitrix24/Tasks-managment/Defer-task.md +++ b/docs/en/md/Bitrix24/Tasks-managment/Defer-task.md @@ -20,6 +20,7 @@ sidebar_position: 11 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Tasks-managment/Delegate-task.md b/docs/en/md/Bitrix24/Tasks-managment/Delegate-task.md index 2988ebf11..dd2e145a4 100644 --- a/docs/en/md/Bitrix24/Tasks-managment/Delegate-task.md +++ b/docs/en/md/Bitrix24/Tasks-managment/Delegate-task.md @@ -21,6 +21,7 @@ sidebar_position: 16 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Tasks-managment/Delete-task.md b/docs/en/md/Bitrix24/Tasks-managment/Delete-task.md index fc7cba1c4..f94961c93 100644 --- a/docs/en/md/Bitrix24/Tasks-managment/Delete-task.md +++ b/docs/en/md/Bitrix24/Tasks-managment/Delete-task.md @@ -20,6 +20,7 @@ sidebar_position: 5 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Tasks-managment/Delete-tasks-dependencies.md b/docs/en/md/Bitrix24/Tasks-managment/Delete-tasks-dependencies.md index d57149609..9ad55b85a 100644 --- a/docs/en/md/Bitrix24/Tasks-managment/Delete-tasks-dependencies.md +++ b/docs/en/md/Bitrix24/Tasks-managment/Delete-tasks-dependencies.md @@ -22,6 +22,7 @@ sidebar_position: 24 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Tasks-managment/Disapprove-task.md b/docs/en/md/Bitrix24/Tasks-managment/Disapprove-task.md index d979dbca4..6643e31be 100644 --- a/docs/en/md/Bitrix24/Tasks-managment/Disapprove-task.md +++ b/docs/en/md/Bitrix24/Tasks-managment/Disapprove-task.md @@ -20,6 +20,7 @@ sidebar_position: 8 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Tasks-managment/Get-task-fields-structure.md b/docs/en/md/Bitrix24/Tasks-managment/Get-task-fields-structure.md index 94425560b..29ae9fa54 100644 --- a/docs/en/md/Bitrix24/Tasks-managment/Get-task-fields-structure.md +++ b/docs/en/md/Bitrix24/Tasks-managment/Get-task-fields-structure.md @@ -19,6 +19,7 @@ sidebar_position: 25 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Tasks-managment/Get-task-history.md b/docs/en/md/Bitrix24/Tasks-managment/Get-task-history.md index 44d18484e..ceecda4d7 100644 --- a/docs/en/md/Bitrix24/Tasks-managment/Get-task-history.md +++ b/docs/en/md/Bitrix24/Tasks-managment/Get-task-history.md @@ -20,6 +20,7 @@ sidebar_position: 19 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Tasks-managment/Get-task.md b/docs/en/md/Bitrix24/Tasks-managment/Get-task.md index 8dc8c9a98..b588e389b 100644 --- a/docs/en/md/Bitrix24/Tasks-managment/Get-task.md +++ b/docs/en/md/Bitrix24/Tasks-managment/Get-task.md @@ -20,6 +20,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Tasks-managment/Get-tasks-filter-structure.md b/docs/en/md/Bitrix24/Tasks-managment/Get-tasks-filter-structure.md index a2b00826b..1ff4336b9 100644 --- a/docs/en/md/Bitrix24/Tasks-managment/Get-tasks-filter-structure.md +++ b/docs/en/md/Bitrix24/Tasks-managment/Get-tasks-filter-structure.md @@ -18,6 +18,7 @@ sidebar_position: 26 Returns: Structure of Key-Value - Fields structure +
diff --git a/docs/en/md/Bitrix24/Tasks-managment/Get-tasks-list.md b/docs/en/md/Bitrix24/Tasks-managment/Get-tasks-list.md index 358799d4b..1f0a1d42d 100644 --- a/docs/en/md/Bitrix24/Tasks-managment/Get-tasks-list.md +++ b/docs/en/md/Bitrix24/Tasks-managment/Get-tasks-list.md @@ -21,6 +21,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Tasks-managment/Mute-task.md b/docs/en/md/Bitrix24/Tasks-managment/Mute-task.md index b5297c15f..bf330963c 100644 --- a/docs/en/md/Bitrix24/Tasks-managment/Mute-task.md +++ b/docs/en/md/Bitrix24/Tasks-managment/Mute-task.md @@ -20,6 +20,7 @@ sidebar_position: 21 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Tasks-managment/Pause-task.md b/docs/en/md/Bitrix24/Tasks-managment/Pause-task.md index e011570d9..8c1c67f0a 100644 --- a/docs/en/md/Bitrix24/Tasks-managment/Pause-task.md +++ b/docs/en/md/Bitrix24/Tasks-managment/Pause-task.md @@ -20,6 +20,7 @@ sidebar_position: 12 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Tasks-managment/Remove-task-from-favorites.md b/docs/en/md/Bitrix24/Tasks-managment/Remove-task-from-favorites.md index 7bb85d998..1a5ab9e6e 100644 --- a/docs/en/md/Bitrix24/Tasks-managment/Remove-task-from-favorites.md +++ b/docs/en/md/Bitrix24/Tasks-managment/Remove-task-from-favorites.md @@ -20,6 +20,7 @@ sidebar_position: 18 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Tasks-managment/Renew-task.md b/docs/en/md/Bitrix24/Tasks-managment/Renew-task.md index 3243cce95..f53bd6c29 100644 --- a/docs/en/md/Bitrix24/Tasks-managment/Renew-task.md +++ b/docs/en/md/Bitrix24/Tasks-managment/Renew-task.md @@ -20,6 +20,7 @@ sidebar_position: 10 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Tasks-managment/Start-task.md b/docs/en/md/Bitrix24/Tasks-managment/Start-task.md index d3661137b..399564742 100644 --- a/docs/en/md/Bitrix24/Tasks-managment/Start-task.md +++ b/docs/en/md/Bitrix24/Tasks-managment/Start-task.md @@ -20,6 +20,7 @@ sidebar_position: 13 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Tasks-managment/Start-watching-task.md b/docs/en/md/Bitrix24/Tasks-managment/Start-watching-task.md index 23d698e89..fec0897d7 100644 --- a/docs/en/md/Bitrix24/Tasks-managment/Start-watching-task.md +++ b/docs/en/md/Bitrix24/Tasks-managment/Start-watching-task.md @@ -20,6 +20,7 @@ sidebar_position: 14 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Tasks-managment/Stop-watching-task.md b/docs/en/md/Bitrix24/Tasks-managment/Stop-watching-task.md index b79bd290c..b21944d52 100644 --- a/docs/en/md/Bitrix24/Tasks-managment/Stop-watching-task.md +++ b/docs/en/md/Bitrix24/Tasks-managment/Stop-watching-task.md @@ -20,6 +20,7 @@ sidebar_position: 15 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Tasks-managment/Unmute-task.md b/docs/en/md/Bitrix24/Tasks-managment/Unmute-task.md index 4f9f62cf3..ffcd70694 100644 --- a/docs/en/md/Bitrix24/Tasks-managment/Unmute-task.md +++ b/docs/en/md/Bitrix24/Tasks-managment/Unmute-task.md @@ -20,6 +20,7 @@ sidebar_position: 22 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Bitrix24/Tasks-managment/Update-task.md b/docs/en/md/Bitrix24/Tasks-managment/Update-task.md index bb33b7084..007c604ef 100644 --- a/docs/en/md/Bitrix24/Tasks-managment/Update-task.md +++ b/docs/en/md/Bitrix24/Tasks-managment/Update-task.md @@ -21,6 +21,7 @@ sidebar_position: 4 Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API +
diff --git a/docs/en/md/Dropbox/Account-and-authorization/Get-account-information.md b/docs/en/md/Dropbox/Account-and-authorization/Get-account-information.md index 2e229b46f..c3157e623 100644 --- a/docs/en/md/Dropbox/Account-and-authorization/Get-account-information.md +++ b/docs/en/md/Dropbox/Account-and-authorization/Get-account-information.md @@ -19,6 +19,7 @@ sidebar_position: 4 Returns: Map Of KeyAndValue - serialized JSON response from Dropbox +
diff --git a/docs/en/md/Dropbox/Account-and-authorization/Get-authorization-link.md b/docs/en/md/Dropbox/Account-and-authorization/Get-authorization-link.md index 85ebe5832..adc5a4cc8 100644 --- a/docs/en/md/Dropbox/Account-and-authorization/Get-authorization-link.md +++ b/docs/en/md/Dropbox/Account-and-authorization/Get-authorization-link.md @@ -18,6 +18,7 @@ sidebar_position: 1 Returns: String - URL for browser transition +
diff --git a/docs/en/md/Dropbox/Account-and-authorization/Get-space-usage-data.md b/docs/en/md/Dropbox/Account-and-authorization/Get-space-usage-data.md index 9cf370c9d..8443a6683 100644 --- a/docs/en/md/Dropbox/Account-and-authorization/Get-space-usage-data.md +++ b/docs/en/md/Dropbox/Account-and-authorization/Get-space-usage-data.md @@ -18,6 +18,7 @@ sidebar_position: 5 Returns: Map Of KeyAndValue - serialized JSON response from Dropbox +
diff --git a/docs/en/md/Dropbox/Account-and-authorization/Get-token.md b/docs/en/md/Dropbox/Account-and-authorization/Get-token.md index fbb521bef..8b2b40782 100644 --- a/docs/en/md/Dropbox/Account-and-authorization/Get-token.md +++ b/docs/en/md/Dropbox/Account-and-authorization/Get-token.md @@ -20,6 +20,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - serialized JSON response from Dropbox +
diff --git a/docs/en/md/Dropbox/Account-and-authorization/Refresh-token.md b/docs/en/md/Dropbox/Account-and-authorization/Refresh-token.md index a3b4d3c5d..920fed176 100644 --- a/docs/en/md/Dropbox/Account-and-authorization/Refresh-token.md +++ b/docs/en/md/Dropbox/Account-and-authorization/Refresh-token.md @@ -20,6 +20,7 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - serialized JSON response from Dropbox +
diff --git a/docs/en/md/Dropbox/File-and-directory-management/Copy-object.md b/docs/en/md/Dropbox/File-and-directory-management/Copy-object.md index b83231aa1..9f7208e5e 100644 --- a/docs/en/md/Dropbox/File-and-directory-management/Copy-object.md +++ b/docs/en/md/Dropbox/File-and-directory-management/Copy-object.md @@ -20,6 +20,7 @@ sidebar_position: 8 Returns: Map Of KeyAndValue - serialized JSON response from Dropbox +
diff --git a/docs/en/md/Dropbox/File-and-directory-management/Create-folder.md b/docs/en/md/Dropbox/File-and-directory-management/Create-folder.md index 2295625a3..c72710978 100644 --- a/docs/en/md/Dropbox/File-and-directory-management/Create-folder.md +++ b/docs/en/md/Dropbox/File-and-directory-management/Create-folder.md @@ -19,6 +19,7 @@ sidebar_position: 10 Returns: Map Of KeyAndValue - serialized JSON response from Dropbox +
diff --git a/docs/en/md/Dropbox/File-and-directory-management/Delete-object.md b/docs/en/md/Dropbox/File-and-directory-management/Delete-object.md index 9af8981aa..f591e3bde 100644 --- a/docs/en/md/Dropbox/File-and-directory-management/Delete-object.md +++ b/docs/en/md/Dropbox/File-and-directory-management/Delete-object.md @@ -20,6 +20,7 @@ sidebar_position: 7 Returns: Map Of KeyAndValue - serialized JSON response from Dropbox +
diff --git a/docs/en/md/Dropbox/File-and-directory-management/Download-file.md b/docs/en/md/Dropbox/File-and-directory-management/Download-file.md index 2e5e2df8e..df8de4380 100644 --- a/docs/en/md/Dropbox/File-and-directory-management/Download-file.md +++ b/docs/en/md/Dropbox/File-and-directory-management/Download-file.md @@ -19,6 +19,7 @@ sidebar_position: 11 Returns: BinaryData - binary data of the file +
diff --git a/docs/en/md/Dropbox/File-and-directory-management/Download-folder.md b/docs/en/md/Dropbox/File-and-directory-management/Download-folder.md index 93180b6fa..81f55f197 100644 --- a/docs/en/md/Dropbox/File-and-directory-management/Download-folder.md +++ b/docs/en/md/Dropbox/File-and-directory-management/Download-folder.md @@ -19,6 +19,7 @@ sidebar_position: 12 Returns: BinaryData - binary data of the zip archive with the contents of the directory +
diff --git a/docs/en/md/Dropbox/File-and-directory-management/Get-list-of-folder-files.md b/docs/en/md/Dropbox/File-and-directory-management/Get-list-of-folder-files.md index eb877d0a5..3e5fabe26 100644 --- a/docs/en/md/Dropbox/File-and-directory-management/Get-list-of-folder-files.md +++ b/docs/en/md/Dropbox/File-and-directory-management/Get-list-of-folder-files.md @@ -21,6 +21,7 @@ sidebar_position: 2 Returns: HTTPResponse - Get list of folder files +
diff --git a/docs/en/md/Dropbox/File-and-directory-management/Get-object-information.md b/docs/en/md/Dropbox/File-and-directory-management/Get-object-information.md index 2b0057d1b..326bc1189 100644 --- a/docs/en/md/Dropbox/File-and-directory-management/Get-object-information.md +++ b/docs/en/md/Dropbox/File-and-directory-management/Get-object-information.md @@ -20,6 +20,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - serialized JSON response from Dropbox +
diff --git a/docs/en/md/Dropbox/File-and-directory-management/Get-object-version-list.md b/docs/en/md/Dropbox/File-and-directory-management/Get-object-version-list.md index 77d4a974c..896f50cf8 100644 --- a/docs/en/md/Dropbox/File-and-directory-management/Get-object-version-list.md +++ b/docs/en/md/Dropbox/File-and-directory-management/Get-object-version-list.md @@ -20,6 +20,7 @@ sidebar_position: 13 Returns: Map Of KeyAndValue - serialized JSON response from Dropbox +
diff --git a/docs/en/md/Dropbox/File-and-directory-management/Get-preview.md b/docs/en/md/Dropbox/File-and-directory-management/Get-preview.md index e926366e9..60f89ccbd 100644 --- a/docs/en/md/Dropbox/File-and-directory-management/Get-preview.md +++ b/docs/en/md/Dropbox/File-and-directory-management/Get-preview.md @@ -19,6 +19,7 @@ sidebar_position: 3 Returns: BinaryData - document preview +
diff --git a/docs/en/md/Dropbox/File-and-directory-management/Get-upload-status-by-url.md b/docs/en/md/Dropbox/File-and-directory-management/Get-upload-status-by-url.md index e4a4f20d8..d05b05526 100644 --- a/docs/en/md/Dropbox/File-and-directory-management/Get-upload-status-by-url.md +++ b/docs/en/md/Dropbox/File-and-directory-management/Get-upload-status-by-url.md @@ -19,6 +19,7 @@ sidebar_position: 6 Returns: Map Of KeyAndValue - serialized JSON response from Dropbox +
diff --git a/docs/en/md/Dropbox/File-and-directory-management/Move-object.md b/docs/en/md/Dropbox/File-and-directory-management/Move-object.md index 40be6ee95..1173e81dc 100644 --- a/docs/en/md/Dropbox/File-and-directory-management/Move-object.md +++ b/docs/en/md/Dropbox/File-and-directory-management/Move-object.md @@ -20,6 +20,7 @@ sidebar_position: 9 Returns: Map Of KeyAndValue - serialized JSON response from Dropbox +
diff --git a/docs/en/md/Dropbox/File-and-directory-management/Restore-object-to-version.md b/docs/en/md/Dropbox/File-and-directory-management/Restore-object-to-version.md index 26c3faae0..cecbea81c 100644 --- a/docs/en/md/Dropbox/File-and-directory-management/Restore-object-to-version.md +++ b/docs/en/md/Dropbox/File-and-directory-management/Restore-object-to-version.md @@ -20,6 +20,7 @@ sidebar_position: 14 Returns: Map Of KeyAndValue - serialized JSON response from Dropbox +
diff --git a/docs/en/md/Dropbox/File-and-directory-management/Upload-file-by-url.md b/docs/en/md/Dropbox/File-and-directory-management/Upload-file-by-url.md index 0bf9b7c4a..bb7d70aee 100644 --- a/docs/en/md/Dropbox/File-and-directory-management/Upload-file-by-url.md +++ b/docs/en/md/Dropbox/File-and-directory-management/Upload-file-by-url.md @@ -20,6 +20,7 @@ sidebar_position: 5 Returns: Map Of KeyAndValue - serialized JSON response from Dropbox +
diff --git a/docs/en/md/Dropbox/File-and-directory-management/Upload-file.md b/docs/en/md/Dropbox/File-and-directory-management/Upload-file.md index 2fcddf223..ae48666b5 100644 --- a/docs/en/md/Dropbox/File-and-directory-management/Upload-file.md +++ b/docs/en/md/Dropbox/File-and-directory-management/Upload-file.md @@ -21,6 +21,7 @@ sidebar_position: 4 Returns: Map Of KeyAndValue - serialized JSON response from Dropbox +
diff --git a/docs/en/md/Dropbox/Shared-access-settings/Add-users-to-file.md b/docs/en/md/Dropbox/Shared-access-settings/Add-users-to-file.md index 3828c47af..62aeab824 100644 --- a/docs/en/md/Dropbox/Shared-access-settings/Add-users-to-file.md +++ b/docs/en/md/Dropbox/Shared-access-settings/Add-users-to-file.md @@ -21,6 +21,7 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - serialized JSON response from Dropbox +
diff --git a/docs/en/md/Dropbox/Shared-access-settings/Add-users-to-folder.md b/docs/en/md/Dropbox/Shared-access-settings/Add-users-to-folder.md index 56632204c..2d8b6d760 100644 --- a/docs/en/md/Dropbox/Shared-access-settings/Add-users-to-folder.md +++ b/docs/en/md/Dropbox/Shared-access-settings/Add-users-to-folder.md @@ -21,6 +21,7 @@ sidebar_position: 4 Returns: Undefined - empty response +
diff --git a/docs/en/md/Dropbox/Shared-access-settings/Cancel-file-publication.md b/docs/en/md/Dropbox/Shared-access-settings/Cancel-file-publication.md index 6dd3085c8..9319f0391 100644 --- a/docs/en/md/Dropbox/Shared-access-settings/Cancel-file-publication.md +++ b/docs/en/md/Dropbox/Shared-access-settings/Cancel-file-publication.md @@ -19,6 +19,7 @@ sidebar_position: 6 Returns: Map Of KeyAndValue - serialized JSON response from Dropbox +
diff --git a/docs/en/md/Dropbox/Shared-access-settings/Cancel-folder-publication.md b/docs/en/md/Dropbox/Shared-access-settings/Cancel-folder-publication.md index 7da2d7ae0..b9d1307e7 100644 --- a/docs/en/md/Dropbox/Shared-access-settings/Cancel-folder-publication.md +++ b/docs/en/md/Dropbox/Shared-access-settings/Cancel-folder-publication.md @@ -19,6 +19,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - serialized JSON response from Dropbox +
diff --git a/docs/en/md/Dropbox/Shared-access-settings/Get-asynchronous-change-status.md b/docs/en/md/Dropbox/Shared-access-settings/Get-asynchronous-change-status.md index 233226e66..823d19411 100644 --- a/docs/en/md/Dropbox/Shared-access-settings/Get-asynchronous-change-status.md +++ b/docs/en/md/Dropbox/Shared-access-settings/Get-asynchronous-change-status.md @@ -19,6 +19,7 @@ sidebar_position: 5 Returns: Map Of KeyAndValue - serialized JSON response from Dropbox +
diff --git a/docs/en/md/Dropbox/Shared-access-settings/Publish-folder.md b/docs/en/md/Dropbox/Shared-access-settings/Publish-folder.md index 679588fa0..e62e3918e 100644 --- a/docs/en/md/Dropbox/Shared-access-settings/Publish-folder.md +++ b/docs/en/md/Dropbox/Shared-access-settings/Publish-folder.md @@ -19,6 +19,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - serialized JSON response from Dropbox +
diff --git a/docs/en/md/Dropbox/Tags-managment/Add-tag.md b/docs/en/md/Dropbox/Tags-managment/Add-tag.md index 5ab0ccca7..6aad2697e 100644 --- a/docs/en/md/Dropbox/Tags-managment/Add-tag.md +++ b/docs/en/md/Dropbox/Tags-managment/Add-tag.md @@ -20,6 +20,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - serialized JSON response from Dropbox +
diff --git a/docs/en/md/Dropbox/Tags-managment/Delete-tag.md b/docs/en/md/Dropbox/Tags-managment/Delete-tag.md index 9be9ea271..d612edf7c 100644 --- a/docs/en/md/Dropbox/Tags-managment/Delete-tag.md +++ b/docs/en/md/Dropbox/Tags-managment/Delete-tag.md @@ -20,6 +20,7 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - serialized JSON response from Dropbox +
diff --git a/docs/en/md/Dropbox/Tags-managment/Get-tag-list.md b/docs/en/md/Dropbox/Tags-managment/Get-tag-list.md index 39d82754d..3b893fbca 100644 --- a/docs/en/md/Dropbox/Tags-managment/Get-tag-list.md +++ b/docs/en/md/Dropbox/Tags-managment/Get-tag-list.md @@ -19,6 +19,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - serialized JSON response from Dropbox +
diff --git a/docs/en/md/Google_Calendar/Calendar-list-management/Add-calendar-to-list.md b/docs/en/md/Google_Calendar/Calendar-list-management/Add-calendar-to-list.md index 1b67856fc..79cb99606 100644 --- a/docs/en/md/Google_Calendar/Calendar-list-management/Add-calendar-to-list.md +++ b/docs/en/md/Google_Calendar/Calendar-list-management/Add-calendar-to-list.md @@ -19,6 +19,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - serialized JSON response from Google +
diff --git a/docs/en/md/Google_Calendar/Calendar-list-management/Delete-calendar-from-list.md b/docs/en/md/Google_Calendar/Calendar-list-management/Delete-calendar-from-list.md index 1b4d6cf01..b83a0dd46 100644 --- a/docs/en/md/Google_Calendar/Calendar-list-management/Delete-calendar-from-list.md +++ b/docs/en/md/Google_Calendar/Calendar-list-management/Delete-calendar-from-list.md @@ -19,6 +19,7 @@ sidebar_position: 4 Returns: Map Of KeyAndValue - serialized JSON response from Google +
diff --git a/docs/en/md/Google_Calendar/Calendar-list-management/Edit-list-calendar.md b/docs/en/md/Google_Calendar/Calendar-list-management/Edit-list-calendar.md index 3bb41d2d1..2f3e103e9 100644 --- a/docs/en/md/Google_Calendar/Calendar-list-management/Edit-list-calendar.md +++ b/docs/en/md/Google_Calendar/Calendar-list-management/Edit-list-calendar.md @@ -22,6 +22,7 @@ sidebar_position: 5 Returns: Map Of KeyAndValue - serialized JSON response from Google +
diff --git a/docs/en/md/Google_Calendar/Calendar-list-management/Get-calendar-list.md b/docs/en/md/Google_Calendar/Calendar-list-management/Get-calendar-list.md index a338d38d1..eb2a76613 100644 --- a/docs/en/md/Google_Calendar/Calendar-list-management/Get-calendar-list.md +++ b/docs/en/md/Google_Calendar/Calendar-list-management/Get-calendar-list.md @@ -18,6 +18,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - Array of calendar data mappings +
diff --git a/docs/en/md/Google_Calendar/Calendar-list-management/Get-list-calendar.md b/docs/en/md/Google_Calendar/Calendar-list-management/Get-list-calendar.md index fd5e599e4..96db8d73b 100644 --- a/docs/en/md/Google_Calendar/Calendar-list-management/Get-list-calendar.md +++ b/docs/en/md/Google_Calendar/Calendar-list-management/Get-list-calendar.md @@ -19,6 +19,7 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - serialized JSON response from Google +
diff --git a/docs/en/md/Google_Calendar/Calendar-metadata-management/Clear-main-calendar.md b/docs/en/md/Google_Calendar/Calendar-metadata-management/Clear-main-calendar.md index 123c49a99..1d5c344bf 100644 --- a/docs/en/md/Google_Calendar/Calendar-metadata-management/Clear-main-calendar.md +++ b/docs/en/md/Google_Calendar/Calendar-metadata-management/Clear-main-calendar.md @@ -18,6 +18,7 @@ sidebar_position: 4 Returns: Map Of KeyAndValue - serialized JSON response from Google +
diff --git a/docs/en/md/Google_Calendar/Calendar-metadata-management/Create-calendar.md b/docs/en/md/Google_Calendar/Calendar-metadata-management/Create-calendar.md index d7b182509..7e18c78bc 100644 --- a/docs/en/md/Google_Calendar/Calendar-metadata-management/Create-calendar.md +++ b/docs/en/md/Google_Calendar/Calendar-metadata-management/Create-calendar.md @@ -19,6 +19,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - serialized JSON response from Google +
diff --git a/docs/en/md/Google_Calendar/Calendar-metadata-management/Delete-calendar.md b/docs/en/md/Google_Calendar/Calendar-metadata-management/Delete-calendar.md index a4c219b24..f71a38832 100644 --- a/docs/en/md/Google_Calendar/Calendar-metadata-management/Delete-calendar.md +++ b/docs/en/md/Google_Calendar/Calendar-metadata-management/Delete-calendar.md @@ -19,6 +19,7 @@ sidebar_position: 5 Returns: Map Of KeyAndValue - serialized JSON response from Google +
diff --git a/docs/en/md/Google_Calendar/Calendar-metadata-management/Edit-calendar-metadata.md b/docs/en/md/Google_Calendar/Calendar-metadata-management/Edit-calendar-metadata.md index 3edeff063..9255b14fe 100644 --- a/docs/en/md/Google_Calendar/Calendar-metadata-management/Edit-calendar-metadata.md +++ b/docs/en/md/Google_Calendar/Calendar-metadata-management/Edit-calendar-metadata.md @@ -21,6 +21,7 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - serialized JSON response from Google +
diff --git a/docs/en/md/Google_Calendar/Calendar-metadata-management/Get-calendar-metadata.md b/docs/en/md/Google_Calendar/Calendar-metadata-management/Get-calendar-metadata.md index 2e2cda6ee..52ffd46f1 100644 --- a/docs/en/md/Google_Calendar/Calendar-metadata-management/Get-calendar-metadata.md +++ b/docs/en/md/Google_Calendar/Calendar-metadata-management/Get-calendar-metadata.md @@ -19,6 +19,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - serialized JSON response from Google +
diff --git a/docs/en/md/Google_Calendar/Event-management/Create-event.md b/docs/en/md/Google_Calendar/Event-management/Create-event.md index a61cf8d5f..e6a2b47cb 100644 --- a/docs/en/md/Google_Calendar/Event-management/Create-event.md +++ b/docs/en/md/Google_Calendar/Event-management/Create-event.md @@ -20,6 +20,7 @@ sidebar_position: 4 Returns: String, Arbitrary, HTTPResponse, BinaryData, Undefined - Google server response +
diff --git a/docs/en/md/Google_Calendar/Event-management/Delete-event.md b/docs/en/md/Google_Calendar/Event-management/Delete-event.md index 01c6a2200..611b1b79b 100644 --- a/docs/en/md/Google_Calendar/Event-management/Delete-event.md +++ b/docs/en/md/Google_Calendar/Event-management/Delete-event.md @@ -20,6 +20,7 @@ sidebar_position: 7 Returns: Map Of KeyAndValue - serialized JSON response from Google +
diff --git a/docs/en/md/Google_Calendar/Event-management/Edit-event.md b/docs/en/md/Google_Calendar/Event-management/Edit-event.md index b0f27f52a..f412576d4 100644 --- a/docs/en/md/Google_Calendar/Event-management/Edit-event.md +++ b/docs/en/md/Google_Calendar/Event-management/Edit-event.md @@ -21,6 +21,7 @@ sidebar_position: 6 Returns: Map Of KeyAndValue - serialized JSON response from Google +
diff --git a/docs/en/md/Google_Calendar/Event-management/Get-event-description.md b/docs/en/md/Google_Calendar/Event-management/Get-event-description.md index 94116964c..a83df83ac 100644 --- a/docs/en/md/Google_Calendar/Event-management/Get-event-description.md +++ b/docs/en/md/Google_Calendar/Event-management/Get-event-description.md @@ -17,6 +17,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - Empty event template +
diff --git a/docs/en/md/Google_Calendar/Event-management/Get-event-list.md b/docs/en/md/Google_Calendar/Event-management/Get-event-list.md index 8f02c770e..646f6db66 100644 --- a/docs/en/md/Google_Calendar/Event-management/Get-event-list.md +++ b/docs/en/md/Google_Calendar/Event-management/Get-event-list.md @@ -19,6 +19,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - Array of event maps +
diff --git a/docs/en/md/Google_Calendar/Event-management/Get-event.md b/docs/en/md/Google_Calendar/Event-management/Get-event.md index 8d7688e8a..57044b0e1 100644 --- a/docs/en/md/Google_Calendar/Event-management/Get-event.md +++ b/docs/en/md/Google_Calendar/Event-management/Get-event.md @@ -20,6 +20,7 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - serialized JSON response from Google +
diff --git a/docs/en/md/Google_Calendar/Event-management/Move-event.md b/docs/en/md/Google_Calendar/Event-management/Move-event.md index fecc84a7d..1be2eb5e2 100644 --- a/docs/en/md/Google_Calendar/Event-management/Move-event.md +++ b/docs/en/md/Google_Calendar/Event-management/Move-event.md @@ -21,6 +21,7 @@ sidebar_position: 5 Returns: Map Of KeyAndValue - serialized JSON response from Google +
diff --git a/docs/en/md/Google_Drive/Comment-management/Create-comment.md b/docs/en/md/Google_Drive/Comment-management/Create-comment.md index 32e24de3f..a8871b374 100644 --- a/docs/en/md/Google_Drive/Comment-management/Create-comment.md +++ b/docs/en/md/Google_Drive/Comment-management/Create-comment.md @@ -20,6 +20,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - serialized JSON response from Google +
diff --git a/docs/en/md/Google_Drive/Comment-management/Delete-comment.md b/docs/en/md/Google_Drive/Comment-management/Delete-comment.md index b3290e290..8ccdfd1dc 100644 --- a/docs/en/md/Google_Drive/Comment-management/Delete-comment.md +++ b/docs/en/md/Google_Drive/Comment-management/Delete-comment.md @@ -20,6 +20,7 @@ sidebar_position: 4 Returns: Map Of KeyAndValue - serialized JSON response from Google +
diff --git a/docs/en/md/Google_Drive/Comment-management/Get-comment-list.md b/docs/en/md/Google_Drive/Comment-management/Get-comment-list.md index 8e2987137..4e1d745e8 100644 --- a/docs/en/md/Google_Drive/Comment-management/Get-comment-list.md +++ b/docs/en/md/Google_Drive/Comment-management/Get-comment-list.md @@ -19,6 +19,7 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - serialized JSON response from Google +
diff --git a/docs/en/md/Google_Drive/Comment-management/Get-comment.md b/docs/en/md/Google_Drive/Comment-management/Get-comment.md index 56f8eb778..7106e0d02 100644 --- a/docs/en/md/Google_Drive/Comment-management/Get-comment.md +++ b/docs/en/md/Google_Drive/Comment-management/Get-comment.md @@ -20,6 +20,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - serialized JSON response from Google +
diff --git a/docs/en/md/Google_Drive/File-and-directory-management/Copy-object.md b/docs/en/md/Google_Drive/File-and-directory-management/Copy-object.md index 10a879a8b..929d627c0 100644 --- a/docs/en/md/Google_Drive/File-and-directory-management/Copy-object.md +++ b/docs/en/md/Google_Drive/File-and-directory-management/Copy-object.md @@ -21,6 +21,7 @@ sidebar_position: 7 Returns: Map Of KeyAndValue - serialized JSON response from Google +
diff --git a/docs/en/md/Google_Drive/File-and-directory-management/Create-folder.md b/docs/en/md/Google_Drive/File-and-directory-management/Create-folder.md index aba0327a1..0c71206b6 100644 --- a/docs/en/md/Google_Drive/File-and-directory-management/Create-folder.md +++ b/docs/en/md/Google_Drive/File-and-directory-management/Create-folder.md @@ -20,6 +20,7 @@ sidebar_position: 5 Returns: Map Of KeyAndValue - serialized JSON response from Google +
diff --git a/docs/en/md/Google_Drive/File-and-directory-management/Delete-object.md b/docs/en/md/Google_Drive/File-and-directory-management/Delete-object.md index 7ed9e124d..dac061a34 100644 --- a/docs/en/md/Google_Drive/File-and-directory-management/Delete-object.md +++ b/docs/en/md/Google_Drive/File-and-directory-management/Delete-object.md @@ -19,6 +19,7 @@ sidebar_position: 9 Returns: Map Of KeyAndValue - serialized JSON response from Google +
diff --git a/docs/en/md/Google_Drive/File-and-directory-management/Download-file.md b/docs/en/md/Google_Drive/File-and-directory-management/Download-file.md index 22d5da542..d4c7b59de 100644 --- a/docs/en/md/Google_Drive/File-and-directory-management/Download-file.md +++ b/docs/en/md/Google_Drive/File-and-directory-management/Download-file.md @@ -20,6 +20,7 @@ sidebar_position: 6 Returns: BinaryData,String - Binary data or file path when SavePath parameter is specified +
diff --git a/docs/en/md/Google_Drive/File-and-directory-management/Get-directories-list.md b/docs/en/md/Google_Drive/File-and-directory-management/Get-directories-list.md index 984111ac4..29b598083 100644 --- a/docs/en/md/Google_Drive/File-and-directory-management/Get-directories-list.md +++ b/docs/en/md/Google_Drive/File-and-directory-management/Get-directories-list.md @@ -20,6 +20,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - Array of directory mappings +
diff --git a/docs/en/md/Google_Drive/File-and-directory-management/Get-file-description.md b/docs/en/md/Google_Drive/File-and-directory-management/Get-file-description.md index 32a2d08b4..5794dc137 100644 --- a/docs/en/md/Google_Drive/File-and-directory-management/Get-file-description.md +++ b/docs/en/md/Google_Drive/File-and-directory-management/Get-file-description.md @@ -17,6 +17,7 @@ sidebar_position: 10 Returns: Map Of KeyAndValue - File description +
diff --git a/docs/en/md/Google_Drive/File-and-directory-management/Get-files-list.md b/docs/en/md/Google_Drive/File-and-directory-management/Get-files-list.md index 5e447f257..ec2bbe8e6 100644 --- a/docs/en/md/Google_Drive/File-and-directory-management/Get-files-list.md +++ b/docs/en/md/Google_Drive/File-and-directory-management/Get-files-list.md @@ -20,6 +20,7 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - Array of file mappings +
diff --git a/docs/en/md/Google_Drive/File-and-directory-management/Get-object-information.md b/docs/en/md/Google_Drive/File-and-directory-management/Get-object-information.md index aa07bd50d..924386fd8 100644 --- a/docs/en/md/Google_Drive/File-and-directory-management/Get-object-information.md +++ b/docs/en/md/Google_Drive/File-and-directory-management/Get-object-information.md @@ -19,6 +19,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - serialized JSON response from Google +
diff --git a/docs/en/md/Google_Drive/File-and-directory-management/Update-file.md b/docs/en/md/Google_Drive/File-and-directory-management/Update-file.md index 9bcce6967..4f337be95 100644 --- a/docs/en/md/Google_Drive/File-and-directory-management/Update-file.md +++ b/docs/en/md/Google_Drive/File-and-directory-management/Update-file.md @@ -21,6 +21,7 @@ sidebar_position: 8 Returns: Map Of KeyAndValue - serialized JSON response from Google +
diff --git a/docs/en/md/Google_Drive/File-and-directory-management/Upload-file.md b/docs/en/md/Google_Drive/File-and-directory-management/Upload-file.md index 889ba18e7..632f11ba5 100644 --- a/docs/en/md/Google_Drive/File-and-directory-management/Upload-file.md +++ b/docs/en/md/Google_Drive/File-and-directory-management/Upload-file.md @@ -20,6 +20,7 @@ sidebar_position: 4 Returns: Map Of KeyAndValue - serialized JSON response from Google +
diff --git a/docs/en/md/Google_Sheets/Data-managment/Clear-cells.md b/docs/en/md/Google_Sheets/Data-managment/Clear-cells.md index d7cbd3980..d1ade89ba 100644 --- a/docs/en/md/Google_Sheets/Data-managment/Clear-cells.md +++ b/docs/en/md/Google_Sheets/Data-managment/Clear-cells.md @@ -21,6 +21,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - serialized JSON response from Google +
diff --git a/docs/en/md/Google_Sheets/Data-managment/Get-cell-values.md b/docs/en/md/Google_Sheets/Data-managment/Get-cell-values.md index cbe8fc8f2..b4e669eb0 100644 --- a/docs/en/md/Google_Sheets/Data-managment/Get-cell-values.md +++ b/docs/en/md/Google_Sheets/Data-managment/Get-cell-values.md @@ -21,6 +21,7 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - serialized JSON response from Google +
diff --git a/docs/en/md/Google_Sheets/Data-managment/Set-cell-values.md b/docs/en/md/Google_Sheets/Data-managment/Set-cell-values.md index a4648132d..7a36dd1f4 100644 --- a/docs/en/md/Google_Sheets/Data-managment/Set-cell-values.md +++ b/docs/en/md/Google_Sheets/Data-managment/Set-cell-values.md @@ -22,6 +22,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - serialized JSON response from Google +
diff --git a/docs/en/md/Google_Sheets/Spreadsheets-managment/Create-spreadsheet.md b/docs/en/md/Google_Sheets/Spreadsheets-managment/Create-spreadsheet.md index d3d900292..7dd653da2 100644 --- a/docs/en/md/Google_Sheets/Spreadsheets-managment/Create-spreadsheet.md +++ b/docs/en/md/Google_Sheets/Spreadsheets-managment/Create-spreadsheet.md @@ -20,6 +20,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - serialized JSON response from Google +
diff --git a/docs/en/md/Google_Sheets/Spreadsheets-managment/Edit-spreadsheet-title.md b/docs/en/md/Google_Sheets/Spreadsheets-managment/Edit-spreadsheet-title.md index fdb5329e9..a79199970 100644 --- a/docs/en/md/Google_Sheets/Spreadsheets-managment/Edit-spreadsheet-title.md +++ b/docs/en/md/Google_Sheets/Spreadsheets-managment/Edit-spreadsheet-title.md @@ -20,6 +20,7 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - serialized JSON response from Google +
diff --git a/docs/en/md/Google_Sheets/Spreadsheets-managment/Get-spreadsheet.md b/docs/en/md/Google_Sheets/Spreadsheets-managment/Get-spreadsheet.md index decedc251..d9381b05f 100644 --- a/docs/en/md/Google_Sheets/Spreadsheets-managment/Get-spreadsheet.md +++ b/docs/en/md/Google_Sheets/Spreadsheets-managment/Get-spreadsheet.md @@ -19,6 +19,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - serialized JSON response from Google +
diff --git a/docs/en/md/Google_Sheets/Working-with-sheets/Add-sheet.md b/docs/en/md/Google_Sheets/Working-with-sheets/Add-sheet.md index a4d309ef1..7429edd32 100644 --- a/docs/en/md/Google_Sheets/Working-with-sheets/Add-sheet.md +++ b/docs/en/md/Google_Sheets/Working-with-sheets/Add-sheet.md @@ -20,6 +20,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - serialized JSON response from Google +
diff --git a/docs/en/md/Google_Sheets/Working-with-sheets/Copy-sheet.md b/docs/en/md/Google_Sheets/Working-with-sheets/Copy-sheet.md index 8ec99e1f6..6e0069515 100644 --- a/docs/en/md/Google_Sheets/Working-with-sheets/Copy-sheet.md +++ b/docs/en/md/Google_Sheets/Working-with-sheets/Copy-sheet.md @@ -21,6 +21,7 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - serialized JSON response from Google +
diff --git a/docs/en/md/Google_Sheets/Working-with-sheets/Delete-sheet.md b/docs/en/md/Google_Sheets/Working-with-sheets/Delete-sheet.md index b5cfc6bde..ea772a42a 100644 --- a/docs/en/md/Google_Sheets/Working-with-sheets/Delete-sheet.md +++ b/docs/en/md/Google_Sheets/Working-with-sheets/Delete-sheet.md @@ -20,6 +20,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - serialized JSON response from Google +
diff --git a/docs/en/md/Notion/Blocks-managment/Create-block.md b/docs/en/md/Notion/Blocks-managment/Create-block.md index 05e3658a5..d8079703e 100644 --- a/docs/en/md/Notion/Blocks-managment/Create-block.md +++ b/docs/en/md/Notion/Blocks-managment/Create-block.md @@ -21,6 +21,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - Serialized JSON response from Notion +
diff --git a/docs/en/md/Notion/Blocks-managment/Delete-block.md b/docs/en/md/Notion/Blocks-managment/Delete-block.md index 1f33c0632..77d06de66 100644 --- a/docs/en/md/Notion/Blocks-managment/Delete-block.md +++ b/docs/en/md/Notion/Blocks-managment/Delete-block.md @@ -19,6 +19,7 @@ sidebar_position: 4 Returns: Map Of KeyAndValue - Serialized JSON response from Notion +
diff --git a/docs/en/md/Notion/Blocks-managment/Return-block.md b/docs/en/md/Notion/Blocks-managment/Return-block.md index e086e8a17..e108fcfe8 100644 --- a/docs/en/md/Notion/Blocks-managment/Return-block.md +++ b/docs/en/md/Notion/Blocks-managment/Return-block.md @@ -20,6 +20,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - Serialized JSON response from Notion +
diff --git a/docs/en/md/Notion/Blocks-managment/Return-child-blocks.md b/docs/en/md/Notion/Blocks-managment/Return-child-blocks.md index b7a3bb9e4..bbf4dbbb4 100644 --- a/docs/en/md/Notion/Blocks-managment/Return-child-blocks.md +++ b/docs/en/md/Notion/Blocks-managment/Return-child-blocks.md @@ -19,6 +19,7 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - Serialized JSON response from Notion +
diff --git a/docs/en/md/Notion/Database-management/Create-database.md b/docs/en/md/Notion/Database-management/Create-database.md index 050c1859e..4060cc263 100644 --- a/docs/en/md/Notion/Database-management/Create-database.md +++ b/docs/en/md/Notion/Database-management/Create-database.md @@ -21,6 +21,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - Serialized JSON response from Notion +
diff --git a/docs/en/md/Notion/Database-management/Edit-database-properties.md b/docs/en/md/Notion/Database-management/Edit-database-properties.md index e33b281a4..672486640 100644 --- a/docs/en/md/Notion/Database-management/Edit-database-properties.md +++ b/docs/en/md/Notion/Database-management/Edit-database-properties.md @@ -22,6 +22,7 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - Serialized JSON response from Notion +
diff --git a/docs/en/md/Notion/Database-management/Get-database.md b/docs/en/md/Notion/Database-management/Get-database.md index a3695923c..204f8f09c 100644 --- a/docs/en/md/Notion/Database-management/Get-database.md +++ b/docs/en/md/Notion/Database-management/Get-database.md @@ -19,6 +19,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - Serialized JSON response from Notion +
diff --git a/docs/en/md/Notion/Page-management/Create-page-in-database.md b/docs/en/md/Notion/Page-management/Create-page-in-database.md index aeb7356b5..8b8fec957 100644 --- a/docs/en/md/Notion/Page-management/Create-page-in-database.md +++ b/docs/en/md/Notion/Page-management/Create-page-in-database.md @@ -20,6 +20,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - Serialized JSON response from Notion +
diff --git a/docs/en/md/Notion/Page-management/Create-page.md b/docs/en/md/Notion/Page-management/Create-page.md index 5e83d2e8a..a5be057e1 100644 --- a/docs/en/md/Notion/Page-management/Create-page.md +++ b/docs/en/md/Notion/Page-management/Create-page.md @@ -20,6 +20,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - Serialized JSON response from Notion +
diff --git a/docs/en/md/Notion/Page-management/Edit-page-properties.md b/docs/en/md/Notion/Page-management/Edit-page-properties.md index 113b54daf..8e0cc030d 100644 --- a/docs/en/md/Notion/Page-management/Edit-page-properties.md +++ b/docs/en/md/Notion/Page-management/Edit-page-properties.md @@ -23,6 +23,7 @@ sidebar_position: 4 Returns: Map Of KeyAndValue - Serialized JSON response from Notion +
diff --git a/docs/en/md/Notion/Page-management/Get-page.md b/docs/en/md/Notion/Page-management/Get-page.md index ef4b97ff3..ca40bcb0e 100644 --- a/docs/en/md/Notion/Page-management/Get-page.md +++ b/docs/en/md/Notion/Page-management/Get-page.md @@ -19,6 +19,7 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - Serialized JSON response from Notion +
diff --git a/docs/en/md/Notion/Users/Get-user-data.md b/docs/en/md/Notion/Users/Get-user-data.md index 5940c4cdb..1c5f25ec3 100644 --- a/docs/en/md/Notion/Users/Get-user-data.md +++ b/docs/en/md/Notion/Users/Get-user-data.md @@ -19,6 +19,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - Serialized JSON response from Notion +
diff --git a/docs/en/md/Notion/Users/User-list.md b/docs/en/md/Notion/Users/User-list.md index 17b8db01b..eb91ce1d8 100644 --- a/docs/en/md/Notion/Users/User-list.md +++ b/docs/en/md/Notion/Users/User-list.md @@ -18,6 +18,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - Serialized JSON response from Notion +
diff --git a/docs/en/md/Slack/Block-formation/Generate-image-block.md b/docs/en/md/Slack/Block-formation/Generate-image-block.md index 73eeb480a..aa2ee3edb 100644 --- a/docs/en/md/Slack/Block-formation/Generate-image-block.md +++ b/docs/en/md/Slack/Block-formation/Generate-image-block.md @@ -19,6 +19,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - Image block +
diff --git a/docs/en/md/Slack/Channel-management/Archive-channel.md b/docs/en/md/Slack/Channel-management/Archive-channel.md index bc4a7dcce..5f3a242c9 100644 --- a/docs/en/md/Slack/Channel-management/Archive-channel.md +++ b/docs/en/md/Slack/Channel-management/Archive-channel.md @@ -19,6 +19,7 @@ sidebar_position: 4 Returns: Map Of KeyAndValue - Serialized JSON response from Slack +
diff --git a/docs/en/md/Slack/Channel-management/Create-channel.md b/docs/en/md/Slack/Channel-management/Create-channel.md index c8dc8cf10..d54723985 100644 --- a/docs/en/md/Slack/Channel-management/Create-channel.md +++ b/docs/en/md/Slack/Channel-management/Create-channel.md @@ -20,6 +20,7 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - Serialized JSON response from Slack +
diff --git a/docs/en/md/Slack/Channel-management/Get-channel-history.md b/docs/en/md/Slack/Channel-management/Get-channel-history.md index 9fad355af..415f9d246 100644 --- a/docs/en/md/Slack/Channel-management/Get-channel-history.md +++ b/docs/en/md/Slack/Channel-management/Get-channel-history.md @@ -19,6 +19,7 @@ sidebar_position: 6 Returns: Map Of KeyAndValue - Serialized JSON response from Slack +
diff --git a/docs/en/md/Slack/Channel-management/Get-channel-list.md b/docs/en/md/Slack/Channel-management/Get-channel-list.md index 986a10b43..f86546568 100644 --- a/docs/en/md/Slack/Channel-management/Get-channel-list.md +++ b/docs/en/md/Slack/Channel-management/Get-channel-list.md @@ -20,6 +20,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - Serialized JSON response from Slack +
diff --git a/docs/en/md/Slack/Channel-management/Get-channel-user-list.md b/docs/en/md/Slack/Channel-management/Get-channel-user-list.md index 3878eab9d..979106cf1 100644 --- a/docs/en/md/Slack/Channel-management/Get-channel-user-list.md +++ b/docs/en/md/Slack/Channel-management/Get-channel-user-list.md @@ -20,6 +20,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - Serialized JSON response from Slack +
diff --git a/docs/en/md/Slack/Channel-management/Get-channel.md b/docs/en/md/Slack/Channel-management/Get-channel.md index 4f750c340..b22a88526 100644 --- a/docs/en/md/Slack/Channel-management/Get-channel.md +++ b/docs/en/md/Slack/Channel-management/Get-channel.md @@ -19,6 +19,7 @@ sidebar_position: 5 Returns: Map Of KeyAndValue - Serialized JSON response from Slack +
diff --git a/docs/en/md/Slack/Channel-management/Invite-users-to-channel.md b/docs/en/md/Slack/Channel-management/Invite-users-to-channel.md index 687ca660c..621c2a168 100644 --- a/docs/en/md/Slack/Channel-management/Invite-users-to-channel.md +++ b/docs/en/md/Slack/Channel-management/Invite-users-to-channel.md @@ -20,6 +20,7 @@ sidebar_position: 7 Returns: Map Of KeyAndValue - Serialized JSON response from Slack +
diff --git a/docs/en/md/Slack/Channel-management/Join-channel.md b/docs/en/md/Slack/Channel-management/Join-channel.md index ab11f8e00..423c34a6a 100644 --- a/docs/en/md/Slack/Channel-management/Join-channel.md +++ b/docs/en/md/Slack/Channel-management/Join-channel.md @@ -19,6 +19,7 @@ sidebar_position: 9 Returns: Map Of KeyAndValue - Serialized JSON response from Slack +
diff --git a/docs/en/md/Slack/Channel-management/Kick-user-from-channel.md b/docs/en/md/Slack/Channel-management/Kick-user-from-channel.md index 146bf8bc3..37d6b9c4e 100644 --- a/docs/en/md/Slack/Channel-management/Kick-user-from-channel.md +++ b/docs/en/md/Slack/Channel-management/Kick-user-from-channel.md @@ -20,6 +20,7 @@ sidebar_position: 8 Returns: Map Of KeyAndValue - Serialized JSON response from Slack +
diff --git a/docs/en/md/Slack/Channel-management/Leave-channel.md b/docs/en/md/Slack/Channel-management/Leave-channel.md index 59a8f6827..b37f4dedc 100644 --- a/docs/en/md/Slack/Channel-management/Leave-channel.md +++ b/docs/en/md/Slack/Channel-management/Leave-channel.md @@ -19,6 +19,7 @@ sidebar_position: 10 Returns: Map Of KeyAndValue - Serialized JSON response from Slack +
diff --git a/docs/en/md/Slack/Channel-management/Rename-channel.md b/docs/en/md/Slack/Channel-management/Rename-channel.md index 72c260218..a302bc45c 100644 --- a/docs/en/md/Slack/Channel-management/Rename-channel.md +++ b/docs/en/md/Slack/Channel-management/Rename-channel.md @@ -20,6 +20,7 @@ sidebar_position: 13 Returns: Map Of KeyAndValue - Serialized JSON response from Slack +
diff --git a/docs/en/md/Slack/Channel-management/Set-channel-goal.md b/docs/en/md/Slack/Channel-management/Set-channel-goal.md index ba9161898..860e81c83 100644 --- a/docs/en/md/Slack/Channel-management/Set-channel-goal.md +++ b/docs/en/md/Slack/Channel-management/Set-channel-goal.md @@ -20,6 +20,7 @@ sidebar_position: 12 Returns: Map Of KeyAndValue - Serialized JSON response from Slack +
diff --git a/docs/en/md/Slack/Channel-management/Set-channel-topic.md b/docs/en/md/Slack/Channel-management/Set-channel-topic.md index 31c816bca..2c9e2eede 100644 --- a/docs/en/md/Slack/Channel-management/Set-channel-topic.md +++ b/docs/en/md/Slack/Channel-management/Set-channel-topic.md @@ -20,6 +20,7 @@ sidebar_position: 11 Returns: Map Of KeyAndValue - Serialized JSON response from Slack +
diff --git a/docs/en/md/Slack/Dialog-management/Close-dialog.md b/docs/en/md/Slack/Dialog-management/Close-dialog.md index 2355d4a26..9bfbda2a1 100644 --- a/docs/en/md/Slack/Dialog-management/Close-dialog.md +++ b/docs/en/md/Slack/Dialog-management/Close-dialog.md @@ -19,6 +19,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - Serialized JSON response from Slack +
diff --git a/docs/en/md/Slack/Dialog-management/Open-dialog.md b/docs/en/md/Slack/Dialog-management/Open-dialog.md index f8c48593a..13293af10 100644 --- a/docs/en/md/Slack/Dialog-management/Open-dialog.md +++ b/docs/en/md/Slack/Dialog-management/Open-dialog.md @@ -19,6 +19,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - Serialized JSON response from Slack +
diff --git a/docs/en/md/Slack/External-files-management/Add-external-file.md b/docs/en/md/Slack/External-files-management/Add-external-file.md index 3bd2950ef..f3aeda859 100644 --- a/docs/en/md/Slack/External-files-management/Add-external-file.md +++ b/docs/en/md/Slack/External-files-management/Add-external-file.md @@ -20,6 +20,7 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - Serialized JSON response from Slack +
diff --git a/docs/en/md/Slack/External-files-management/Delete-external-file.md b/docs/en/md/Slack/External-files-management/Delete-external-file.md index 3393076f5..1cf0ccdbf 100644 --- a/docs/en/md/Slack/External-files-management/Delete-external-file.md +++ b/docs/en/md/Slack/External-files-management/Delete-external-file.md @@ -19,6 +19,7 @@ sidebar_position: 5 Returns: Map Of KeyAndValue - Serialized JSON response from Slack +
diff --git a/docs/en/md/Slack/External-files-management/Get-external-file-list.md b/docs/en/md/Slack/External-files-management/Get-external-file-list.md index 9a79660f6..c4abd7778 100644 --- a/docs/en/md/Slack/External-files-management/Get-external-file-list.md +++ b/docs/en/md/Slack/External-files-management/Get-external-file-list.md @@ -20,6 +20,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - Serialized JSON response from Slack +
diff --git a/docs/en/md/Slack/External-files-management/Get-external-file.md b/docs/en/md/Slack/External-files-management/Get-external-file.md index 7b92f1aed..c8578673c 100644 --- a/docs/en/md/Slack/External-files-management/Get-external-file.md +++ b/docs/en/md/Slack/External-files-management/Get-external-file.md @@ -19,6 +19,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - Serialized JSON response from Slack +
diff --git a/docs/en/md/Slack/External-files-management/Send-external-file.md b/docs/en/md/Slack/External-files-management/Send-external-file.md index ca7c6de7f..b78be469c 100644 --- a/docs/en/md/Slack/External-files-management/Send-external-file.md +++ b/docs/en/md/Slack/External-files-management/Send-external-file.md @@ -20,6 +20,7 @@ sidebar_position: 4 Returns: Map Of KeyAndValue - Serialized JSON response from Slack +
diff --git a/docs/en/md/Slack/File-managment/Delete-file.md b/docs/en/md/Slack/File-managment/Delete-file.md index 2ff1ffffe..b4eadc75c 100644 --- a/docs/en/md/Slack/File-managment/Delete-file.md +++ b/docs/en/md/Slack/File-managment/Delete-file.md @@ -19,6 +19,7 @@ sidebar_position: 4 Returns: Map Of KeyAndValue - Serialized JSON response from Slack +
diff --git a/docs/en/md/Slack/File-managment/Get-file-data.md b/docs/en/md/Slack/File-managment/Get-file-data.md index 62f6026a7..52673054b 100644 --- a/docs/en/md/Slack/File-managment/Get-file-data.md +++ b/docs/en/md/Slack/File-managment/Get-file-data.md @@ -19,6 +19,7 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - Serialized JSON response from Slack +
diff --git a/docs/en/md/Slack/File-managment/Get-files-list.md b/docs/en/md/Slack/File-managment/Get-files-list.md index fb51c1898..6d078583d 100644 --- a/docs/en/md/Slack/File-managment/Get-files-list.md +++ b/docs/en/md/Slack/File-managment/Get-files-list.md @@ -20,6 +20,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - Serialized JSON response from Slack +
diff --git a/docs/en/md/Slack/File-managment/Make-file-private.md b/docs/en/md/Slack/File-managment/Make-file-private.md index 731962163..cd03b58b3 100644 --- a/docs/en/md/Slack/File-managment/Make-file-private.md +++ b/docs/en/md/Slack/File-managment/Make-file-private.md @@ -19,6 +19,7 @@ sidebar_position: 6 Returns: Map Of KeyAndValue - Serialized JSON response from Slack +
diff --git a/docs/en/md/Slack/File-managment/Make-file-public.md b/docs/en/md/Slack/File-managment/Make-file-public.md index 22096e091..c9fac1dfa 100644 --- a/docs/en/md/Slack/File-managment/Make-file-public.md +++ b/docs/en/md/Slack/File-managment/Make-file-public.md @@ -19,6 +19,7 @@ sidebar_position: 5 Returns: Map Of KeyAndValue - Serialized JSON response from Slack +
diff --git a/docs/en/md/Slack/File-managment/Upload-file.md b/docs/en/md/Slack/File-managment/Upload-file.md index 598340435..32dc69cf6 100644 --- a/docs/en/md/Slack/File-managment/Upload-file.md +++ b/docs/en/md/Slack/File-managment/Upload-file.md @@ -22,6 +22,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - Serialized JSON response from Slack +
diff --git a/docs/en/md/Slack/Management-and-settings/Get-bot-information.md b/docs/en/md/Slack/Management-and-settings/Get-bot-information.md index 4b93c7b4d..e465770de 100644 --- a/docs/en/md/Slack/Management-and-settings/Get-bot-information.md +++ b/docs/en/md/Slack/Management-and-settings/Get-bot-information.md @@ -18,6 +18,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - Serialized JSON response from Slack +
diff --git a/docs/en/md/Slack/Management-and-settings/Get-user-list.md b/docs/en/md/Slack/Management-and-settings/Get-user-list.md index 9022e52c4..a16287aad 100644 --- a/docs/en/md/Slack/Management-and-settings/Get-user-list.md +++ b/docs/en/md/Slack/Management-and-settings/Get-user-list.md @@ -19,6 +19,7 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - Serialized JSON response from Slack +
diff --git a/docs/en/md/Slack/Management-and-settings/Get-workspace-list.md b/docs/en/md/Slack/Management-and-settings/Get-workspace-list.md index 8565dab61..df8f55cbe 100644 --- a/docs/en/md/Slack/Management-and-settings/Get-workspace-list.md +++ b/docs/en/md/Slack/Management-and-settings/Get-workspace-list.md @@ -19,6 +19,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - Serialized JSON response from Slack +
diff --git a/docs/en/md/Slack/Message-management/Delete-message.md b/docs/en/md/Slack/Message-management/Delete-message.md index 853a58105..17d11e8ba 100644 --- a/docs/en/md/Slack/Message-management/Delete-message.md +++ b/docs/en/md/Slack/Message-management/Delete-message.md @@ -21,6 +21,7 @@ sidebar_position: 4 Returns: Map Of KeyAndValue - Serialized JSON response from Slack +
diff --git a/docs/en/md/Slack/Message-management/Edit-message.md b/docs/en/md/Slack/Message-management/Edit-message.md index 0b6aaf0d0..42efc2649 100644 --- a/docs/en/md/Slack/Message-management/Edit-message.md +++ b/docs/en/md/Slack/Message-management/Edit-message.md @@ -22,6 +22,7 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - Serialized JSON response from Slack +
diff --git a/docs/en/md/Slack/Message-management/Get-delayed-message-list.md b/docs/en/md/Slack/Message-management/Get-delayed-message-list.md index f96dd18e5..4caf949b3 100644 --- a/docs/en/md/Slack/Message-management/Get-delayed-message-list.md +++ b/docs/en/md/Slack/Message-management/Get-delayed-message-list.md @@ -20,6 +20,7 @@ sidebar_position: 5 Returns: Map Of KeyAndValue - Serialized JSON response from Slack +
diff --git a/docs/en/md/Slack/Message-management/Get-message-link.md b/docs/en/md/Slack/Message-management/Get-message-link.md index dc26a678c..1f563d7de 100644 --- a/docs/en/md/Slack/Message-management/Get-message-link.md +++ b/docs/en/md/Slack/Message-management/Get-message-link.md @@ -20,6 +20,7 @@ sidebar_position: 6 Returns: Map Of KeyAndValue - Serialized JSON response from Slack +
diff --git a/docs/en/md/Slack/Message-management/Get-message-reply-list.md b/docs/en/md/Slack/Message-management/Get-message-reply-list.md index e35972cd6..27a65f31d 100644 --- a/docs/en/md/Slack/Message-management/Get-message-reply-list.md +++ b/docs/en/md/Slack/Message-management/Get-message-reply-list.md @@ -21,6 +21,7 @@ sidebar_position: 7 Returns: Map Of KeyAndValue - Serialized JSON response from Slack +
diff --git a/docs/en/md/Slack/Message-management/Send-ephemeral-message.md b/docs/en/md/Slack/Message-management/Send-ephemeral-message.md index 55bc5eb49..68ff4ec8a 100644 --- a/docs/en/md/Slack/Message-management/Send-ephemeral-message.md +++ b/docs/en/md/Slack/Message-management/Send-ephemeral-message.md @@ -22,6 +22,7 @@ Sends a message that arrives in the channel but is visible only to a specific us Returns: Map Of KeyAndValue - Serialized JSON response from Slack +
diff --git a/docs/en/md/Slack/Message-management/Send-message.md b/docs/en/md/Slack/Message-management/Send-message.md index 1ef1c55a3..cdf822561 100644 --- a/docs/en/md/Slack/Message-management/Send-message.md +++ b/docs/en/md/Slack/Message-management/Send-message.md @@ -22,6 +22,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - Serialized JSON response from Slack +
diff --git a/docs/en/md/Telegram/Administration/Ban.md b/docs/en/md/Telegram/Administration/Ban.md index 892f6939e..e0a1d1ada 100644 --- a/docs/en/md/Telegram/Administration/Ban.md +++ b/docs/en/md/Telegram/Administration/Ban.md @@ -20,6 +20,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - Serialized JSON response from Telegram +
diff --git a/docs/en/md/Telegram/Administration/Create-invitation-link.md b/docs/en/md/Telegram/Administration/Create-invitation-link.md index 79254fbd9..b3622294d 100644 --- a/docs/en/md/Telegram/Administration/Create-invitation-link.md +++ b/docs/en/md/Telegram/Administration/Create-invitation-link.md @@ -22,6 +22,7 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - Serialized JSON response from Telegram +
diff --git a/docs/en/md/Telegram/Administration/Delete-message.md b/docs/en/md/Telegram/Administration/Delete-message.md index c4b5ac4ed..6d9a84855 100644 --- a/docs/en/md/Telegram/Administration/Delete-message.md +++ b/docs/en/md/Telegram/Administration/Delete-message.md @@ -20,6 +20,7 @@ sidebar_position: 7 Returns: Map Of KeyAndValue - Serialized JSON response from Telegram +
diff --git a/docs/en/md/Telegram/Administration/Get-participant-count.md b/docs/en/md/Telegram/Administration/Get-participant-count.md index d79b8d039..4d507226d 100644 --- a/docs/en/md/Telegram/Administration/Get-participant-count.md +++ b/docs/en/md/Telegram/Administration/Get-participant-count.md @@ -19,6 +19,7 @@ sidebar_position: 6 Returns: Map Of KeyAndValue - Serialized JSON response from Telegram +
diff --git a/docs/en/md/Telegram/Administration/Pin-message.md b/docs/en/md/Telegram/Administration/Pin-message.md index ee5be8dbb..bf2b18765 100644 --- a/docs/en/md/Telegram/Administration/Pin-message.md +++ b/docs/en/md/Telegram/Administration/Pin-message.md @@ -20,6 +20,7 @@ sidebar_position: 4 Returns: Map Of KeyAndValue - Serialized JSON response from Telegram +
diff --git a/docs/en/md/Telegram/Administration/Unban.md b/docs/en/md/Telegram/Administration/Unban.md index 3d27642e6..3bcea8992 100644 --- a/docs/en/md/Telegram/Administration/Unban.md +++ b/docs/en/md/Telegram/Administration/Unban.md @@ -20,6 +20,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - Serialized JSON response from Telegram +
diff --git a/docs/en/md/Telegram/Administration/Unpin-message.md b/docs/en/md/Telegram/Administration/Unpin-message.md index 2017b920f..8fd711770 100644 --- a/docs/en/md/Telegram/Administration/Unpin-message.md +++ b/docs/en/md/Telegram/Administration/Unpin-message.md @@ -20,6 +20,7 @@ sidebar_position: 5 Returns: Map Of KeyAndValue - Serialized JSON response from Telegram +
diff --git a/docs/en/md/Telegram/Data-retrieval-and-settings/Delete-webhook.md b/docs/en/md/Telegram/Data-retrieval-and-settings/Delete-webhook.md index 70a7e8caf..81fd065ec 100644 --- a/docs/en/md/Telegram/Data-retrieval-and-settings/Delete-webhook.md +++ b/docs/en/md/Telegram/Data-retrieval-and-settings/Delete-webhook.md @@ -18,6 +18,7 @@ sidebar_position: 4 Returns: Map Of KeyAndValue - Serialized JSON response from Telegram +
diff --git a/docs/en/md/Telegram/Data-retrieval-and-settings/Download-file.md b/docs/en/md/Telegram/Data-retrieval-and-settings/Download-file.md index 202f379f3..abff4c3d7 100644 --- a/docs/en/md/Telegram/Data-retrieval-and-settings/Download-file.md +++ b/docs/en/md/Telegram/Data-retrieval-and-settings/Download-file.md @@ -19,6 +19,7 @@ sidebar_position: 5 Returns: BinaryData - file's binary data +
diff --git a/docs/en/md/Telegram/Data-retrieval-and-settings/Get-bot-information.md b/docs/en/md/Telegram/Data-retrieval-and-settings/Get-bot-information.md index f911d10f8..040b5a58c 100644 --- a/docs/en/md/Telegram/Data-retrieval-and-settings/Get-bot-information.md +++ b/docs/en/md/Telegram/Data-retrieval-and-settings/Get-bot-information.md @@ -18,6 +18,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - Serialized JSON response from Telegram +
diff --git a/docs/en/md/Telegram/Data-retrieval-and-settings/Get-updates.md b/docs/en/md/Telegram/Data-retrieval-and-settings/Get-updates.md index 23e64ea7a..22b8d938b 100644 --- a/docs/en/md/Telegram/Data-retrieval-and-settings/Get-updates.md +++ b/docs/en/md/Telegram/Data-retrieval-and-settings/Get-updates.md @@ -20,6 +20,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - Serialized JSON response from Telegram +
diff --git a/docs/en/md/Telegram/Data-retrieval-and-settings/Set-webhook.md b/docs/en/md/Telegram/Data-retrieval-and-settings/Set-webhook.md index f761a6cf4..f1c7170c7 100644 --- a/docs/en/md/Telegram/Data-retrieval-and-settings/Set-webhook.md +++ b/docs/en/md/Telegram/Data-retrieval-and-settings/Set-webhook.md @@ -19,6 +19,7 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - Serialized JSON response from Telegram +
diff --git a/docs/en/md/Telegram/Data-sending/Form-keyboard-from-button-array.md b/docs/en/md/Telegram/Data-sending/Form-keyboard-from-button-array.md index 3abfcb267..2dc22602d 100644 --- a/docs/en/md/Telegram/Data-sending/Form-keyboard-from-button-array.md +++ b/docs/en/md/Telegram/Data-sending/Form-keyboard-from-button-array.md @@ -20,6 +20,7 @@ sidebar_position: 12 Returns: String - Keyboard JSON +
diff --git a/docs/en/md/Telegram/Data-sending/Forward-message.md b/docs/en/md/Telegram/Data-sending/Forward-message.md index 501f016d1..44c7622c6 100644 --- a/docs/en/md/Telegram/Data-sending/Forward-message.md +++ b/docs/en/md/Telegram/Data-sending/Forward-message.md @@ -21,6 +21,7 @@ sidebar_position: 11 Returns: Map Of KeyAndValue - Serialized JSON response from Telegram +
diff --git a/docs/en/md/Telegram/Data-sending/Send-audio.md b/docs/en/md/Telegram/Data-sending/Send-audio.md index 0a8a72864..963f221cd 100644 --- a/docs/en/md/Telegram/Data-sending/Send-audio.md +++ b/docs/en/md/Telegram/Data-sending/Send-audio.md @@ -23,6 +23,7 @@ sidebar_position: 4 Returns: Map Of KeyAndValue - Serialized JSON response from Telegram +
diff --git a/docs/en/md/Telegram/Data-sending/Send-contact.md b/docs/en/md/Telegram/Data-sending/Send-contact.md index 81c61e891..30f673938 100644 --- a/docs/en/md/Telegram/Data-sending/Send-contact.md +++ b/docs/en/md/Telegram/Data-sending/Send-contact.md @@ -23,6 +23,7 @@ sidebar_position: 9 Returns: Map Of KeyAndValue - Serialized JSON response from Telegram +
diff --git a/docs/en/md/Telegram/Data-sending/Send-document.md b/docs/en/md/Telegram/Data-sending/Send-document.md index a30bcf8be..193d7311f 100644 --- a/docs/en/md/Telegram/Data-sending/Send-document.md +++ b/docs/en/md/Telegram/Data-sending/Send-document.md @@ -23,6 +23,7 @@ sidebar_position: 5 Returns: Map Of KeyAndValue - Serialized JSON response from Telegram +
diff --git a/docs/en/md/Telegram/Data-sending/Send-gif.md b/docs/en/md/Telegram/Data-sending/Send-gif.md index aa52bcae9..dcc0dc2c9 100644 --- a/docs/en/md/Telegram/Data-sending/Send-gif.md +++ b/docs/en/md/Telegram/Data-sending/Send-gif.md @@ -23,6 +23,7 @@ sidebar_position: 6 Returns: Map Of KeyAndValue - Serialized JSON response from Telegram +
diff --git a/docs/en/md/Telegram/Data-sending/Send-image.md b/docs/en/md/Telegram/Data-sending/Send-image.md index 1ab3d819f..e6260ed0c 100644 --- a/docs/en/md/Telegram/Data-sending/Send-image.md +++ b/docs/en/md/Telegram/Data-sending/Send-image.md @@ -23,6 +23,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - Serialized JSON response from Telegram +
diff --git a/docs/en/md/Telegram/Data-sending/Send-location.md b/docs/en/md/Telegram/Data-sending/Send-location.md index 386bdec64..680123d12 100644 --- a/docs/en/md/Telegram/Data-sending/Send-location.md +++ b/docs/en/md/Telegram/Data-sending/Send-location.md @@ -22,6 +22,7 @@ sidebar_position: 8 Returns: Map Of KeyAndValue - Serialized JSON response from Telegram +
diff --git a/docs/en/md/Telegram/Data-sending/Send-media-group.md b/docs/en/md/Telegram/Data-sending/Send-media-group.md index cb1be5ede..1dfe1d5a4 100644 --- a/docs/en/md/Telegram/Data-sending/Send-media-group.md +++ b/docs/en/md/Telegram/Data-sending/Send-media-group.md @@ -23,6 +23,7 @@ sidebar_position: 7 Returns: Map Of KeyAndValue - Serialized JSON response from Telegram +
diff --git a/docs/en/md/Telegram/Data-sending/Send-poll.md b/docs/en/md/Telegram/Data-sending/Send-poll.md index ff71db74e..9d7e9a5a7 100644 --- a/docs/en/md/Telegram/Data-sending/Send-poll.md +++ b/docs/en/md/Telegram/Data-sending/Send-poll.md @@ -22,6 +22,7 @@ sidebar_position: 10 Returns: Map Of KeyAndValue - Serialized JSON response from Telegram +
diff --git a/docs/en/md/Telegram/Data-sending/Send-text-message.md b/docs/en/md/Telegram/Data-sending/Send-text-message.md index 7b0d0f0f1..1f6b7eeef 100644 --- a/docs/en/md/Telegram/Data-sending/Send-text-message.md +++ b/docs/en/md/Telegram/Data-sending/Send-text-message.md @@ -23,6 +23,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - Serialized JSON response from Telegram +
diff --git a/docs/en/md/Telegram/Data-sending/Send-video.md b/docs/en/md/Telegram/Data-sending/Send-video.md index 3c2c9feaf..d9ffe7fd0 100644 --- a/docs/en/md/Telegram/Data-sending/Send-video.md +++ b/docs/en/md/Telegram/Data-sending/Send-video.md @@ -23,6 +23,7 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - Serialized JSON response from Telegram +
diff --git a/docs/en/md/Telegram/Forum-topic-management/Clear-thread-pinned-messages-list.md b/docs/en/md/Telegram/Forum-topic-management/Clear-thread-pinned-messages-list.md index 3d31072b7..6ded87cf7 100644 --- a/docs/en/md/Telegram/Forum-topic-management/Clear-thread-pinned-messages-list.md +++ b/docs/en/md/Telegram/Forum-topic-management/Clear-thread-pinned-messages-list.md @@ -20,6 +20,7 @@ sidebar_position: 10 Returns: Map Of KeyAndValue - Serialized JSON response from Telegram +
diff --git a/docs/en/md/Telegram/Forum-topic-management/Close-forum-thread.md b/docs/en/md/Telegram/Forum-topic-management/Close-forum-thread.md index 7c1684239..4af14b7bc 100644 --- a/docs/en/md/Telegram/Forum-topic-management/Close-forum-thread.md +++ b/docs/en/md/Telegram/Forum-topic-management/Close-forum-thread.md @@ -20,6 +20,7 @@ sidebar_position: 4 Returns: Map Of KeyAndValue - Serialized JSON response from Telegram +
diff --git a/docs/en/md/Telegram/Forum-topic-management/Create-forum-thread.md b/docs/en/md/Telegram/Forum-topic-management/Create-forum-thread.md index 2d578ba08..ee53b291e 100644 --- a/docs/en/md/Telegram/Forum-topic-management/Create-forum-thread.md +++ b/docs/en/md/Telegram/Forum-topic-management/Create-forum-thread.md @@ -21,6 +21,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - Serialized JSON response from Telegram +
diff --git a/docs/en/md/Telegram/Forum-topic-management/Delete-forum-topic.md b/docs/en/md/Telegram/Forum-topic-management/Delete-forum-topic.md index 446991377..e9075bdbc 100644 --- a/docs/en/md/Telegram/Forum-topic-management/Delete-forum-topic.md +++ b/docs/en/md/Telegram/Forum-topic-management/Delete-forum-topic.md @@ -20,6 +20,7 @@ sidebar_position: 6 Returns: Map Of KeyAndValue - Serialized JSON response from Telegram +
diff --git a/docs/en/md/Telegram/Forum-topic-management/Edit-forum-topic.md b/docs/en/md/Telegram/Forum-topic-management/Edit-forum-topic.md index 91e19f560..ca13ba3c5 100644 --- a/docs/en/md/Telegram/Forum-topic-management/Edit-forum-topic.md +++ b/docs/en/md/Telegram/Forum-topic-management/Edit-forum-topic.md @@ -22,6 +22,7 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - Serialized JSON response from Telegram +
diff --git a/docs/en/md/Telegram/Forum-topic-management/Edit-main-forum-topic-name.md b/docs/en/md/Telegram/Forum-topic-management/Edit-main-forum-topic-name.md index d9929405b..daa7dff26 100644 --- a/docs/en/md/Telegram/Forum-topic-management/Edit-main-forum-topic-name.md +++ b/docs/en/md/Telegram/Forum-topic-management/Edit-main-forum-topic-name.md @@ -20,6 +20,7 @@ sidebar_position: 9 Returns: Map Of KeyAndValue - Serialized JSON response from Telegram +
diff --git a/docs/en/md/Telegram/Forum-topic-management/Get-avatar-icon-list.md b/docs/en/md/Telegram/Forum-topic-management/Get-avatar-icon-list.md index 72e131ad4..7aa4f3f4a 100644 --- a/docs/en/md/Telegram/Forum-topic-management/Get-avatar-icon-list.md +++ b/docs/en/md/Telegram/Forum-topic-management/Get-avatar-icon-list.md @@ -18,6 +18,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - Key > ID, Value > Emoji +
diff --git a/docs/en/md/Telegram/Forum-topic-management/Hide-main-forum-topic.md b/docs/en/md/Telegram/Forum-topic-management/Hide-main-forum-topic.md index 2e1daeb52..f3bc4a4c9 100644 --- a/docs/en/md/Telegram/Forum-topic-management/Hide-main-forum-topic.md +++ b/docs/en/md/Telegram/Forum-topic-management/Hide-main-forum-topic.md @@ -19,6 +19,7 @@ sidebar_position: 7 Returns: Map Of KeyAndValue - Serialized JSON response from Telegram +
diff --git a/docs/en/md/Telegram/Forum-topic-management/Open-forum-thread.md b/docs/en/md/Telegram/Forum-topic-management/Open-forum-thread.md index 8356df7fc..48b2ca9b4 100644 --- a/docs/en/md/Telegram/Forum-topic-management/Open-forum-thread.md +++ b/docs/en/md/Telegram/Forum-topic-management/Open-forum-thread.md @@ -20,6 +20,7 @@ sidebar_position: 5 Returns: Map Of KeyAndValue - Serialized JSON response from Telegram +
diff --git a/docs/en/md/Telegram/Forum-topic-management/Show-main-forum-topic.md b/docs/en/md/Telegram/Forum-topic-management/Show-main-forum-topic.md index 536258a3a..ff4a126ef 100644 --- a/docs/en/md/Telegram/Forum-topic-management/Show-main-forum-topic.md +++ b/docs/en/md/Telegram/Forum-topic-management/Show-main-forum-topic.md @@ -19,6 +19,7 @@ sidebar_position: 8 Returns: Map Of KeyAndValue - Serialized JSON response from Telegram +
diff --git a/docs/en/md/Twitter/Data-and-settings/Get-authorization-link.md b/docs/en/md/Twitter/Data-and-settings/Get-authorization-link.md index 4f5ce65e9..4cfebe219 100644 --- a/docs/en/md/Twitter/Data-and-settings/Get-authorization-link.md +++ b/docs/en/md/Twitter/Data-and-settings/Get-authorization-link.md @@ -18,6 +18,7 @@ sidebar_position: 1 Returns: String - URL for browser transition +
diff --git a/docs/en/md/Twitter/Data-and-settings/Get-token.md b/docs/en/md/Twitter/Data-and-settings/Get-token.md index 19abeb0d3..3f5e9d820 100644 --- a/docs/en/md/Twitter/Data-and-settings/Get-token.md +++ b/docs/en/md/Twitter/Data-and-settings/Get-token.md @@ -19,6 +19,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - serialized JSON response from Twitter +
diff --git a/docs/en/md/Twitter/Data-and-settings/Refresh-token.md b/docs/en/md/Twitter/Data-and-settings/Refresh-token.md index 0ae8571ee..5c7b85496 100644 --- a/docs/en/md/Twitter/Data-and-settings/Refresh-token.md +++ b/docs/en/md/Twitter/Data-and-settings/Refresh-token.md @@ -18,6 +18,7 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - serialized JSON response from Twitter +
diff --git a/docs/en/md/Twitter/Tweets/Create-gif-tweet.md b/docs/en/md/Twitter/Tweets/Create-gif-tweet.md index cd9d6c1e6..7bd4d4b48 100644 --- a/docs/en/md/Twitter/Tweets/Create-gif-tweet.md +++ b/docs/en/md/Twitter/Tweets/Create-gif-tweet.md @@ -20,6 +20,7 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - serialized JSON response from Twitter +
diff --git a/docs/en/md/Twitter/Tweets/Create-image-tweet.md b/docs/en/md/Twitter/Tweets/Create-image-tweet.md index f6c4827ad..600ccbe6e 100644 --- a/docs/en/md/Twitter/Tweets/Create-image-tweet.md +++ b/docs/en/md/Twitter/Tweets/Create-image-tweet.md @@ -20,6 +20,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - serialized JSON response from Twitter +
diff --git a/docs/en/md/Twitter/Tweets/Create-poll-tweet.md b/docs/en/md/Twitter/Tweets/Create-poll-tweet.md index e850dbcac..dde92b8eb 100644 --- a/docs/en/md/Twitter/Tweets/Create-poll-tweet.md +++ b/docs/en/md/Twitter/Tweets/Create-poll-tweet.md @@ -21,6 +21,7 @@ sidebar_position: 5 Returns: Map Of KeyAndValue - serialized JSON response from Twitter +
diff --git a/docs/en/md/Twitter/Tweets/Create-text-tweet.md b/docs/en/md/Twitter/Tweets/Create-text-tweet.md index a4f64fb47..10571be95 100644 --- a/docs/en/md/Twitter/Tweets/Create-text-tweet.md +++ b/docs/en/md/Twitter/Tweets/Create-text-tweet.md @@ -19,6 +19,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - serialized JSON response from Twitter +
diff --git a/docs/en/md/Twitter/Tweets/Create-video-tweet.md b/docs/en/md/Twitter/Tweets/Create-video-tweet.md index dac841fe4..89650dbe9 100644 --- a/docs/en/md/Twitter/Tweets/Create-video-tweet.md +++ b/docs/en/md/Twitter/Tweets/Create-video-tweet.md @@ -20,6 +20,7 @@ sidebar_position: 4 Returns: Map Of KeyAndValue - serialized JSON response from Twitter +
diff --git a/docs/en/md/VK/Ad-account-management/Create-ad.md b/docs/en/md/VK/Ad-account-management/Create-ad.md index 87cb11f45..0a05a3117 100644 --- a/docs/en/md/VK/Ad-account-management/Create-ad.md +++ b/docs/en/md/VK/Ad-account-management/Create-ad.md @@ -23,6 +23,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - Serialized JSON response from VK +
diff --git a/docs/en/md/VK/Ad-account-management/Create-advertising-campaign.md b/docs/en/md/VK/Ad-account-management/Create-advertising-campaign.md index 28d805417..b875dd61a 100644 --- a/docs/en/md/VK/Ad-account-management/Create-advertising-campaign.md +++ b/docs/en/md/VK/Ad-account-management/Create-advertising-campaign.md @@ -20,6 +20,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - Serialized JSON response from VK +
diff --git a/docs/en/md/VK/Ad-account-management/Get-advertising-category-list.md b/docs/en/md/VK/Ad-account-management/Get-advertising-category-list.md index af3732dda..eb7819905 100644 --- a/docs/en/md/VK/Ad-account-management/Get-advertising-category-list.md +++ b/docs/en/md/VK/Ad-account-management/Get-advertising-category-list.md @@ -18,6 +18,7 @@ sidebar_position: 4 Returns: Map Of KeyAndValue - Serialized JSON response from VK +
diff --git a/docs/en/md/VK/Ad-account-management/Pause-advertising.md b/docs/en/md/VK/Ad-account-management/Pause-advertising.md index ba63112ee..c3fb8c5eb 100644 --- a/docs/en/md/VK/Ad-account-management/Pause-advertising.md +++ b/docs/en/md/VK/Ad-account-management/Pause-advertising.md @@ -20,6 +20,7 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - Serialized JSON response from VK +
diff --git a/docs/en/md/VK/Community-managment/Create-album.md b/docs/en/md/VK/Community-managment/Create-album.md index 0cce98e9f..eac8c6fd2 100644 --- a/docs/en/md/VK/Community-managment/Create-album.md +++ b/docs/en/md/VK/Community-managment/Create-album.md @@ -20,6 +20,7 @@ sidebar_position: 5 Returns: Map Of KeyAndValue - Serialized JSON response from VK +
diff --git a/docs/en/md/VK/Community-managment/Create-composite-post.md b/docs/en/md/VK/Community-managment/Create-composite-post.md index a25b173fa..4bc6b9539 100644 --- a/docs/en/md/VK/Community-managment/Create-composite-post.md +++ b/docs/en/md/VK/Community-managment/Create-composite-post.md @@ -22,6 +22,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - Serialized JSON response from VK +
diff --git a/docs/en/md/VK/Community-managment/Create-poll.md b/docs/en/md/VK/Community-managment/Create-poll.md index 33a251267..bd7f7e91c 100644 --- a/docs/en/md/VK/Community-managment/Create-poll.md +++ b/docs/en/md/VK/Community-managment/Create-poll.md @@ -21,6 +21,7 @@ sidebar_position: 4 Returns: Map Of KeyAndValue - Serialized JSON response from VK +
diff --git a/docs/en/md/VK/Community-managment/Create-post.md b/docs/en/md/VK/Community-managment/Create-post.md index 2fff10bc3..3eb62bf6e 100644 --- a/docs/en/md/VK/Community-managment/Create-post.md +++ b/docs/en/md/VK/Community-managment/Create-post.md @@ -22,6 +22,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - Serialized JSON response from VK +
diff --git a/docs/en/md/VK/Community-managment/Create-story.md b/docs/en/md/VK/Community-managment/Create-story.md index 6472ab2ef..8d70bb033 100644 --- a/docs/en/md/VK/Community-managment/Create-story.md +++ b/docs/en/md/VK/Community-managment/Create-story.md @@ -20,6 +20,7 @@ sidebar_position: 7 Returns: Map Of KeyAndValue - Serialized JSON response from VK +
diff --git a/docs/en/md/VK/Community-managment/Delete-album.md b/docs/en/md/VK/Community-managment/Delete-album.md index 962efef43..7214c564c 100644 --- a/docs/en/md/VK/Community-managment/Delete-album.md +++ b/docs/en/md/VK/Community-managment/Delete-album.md @@ -19,6 +19,7 @@ sidebar_position: 6 Returns: Map Of KeyAndValue - Serialized JSON response from VK +
diff --git a/docs/en/md/VK/Community-managment/Delete-image.md b/docs/en/md/VK/Community-managment/Delete-image.md index 515789634..d43324bd5 100644 --- a/docs/en/md/VK/Community-managment/Delete-image.md +++ b/docs/en/md/VK/Community-managment/Delete-image.md @@ -19,6 +19,7 @@ sidebar_position: 9 Returns: Map Of KeyAndValue - Serialized JSON response from VK +
diff --git a/docs/en/md/VK/Community-managment/Delete-post.md b/docs/en/md/VK/Community-managment/Delete-post.md index 3b71fc7bf..991d29caf 100644 --- a/docs/en/md/VK/Community-managment/Delete-post.md +++ b/docs/en/md/VK/Community-managment/Delete-post.md @@ -19,6 +19,7 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - Serialized JSON response from VK +
diff --git a/docs/en/md/VK/Community-managment/Save-image-to-album.md b/docs/en/md/VK/Community-managment/Save-image-to-album.md index 2ec8b5622..0c3c69484 100644 --- a/docs/en/md/VK/Community-managment/Save-image-to-album.md +++ b/docs/en/md/VK/Community-managment/Save-image-to-album.md @@ -21,6 +21,7 @@ sidebar_position: 8 Returns: Map Of KeyAndValue - Serialized JSON response from VK +
diff --git a/docs/en/md/VK/Community-managment/Upload-photo-to-server.md b/docs/en/md/VK/Community-managment/Upload-photo-to-server.md index d0f1aff18..312de5668 100644 --- a/docs/en/md/VK/Community-managment/Upload-photo-to-server.md +++ b/docs/en/md/VK/Community-managment/Upload-photo-to-server.md @@ -20,6 +20,7 @@ sidebar_position: 11 Returns: Map Of KeyAndValue - Serialized JSON response from VK +
diff --git a/docs/en/md/VK/Community-managment/Upload-video-to-server.md b/docs/en/md/VK/Community-managment/Upload-video-to-server.md index f97594a7d..4bfc7e0d7 100644 --- a/docs/en/md/VK/Community-managment/Upload-video-to-server.md +++ b/docs/en/md/VK/Community-managment/Upload-video-to-server.md @@ -22,6 +22,7 @@ sidebar_position: 10 Returns: Map Of KeyAndValue - Serialized JSON response from VK +
diff --git a/docs/en/md/VK/Discussion-management/Close-discussion.md b/docs/en/md/VK/Discussion-management/Close-discussion.md index 1aef6e3ed..e74865792 100644 --- a/docs/en/md/VK/Discussion-management/Close-discussion.md +++ b/docs/en/md/VK/Discussion-management/Close-discussion.md @@ -20,6 +20,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - Serialized JSON response from VK +
diff --git a/docs/en/md/VK/Discussion-management/Create-discussion.md b/docs/en/md/VK/Discussion-management/Create-discussion.md index b76f51155..b192a06ba 100644 --- a/docs/en/md/VK/Discussion-management/Create-discussion.md +++ b/docs/en/md/VK/Discussion-management/Create-discussion.md @@ -20,6 +20,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - Serialized JSON response from VK +
diff --git a/docs/en/md/VK/Discussion-management/Open-discussion.md b/docs/en/md/VK/Discussion-management/Open-discussion.md index 4084a9f81..c57d14c70 100644 --- a/docs/en/md/VK/Discussion-management/Open-discussion.md +++ b/docs/en/md/VK/Discussion-management/Open-discussion.md @@ -19,6 +19,7 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - Serialized JSON response from VK +
diff --git a/docs/en/md/VK/Discussion-management/Write-in-discussion.md b/docs/en/md/VK/Discussion-management/Write-in-discussion.md index a4785f635..12dfebb56 100644 --- a/docs/en/md/VK/Discussion-management/Write-in-discussion.md +++ b/docs/en/md/VK/Discussion-management/Write-in-discussion.md @@ -20,6 +20,7 @@ sidebar_position: 4 Returns: Map Of KeyAndValue - Serialized JSON response from VK +
diff --git a/docs/en/md/VK/Interactive-actions/Like-post.md b/docs/en/md/VK/Interactive-actions/Like-post.md index 56f0838eb..01b699203 100644 --- a/docs/en/md/VK/Interactive-actions/Like-post.md +++ b/docs/en/md/VK/Interactive-actions/Like-post.md @@ -20,6 +20,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - Serialized JSON response from VK +
diff --git a/docs/en/md/VK/Interactive-actions/Make-repost.md b/docs/en/md/VK/Interactive-actions/Make-repost.md index 05f94ee34..b1ec7bb4f 100644 --- a/docs/en/md/VK/Interactive-actions/Make-repost.md +++ b/docs/en/md/VK/Interactive-actions/Make-repost.md @@ -22,6 +22,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - Serialized JSON response from VK +
diff --git a/docs/en/md/VK/Interactive-actions/Shorten-link.md b/docs/en/md/VK/Interactive-actions/Shorten-link.md index 2177286dd..53fa12d8c 100644 --- a/docs/en/md/VK/Interactive-actions/Shorten-link.md +++ b/docs/en/md/VK/Interactive-actions/Shorten-link.md @@ -19,6 +19,7 @@ sidebar_position: 5 Returns: String - Shortened URL +
diff --git a/docs/en/md/VK/Interactive-actions/Write-comment.md b/docs/en/md/VK/Interactive-actions/Write-comment.md index 0d0045522..9c386f2e8 100644 --- a/docs/en/md/VK/Interactive-actions/Write-comment.md +++ b/docs/en/md/VK/Interactive-actions/Write-comment.md @@ -21,6 +21,7 @@ sidebar_position: 4 Returns: Map Of KeyAndValue - Serialized JSON response from VK +
diff --git a/docs/en/md/VK/Interactive-actions/Write-message.md b/docs/en/md/VK/Interactive-actions/Write-message.md index 6a7064afd..a951ad3cd 100644 --- a/docs/en/md/VK/Interactive-actions/Write-message.md +++ b/docs/en/md/VK/Interactive-actions/Write-message.md @@ -22,6 +22,7 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - Serialized JSON response from VK +
diff --git a/docs/en/md/VK/Order-management/Get-order-list.md b/docs/en/md/VK/Order-management/Get-order-list.md index e9b9e140c..59234f028 100644 --- a/docs/en/md/VK/Order-management/Get-order-list.md +++ b/docs/en/md/VK/Order-management/Get-order-list.md @@ -18,6 +18,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - Serialized JSON response from VK +
diff --git a/docs/en/md/VK/Others/Form-keyboard.md b/docs/en/md/VK/Others/Form-keyboard.md index 59fe68557..583193b9c 100644 --- a/docs/en/md/VK/Others/Form-keyboard.md +++ b/docs/en/md/VK/Others/Form-keyboard.md @@ -18,6 +18,7 @@ sidebar_position: 1 Returns: String - Keyboard JSON +
diff --git a/docs/en/md/VK/Product-management/Add-product.md b/docs/en/md/VK/Product-management/Add-product.md index 3157f29f7..9c1bacc97 100644 --- a/docs/en/md/VK/Product-management/Add-product.md +++ b/docs/en/md/VK/Product-management/Add-product.md @@ -20,6 +20,7 @@ sidebar_position: 4 Returns: Map Of KeyAndValue - Serialized JSON response from VK +
diff --git a/docs/en/md/VK/Product-management/Delete-product.md b/docs/en/md/VK/Product-management/Delete-product.md index a1bd13f37..b2fa506c4 100644 --- a/docs/en/md/VK/Product-management/Delete-product.md +++ b/docs/en/md/VK/Product-management/Delete-product.md @@ -19,6 +19,7 @@ sidebar_position: 6 Returns: Map Of KeyAndValue - Serialized JSON response from VK +
diff --git a/docs/en/md/VK/Product-management/Edit-product.md b/docs/en/md/VK/Product-management/Edit-product.md index 57e7c20d4..227411da8 100644 --- a/docs/en/md/VK/Product-management/Edit-product.md +++ b/docs/en/md/VK/Product-management/Edit-product.md @@ -21,6 +21,7 @@ sidebar_position: 5 Returns: Map Of KeyAndValue - Serialized JSON response from VK +
diff --git a/docs/en/md/VK/Product-management/Get-product-category-list.md b/docs/en/md/VK/Product-management/Get-product-category-list.md index fb7a7412d..7c2d80efc 100644 --- a/docs/en/md/VK/Product-management/Get-product-category-list.md +++ b/docs/en/md/VK/Product-management/Get-product-category-list.md @@ -18,6 +18,7 @@ sidebar_position: 1 Returns: Map Of String - Key - ID, Value - Name +
diff --git a/docs/en/md/VK/Product-management/Get-product-description.md b/docs/en/md/VK/Product-management/Get-product-description.md index 7ae814d73..650ef6b86 100644 --- a/docs/en/md/VK/Product-management/Get-product-description.md +++ b/docs/en/md/VK/Product-management/Get-product-description.md @@ -18,6 +18,7 @@ sidebar_position: 8 Returns: Map Of KeyAndValue - Empty product description: +
diff --git a/docs/en/md/VK/Product-management/Get-product-list.md b/docs/en/md/VK/Product-management/Get-product-list.md index 9cf6c512d..d296d8b7c 100644 --- a/docs/en/md/VK/Product-management/Get-product-list.md +++ b/docs/en/md/VK/Product-management/Get-product-list.md @@ -19,6 +19,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - Array of product maps +
diff --git a/docs/en/md/VK/Product-management/Get-products-by-id.md b/docs/en/md/VK/Product-management/Get-products-by-id.md index 9b97d8c81..f4edf2f56 100644 --- a/docs/en/md/VK/Product-management/Get-products-by-id.md +++ b/docs/en/md/VK/Product-management/Get-products-by-id.md @@ -19,6 +19,7 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - Serialized JSON response from VK +
diff --git a/docs/en/md/VK/Product-management/Group-products.md b/docs/en/md/VK/Product-management/Group-products.md index 4c446efb2..9da245eee 100644 --- a/docs/en/md/VK/Product-management/Group-products.md +++ b/docs/en/md/VK/Product-management/Group-products.md @@ -20,6 +20,7 @@ sidebar_position: 7 Returns: Map Of KeyAndValue - Serialized JSON response from VK +
diff --git a/docs/en/md/VK/Product-properties-management/Add-product-property-variant.md b/docs/en/md/VK/Product-properties-management/Add-product-property-variant.md index d664e57b9..847b5af97 100644 --- a/docs/en/md/VK/Product-properties-management/Add-product-property-variant.md +++ b/docs/en/md/VK/Product-properties-management/Add-product-property-variant.md @@ -20,6 +20,7 @@ sidebar_position: 5 Returns: Map Of KeyAndValue - Serialized JSON response from VK +
diff --git a/docs/en/md/VK/Product-properties-management/Create-product-property.md b/docs/en/md/VK/Product-properties-management/Create-product-property.md index aa56b23e7..f099ab13d 100644 --- a/docs/en/md/VK/Product-properties-management/Create-product-property.md +++ b/docs/en/md/VK/Product-properties-management/Create-product-property.md @@ -19,6 +19,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - Serialized JSON response from VK +
diff --git a/docs/en/md/VK/Product-properties-management/Delete-product-property-variant.md b/docs/en/md/VK/Product-properties-management/Delete-product-property-variant.md index 6482f5bb0..6f985656a 100644 --- a/docs/en/md/VK/Product-properties-management/Delete-product-property-variant.md +++ b/docs/en/md/VK/Product-properties-management/Delete-product-property-variant.md @@ -19,6 +19,7 @@ sidebar_position: 7 Returns: Map Of KeyAndValue - Serialized JSON response from VK +
diff --git a/docs/en/md/VK/Product-properties-management/Delete-product-property.md b/docs/en/md/VK/Product-properties-management/Delete-product-property.md index f8043de7a..1cd628ecc 100644 --- a/docs/en/md/VK/Product-properties-management/Delete-product-property.md +++ b/docs/en/md/VK/Product-properties-management/Delete-product-property.md @@ -19,6 +19,7 @@ sidebar_position: 4 Returns: Map Of KeyAndValue - Serialized JSON response from VK +
diff --git a/docs/en/md/VK/Product-properties-management/Edit-product-property-variant.md b/docs/en/md/VK/Product-properties-management/Edit-product-property-variant.md index 878df3586..f83ba05ec 100644 --- a/docs/en/md/VK/Product-properties-management/Edit-product-property-variant.md +++ b/docs/en/md/VK/Product-properties-management/Edit-product-property-variant.md @@ -21,6 +21,7 @@ sidebar_position: 6 Returns: Map Of KeyAndValue - Serialized JSON response from VK +
diff --git a/docs/en/md/VK/Product-properties-management/Edit-product-property.md b/docs/en/md/VK/Product-properties-management/Edit-product-property.md index 6805c2997..d1f6e303f 100644 --- a/docs/en/md/VK/Product-properties-management/Edit-product-property.md +++ b/docs/en/md/VK/Product-properties-management/Edit-product-property.md @@ -20,6 +20,7 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - Serialized JSON response from VK +
diff --git a/docs/en/md/VK/Product-properties-management/Get-property-list.md b/docs/en/md/VK/Product-properties-management/Get-property-list.md index 1dc87567d..a474bffc0 100644 --- a/docs/en/md/VK/Product-properties-management/Get-property-list.md +++ b/docs/en/md/VK/Product-properties-management/Get-property-list.md @@ -18,6 +18,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - Serialized JSON response from VK +
diff --git a/docs/en/md/VK/Product-selection-management/Add-product-to-collection.md b/docs/en/md/VK/Product-selection-management/Add-product-to-collection.md index 1e20953b5..aeadbd13b 100644 --- a/docs/en/md/VK/Product-selection-management/Add-product-to-collection.md +++ b/docs/en/md/VK/Product-selection-management/Add-product-to-collection.md @@ -20,6 +20,7 @@ sidebar_position: 5 Returns: Map Of KeyAndValue - Serialized JSON response from VK +
diff --git a/docs/en/md/VK/Product-selection-management/Create-product-collection.md b/docs/en/md/VK/Product-selection-management/Create-product-collection.md index 309aad8ed..ffcd85cc2 100644 --- a/docs/en/md/VK/Product-selection-management/Create-product-collection.md +++ b/docs/en/md/VK/Product-selection-management/Create-product-collection.md @@ -22,6 +22,7 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - Serialized JSON response from VK +
diff --git a/docs/en/md/VK/Product-selection-management/Delete-selection.md b/docs/en/md/VK/Product-selection-management/Delete-selection.md index 83194d1d6..129ec2845 100644 --- a/docs/en/md/VK/Product-selection-management/Delete-selection.md +++ b/docs/en/md/VK/Product-selection-management/Delete-selection.md @@ -19,6 +19,7 @@ sidebar_position: 7 Returns: Map Of KeyAndValue - Serialized JSON response from VK +
diff --git a/docs/en/md/VK/Product-selection-management/Edit-product-collection.md b/docs/en/md/VK/Product-selection-management/Edit-product-collection.md index 6866ce99b..c3534163c 100644 --- a/docs/en/md/VK/Product-selection-management/Edit-product-collection.md +++ b/docs/en/md/VK/Product-selection-management/Edit-product-collection.md @@ -23,6 +23,7 @@ sidebar_position: 4 Returns: Map Of KeyAndValue - Serialized JSON response from VK +
diff --git a/docs/en/md/VK/Product-selection-management/Get-selection-list.md b/docs/en/md/VK/Product-selection-management/Get-selection-list.md index 6f9fa2f5f..6bb224ea7 100644 --- a/docs/en/md/VK/Product-selection-management/Get-selection-list.md +++ b/docs/en/md/VK/Product-selection-management/Get-selection-list.md @@ -18,6 +18,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - Array of selection maps +
diff --git a/docs/en/md/VK/Product-selection-management/Get-selections-by-id.md b/docs/en/md/VK/Product-selection-management/Get-selections-by-id.md index 585d17f76..942ce8316 100644 --- a/docs/en/md/VK/Product-selection-management/Get-selections-by-id.md +++ b/docs/en/md/VK/Product-selection-management/Get-selections-by-id.md @@ -19,6 +19,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - Serialized JSON response from VK +
diff --git a/docs/en/md/VK/Product-selection-management/Remove-product-from-selection.md b/docs/en/md/VK/Product-selection-management/Remove-product-from-selection.md index b0d9bfa3c..eecde5fec 100644 --- a/docs/en/md/VK/Product-selection-management/Remove-product-from-selection.md +++ b/docs/en/md/VK/Product-selection-management/Remove-product-from-selection.md @@ -20,6 +20,7 @@ sidebar_position: 6 Returns: Map Of KeyAndValue - Serialized JSON response from VK +
diff --git a/docs/en/md/VK/Statistics/Get-post-statistics.md b/docs/en/md/VK/Statistics/Get-post-statistics.md index 9bc775139..ead9f8ce8 100644 --- a/docs/en/md/VK/Statistics/Get-post-statistics.md +++ b/docs/en/md/VK/Statistics/Get-post-statistics.md @@ -19,6 +19,7 @@ sidebar_position: 2 Returns: Array of Arbitrary - Array of post statistics data +
diff --git a/docs/en/md/VK/Statistics/Get-statistics.md b/docs/en/md/VK/Statistics/Get-statistics.md index 11f310086..772c15fcb 100644 --- a/docs/en/md/VK/Statistics/Get-statistics.md +++ b/docs/en/md/VK/Statistics/Get-statistics.md @@ -20,6 +20,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - Serialized JSON response from VK +
diff --git a/docs/en/md/VK/Token-retrieval/Create-token-retrieval-link.md b/docs/en/md/VK/Token-retrieval/Create-token-retrieval-link.md index 9ef7fb07b..b7ce8d4d1 100644 --- a/docs/en/md/VK/Token-retrieval/Create-token-retrieval-link.md +++ b/docs/en/md/VK/Token-retrieval/Create-token-retrieval-link.md @@ -18,6 +18,7 @@ Getting a link for interactive token retrieval (access_token), which is necessar Returns: String - URL to go to in the browser +
diff --git a/docs/en/md/Viber/Message-sending/Create-keyboard-from-array-button.md b/docs/en/md/Viber/Message-sending/Create-keyboard-from-array-button.md index 1c37ae66d..4c1b7fcb3 100644 --- a/docs/en/md/Viber/Message-sending/Create-keyboard-from-array-button.md +++ b/docs/en/md/Viber/Message-sending/Create-keyboard-from-array-button.md @@ -20,6 +20,7 @@ sidebar_position: 7 Returns: Structure - Create a keyboard from an array of buttons: +
diff --git a/docs/en/md/Viber/Message-sending/Send-contact.md b/docs/en/md/Viber/Message-sending/Send-contact.md index d57b2f1ad..c708a8610 100644 --- a/docs/en/md/Viber/Message-sending/Send-contact.md +++ b/docs/en/md/Viber/Message-sending/Send-contact.md @@ -22,6 +22,7 @@ sidebar_position: 4 Returns: Map Of KeyAndValue - serialized JSON response from Viber +
diff --git a/docs/en/md/Viber/Message-sending/Send-file.md b/docs/en/md/Viber/Message-sending/Send-file.md index 57e856328..c821d24c1 100644 --- a/docs/en/md/Viber/Message-sending/Send-file.md +++ b/docs/en/md/Viber/Message-sending/Send-file.md @@ -23,6 +23,7 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - serialized JSON response from Viber +
diff --git a/docs/en/md/Viber/Message-sending/Send-image.md b/docs/en/md/Viber/Message-sending/Send-image.md index 46ee7909d..3e4d5e706 100644 --- a/docs/en/md/Viber/Message-sending/Send-image.md +++ b/docs/en/md/Viber/Message-sending/Send-image.md @@ -22,6 +22,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - serialized JSON response from Viber +
diff --git a/docs/en/md/Viber/Message-sending/Send-link.md b/docs/en/md/Viber/Message-sending/Send-link.md index 474be9614..3872882f5 100644 --- a/docs/en/md/Viber/Message-sending/Send-link.md +++ b/docs/en/md/Viber/Message-sending/Send-link.md @@ -21,6 +21,7 @@ sidebar_position: 6 Returns: Map Of KeyAndValue - serialized JSON response from Viber +
diff --git a/docs/en/md/Viber/Message-sending/Send-location.md b/docs/en/md/Viber/Message-sending/Send-location.md index 51085e422..e9b3b618d 100644 --- a/docs/en/md/Viber/Message-sending/Send-location.md +++ b/docs/en/md/Viber/Message-sending/Send-location.md @@ -22,6 +22,7 @@ sidebar_position: 5 Returns: Map Of KeyAndValue - serialized JSON response from Viber +
diff --git a/docs/en/md/Viber/Message-sending/Send-text-message.md b/docs/en/md/Viber/Message-sending/Send-text-message.md index fbe90d4a1..3b77f154d 100644 --- a/docs/en/md/Viber/Message-sending/Send-text-message.md +++ b/docs/en/md/Viber/Message-sending/Send-text-message.md @@ -22,6 +22,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - serialized JSON response from Viber +
diff --git a/docs/en/md/Viber/Settings-and-information/Get-channel-information.md b/docs/en/md/Viber/Settings-and-information/Get-channel-information.md index 60ed7820d..5be0f56d6 100644 --- a/docs/en/md/Viber/Settings-and-information/Get-channel-information.md +++ b/docs/en/md/Viber/Settings-and-information/Get-channel-information.md @@ -18,6 +18,7 @@ Here you can get the channel's user IDs. Bot IDs need to be obtained from the We Returns: Map Of KeyAndValue - serialized JSON response from Viber +
diff --git a/docs/en/md/Viber/Settings-and-information/Get-online-users.md b/docs/en/md/Viber/Settings-and-information/Get-online-users.md index 47e7bf8f5..3ea973f57 100644 --- a/docs/en/md/Viber/Settings-and-information/Get-online-users.md +++ b/docs/en/md/Viber/Settings-and-information/Get-online-users.md @@ -19,6 +19,7 @@ sidebar_position: 4 Returns: Map Of KeyAndValue - serialized JSON response from Viber +
diff --git a/docs/en/md/Viber/Settings-and-information/Get-user-data.md b/docs/en/md/Viber/Settings-and-information/Get-user-data.md index f5cfc63dc..837ef7576 100644 --- a/docs/en/md/Viber/Settings-and-information/Get-user-data.md +++ b/docs/en/md/Viber/Settings-and-information/Get-user-data.md @@ -19,6 +19,7 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - serialized JSON response from Viber +
diff --git a/docs/en/md/Viber/Settings-and-information/Set-webhook.md b/docs/en/md/Viber/Settings-and-information/Set-webhook.md index 52ab26c0a..c7ece6c49 100644 --- a/docs/en/md/Viber/Settings-and-information/Set-webhook.md +++ b/docs/en/md/Viber/Settings-and-information/Set-webhook.md @@ -19,6 +19,7 @@ IMPORTANT: Setting up Webhook is mandatory according to Viber rules. You need to Returns: Map Of KeyAndValue - serialized JSON response from Viber +
diff --git a/docs/en/md/Yandex_Disk/File-and-folder-management/Create-folder.md b/docs/en/md/Yandex_Disk/File-and-folder-management/Create-folder.md index f77a88206..b2ac31bcc 100644 --- a/docs/en/md/Yandex_Disk/File-and-folder-management/Create-folder.md +++ b/docs/en/md/Yandex_Disk/File-and-folder-management/Create-folder.md @@ -19,6 +19,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - serialized JSON response from Yandex +
diff --git a/docs/en/md/Yandex_Disk/File-and-folder-management/Create-object-copy.md b/docs/en/md/Yandex_Disk/File-and-folder-management/Create-object-copy.md index 2ebd12720..03a6cadbb 100644 --- a/docs/en/md/Yandex_Disk/File-and-folder-management/Create-object-copy.md +++ b/docs/en/md/Yandex_Disk/File-and-folder-management/Create-object-copy.md @@ -21,6 +21,7 @@ sidebar_position: 5 Returns: Map Of KeyAndValue - serialized JSON response from Yandex +
diff --git a/docs/en/md/Yandex_Disk/File-and-folder-management/Delete-object.md b/docs/en/md/Yandex_Disk/File-and-folder-management/Delete-object.md index 9ebada418..c899118ca 100644 --- a/docs/en/md/Yandex_Disk/File-and-folder-management/Delete-object.md +++ b/docs/en/md/Yandex_Disk/File-and-folder-management/Delete-object.md @@ -20,6 +20,7 @@ sidebar_position: 4 Returns: Map Of KeyAndValue - serialized JSON response from Yandex +
diff --git a/docs/en/md/Yandex_Disk/File-and-folder-management/Download-file.md b/docs/en/md/Yandex_Disk/File-and-folder-management/Download-file.md index c899bcc0d..d8fb318c7 100644 --- a/docs/en/md/Yandex_Disk/File-and-folder-management/Download-file.md +++ b/docs/en/md/Yandex_Disk/File-and-folder-management/Download-file.md @@ -20,6 +20,7 @@ sidebar_position: 7 Returns: BinaryData,String - Binary data or file path when SavePath parameter is specified +
diff --git a/docs/en/md/Yandex_Disk/File-and-folder-management/Get-disk-information.md b/docs/en/md/Yandex_Disk/File-and-folder-management/Get-disk-information.md index a0d13db44..0e2b9ea48 100644 --- a/docs/en/md/Yandex_Disk/File-and-folder-management/Get-disk-information.md +++ b/docs/en/md/Yandex_Disk/File-and-folder-management/Get-disk-information.md @@ -18,6 +18,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - serialized JSON response from Yandex +
diff --git a/docs/en/md/Yandex_Disk/File-and-folder-management/Get-download-link.md b/docs/en/md/Yandex_Disk/File-and-folder-management/Get-download-link.md index 4c9c4eb0f..a052d76c2 100644 --- a/docs/en/md/Yandex_Disk/File-and-folder-management/Get-download-link.md +++ b/docs/en/md/Yandex_Disk/File-and-folder-management/Get-download-link.md @@ -19,6 +19,7 @@ sidebar_position: 6 Returns: Map Of KeyAndValue - serialized JSON response from Yandex +
diff --git a/docs/en/md/Yandex_Disk/File-and-folder-management/Get-files-list.md b/docs/en/md/Yandex_Disk/File-and-folder-management/Get-files-list.md index 47c7a5a56..a01a7e071 100644 --- a/docs/en/md/Yandex_Disk/File-and-folder-management/Get-files-list.md +++ b/docs/en/md/Yandex_Disk/File-and-folder-management/Get-files-list.md @@ -22,6 +22,7 @@ Gets a list of files with or without filtering by type List of available types: Returns: Map Of KeyAndValue - serialized JSON response from Yandex +
diff --git a/docs/en/md/Yandex_Disk/File-and-folder-management/Get-object.md b/docs/en/md/Yandex_Disk/File-and-folder-management/Get-object.md index 0ea0ebc26..53d76dd74 100644 --- a/docs/en/md/Yandex_Disk/File-and-folder-management/Get-object.md +++ b/docs/en/md/Yandex_Disk/File-and-folder-management/Get-object.md @@ -19,6 +19,7 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - serialized JSON response from Yandex +
diff --git a/docs/en/md/Yandex_Disk/File-and-folder-management/Move-object.md b/docs/en/md/Yandex_Disk/File-and-folder-management/Move-object.md index 034d405f1..35d6c2247 100644 --- a/docs/en/md/Yandex_Disk/File-and-folder-management/Move-object.md +++ b/docs/en/md/Yandex_Disk/File-and-folder-management/Move-object.md @@ -21,6 +21,7 @@ sidebar_position: 9 Returns: Map Of KeyAndValue - serialized JSON response from Yandex +
diff --git a/docs/en/md/Yandex_Disk/File-and-folder-management/Upload-file-by-url.md b/docs/en/md/Yandex_Disk/File-and-folder-management/Upload-file-by-url.md index 8373d2981..ead6710b9 100644 --- a/docs/en/md/Yandex_Disk/File-and-folder-management/Upload-file-by-url.md +++ b/docs/en/md/Yandex_Disk/File-and-folder-management/Upload-file-by-url.md @@ -20,6 +20,7 @@ sidebar_position: 11 Returns: Map Of KeyAndValue - serialized JSON response from Yandex +
diff --git a/docs/en/md/Yandex_Disk/File-and-folder-management/Upload-file.md b/docs/en/md/Yandex_Disk/File-and-folder-management/Upload-file.md index eb50a4e9e..ef78b6064 100644 --- a/docs/en/md/Yandex_Disk/File-and-folder-management/Upload-file.md +++ b/docs/en/md/Yandex_Disk/File-and-folder-management/Upload-file.md @@ -21,6 +21,7 @@ sidebar_position: 10 Returns: Map Of KeyAndValue - serialized JSON response from Yandex +
diff --git a/docs/en/md/Yandex_Disk/Manage-public-access/Cancel-object-publication.md b/docs/en/md/Yandex_Disk/Manage-public-access/Cancel-object-publication.md index 2b66b36f1..b4c79c1af 100644 --- a/docs/en/md/Yandex_Disk/Manage-public-access/Cancel-object-publication.md +++ b/docs/en/md/Yandex_Disk/Manage-public-access/Cancel-object-publication.md @@ -19,6 +19,7 @@ sidebar_position: 2 Returns: Map Of KeyAndValue - serialized JSON response from Yandex +
diff --git a/docs/en/md/Yandex_Disk/Manage-public-access/Get-download-link-for-public-object.md b/docs/en/md/Yandex_Disk/Manage-public-access/Get-download-link-for-public-object.md index 583534a59..5ca8ed618 100644 --- a/docs/en/md/Yandex_Disk/Manage-public-access/Get-download-link-for-public-object.md +++ b/docs/en/md/Yandex_Disk/Manage-public-access/Get-download-link-for-public-object.md @@ -20,6 +20,7 @@ sidebar_position: 5 Returns: Map Of KeyAndValue - serialized JSON response from Yandex +
diff --git a/docs/en/md/Yandex_Disk/Manage-public-access/Get-public-object.md b/docs/en/md/Yandex_Disk/Manage-public-access/Get-public-object.md index cdc2521d3..37976927c 100644 --- a/docs/en/md/Yandex_Disk/Manage-public-access/Get-public-object.md +++ b/docs/en/md/Yandex_Disk/Manage-public-access/Get-public-object.md @@ -21,6 +21,7 @@ sidebar_position: 4 Returns: Map Of KeyAndValue - serialized JSON response from Yandex +
diff --git a/docs/en/md/Yandex_Disk/Manage-public-access/Get-published-objects-list.md b/docs/en/md/Yandex_Disk/Manage-public-access/Get-published-objects-list.md index dd17b609c..d9236f657 100644 --- a/docs/en/md/Yandex_Disk/Manage-public-access/Get-published-objects-list.md +++ b/docs/en/md/Yandex_Disk/Manage-public-access/Get-published-objects-list.md @@ -20,6 +20,7 @@ sidebar_position: 3 Returns: Map Of KeyAndValue - serialized JSON response from Yandex +
diff --git a/docs/en/md/Yandex_Disk/Manage-public-access/Publish-object.md b/docs/en/md/Yandex_Disk/Manage-public-access/Publish-object.md index 8eb16c88e..2e5388ae2 100644 --- a/docs/en/md/Yandex_Disk/Manage-public-access/Publish-object.md +++ b/docs/en/md/Yandex_Disk/Manage-public-access/Publish-object.md @@ -19,6 +19,7 @@ sidebar_position: 1 Returns: Map Of KeyAndValue - serialized JSON response from Yandex +
diff --git a/docs/en/md/Yandex_Disk/Manage-public-access/Save-public-object-to-disk.md b/docs/en/md/Yandex_Disk/Manage-public-access/Save-public-object-to-disk.md index ca55dd0bf..d471e62c6 100644 --- a/docs/en/md/Yandex_Disk/Manage-public-access/Save-public-object-to-disk.md +++ b/docs/en/md/Yandex_Disk/Manage-public-access/Save-public-object-to-disk.md @@ -21,6 +21,7 @@ sidebar_position: 6 Returns: Map Of KeyAndValue - serialized JSON response from Yandex +
diff --git a/docs/ru/md/Airtable/Comment-management/Create-comment.md b/docs/ru/md/Airtable/Comment-management/Create-comment.md index a8655c5ec..ace8a4103 100644 --- a/docs/ru/md/Airtable/Comment-management/Create-comment.md +++ b/docs/ru/md/Airtable/Comment-management/Create-comment.md @@ -22,6 +22,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Airtable +
diff --git a/docs/ru/md/Airtable/Comment-management/Delete-comment.md b/docs/ru/md/Airtable/Comment-management/Delete-comment.md index da1708e38..95244b815 100644 --- a/docs/ru/md/Airtable/Comment-management/Delete-comment.md +++ b/docs/ru/md/Airtable/Comment-management/Delete-comment.md @@ -22,6 +22,7 @@ sidebar_position: 4 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Airtable +
diff --git a/docs/ru/md/Airtable/Comment-management/Edit-comment.md b/docs/ru/md/Airtable/Comment-management/Edit-comment.md index 3b825407d..cc3f6f5ec 100644 --- a/docs/ru/md/Airtable/Comment-management/Edit-comment.md +++ b/docs/ru/md/Airtable/Comment-management/Edit-comment.md @@ -23,6 +23,7 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Airtable +
diff --git a/docs/ru/md/Airtable/Comment-management/Get-comments.md b/docs/ru/md/Airtable/Comment-management/Get-comments.md index 6a42b948d..9192b457f 100644 --- a/docs/ru/md/Airtable/Comment-management/Get-comments.md +++ b/docs/ru/md/Airtable/Comment-management/Get-comments.md @@ -22,6 +22,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Airtable +
diff --git a/docs/ru/md/Airtable/Record-management/Create-posts.md b/docs/ru/md/Airtable/Record-management/Create-posts.md index 0f4364aa4..f20457d3d 100644 --- a/docs/ru/md/Airtable/Record-management/Create-posts.md +++ b/docs/ru/md/Airtable/Record-management/Create-posts.md @@ -21,6 +21,7 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Airtable +
diff --git a/docs/ru/md/Airtable/Record-management/Delete-posts.md b/docs/ru/md/Airtable/Record-management/Delete-posts.md index e15e21627..54fb8ade5 100644 --- a/docs/ru/md/Airtable/Record-management/Delete-posts.md +++ b/docs/ru/md/Airtable/Record-management/Delete-posts.md @@ -21,6 +21,7 @@ sidebar_position: 4 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Airtable +
diff --git a/docs/ru/md/Airtable/Record-management/Get-list-of-records.md b/docs/ru/md/Airtable/Record-management/Get-list-of-records.md index 590d855bc..af3519837 100644 --- a/docs/ru/md/Airtable/Record-management/Get-list-of-records.md +++ b/docs/ru/md/Airtable/Record-management/Get-list-of-records.md @@ -21,6 +21,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Airtable +
diff --git a/docs/ru/md/Airtable/Record-management/Get-record.md b/docs/ru/md/Airtable/Record-management/Get-record.md index 1dc10ffd9..272e63cc8 100644 --- a/docs/ru/md/Airtable/Record-management/Get-record.md +++ b/docs/ru/md/Airtable/Record-management/Get-record.md @@ -21,6 +21,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Airtable +
diff --git a/docs/ru/md/Airtable/Table-management/Create-table.md b/docs/ru/md/Airtable/Table-management/Create-table.md index 9ddce0807..cae800892 100644 --- a/docs/ru/md/Airtable/Table-management/Create-table.md +++ b/docs/ru/md/Airtable/Table-management/Create-table.md @@ -22,6 +22,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Airtable +
diff --git a/docs/ru/md/Airtable/Table-management/Modify-table.md b/docs/ru/md/Airtable/Table-management/Modify-table.md index a3a1fc4ff..4aa1230a0 100644 --- a/docs/ru/md/Airtable/Table-management/Modify-table.md +++ b/docs/ru/md/Airtable/Table-management/Modify-table.md @@ -22,6 +22,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Airtable +
diff --git a/docs/ru/md/Airtable/Working-with-databases/Create-database.md b/docs/ru/md/Airtable/Working-with-databases/Create-database.md index c9f9268e1..0cfa6f9c0 100644 --- a/docs/ru/md/Airtable/Working-with-databases/Create-database.md +++ b/docs/ru/md/Airtable/Working-with-databases/Create-database.md @@ -21,6 +21,7 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Airtable +
diff --git a/docs/ru/md/Airtable/Working-with-databases/Get-database-tables.md b/docs/ru/md/Airtable/Working-with-databases/Get-database-tables.md index 3e47febbe..c6518d584 100644 --- a/docs/ru/md/Airtable/Working-with-databases/Get-database-tables.md +++ b/docs/ru/md/Airtable/Working-with-databases/Get-database-tables.md @@ -19,6 +19,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Airtable +
diff --git a/docs/ru/md/Airtable/Working-with-databases/Get-list-of-bases.md b/docs/ru/md/Airtable/Working-with-databases/Get-list-of-bases.md index 3f2fde5c7..fd4a5e1d4 100644 --- a/docs/ru/md/Airtable/Working-with-databases/Get-list-of-bases.md +++ b/docs/ru/md/Airtable/Working-with-databases/Get-list-of-bases.md @@ -19,6 +19,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Airtable +
diff --git a/docs/ru/md/Airtable/Working-with-fields/Create-field.md b/docs/ru/md/Airtable/Working-with-fields/Create-field.md index 8fca7e19b..9bf0e8fcc 100644 --- a/docs/ru/md/Airtable/Working-with-fields/Create-field.md +++ b/docs/ru/md/Airtable/Working-with-fields/Create-field.md @@ -21,6 +21,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Airtable +
diff --git a/docs/ru/md/Airtable/Working-with-fields/Get-attachment-field.md b/docs/ru/md/Airtable/Working-with-fields/Get-attachment-field.md index bba6d5f9d..610772111 100644 --- a/docs/ru/md/Airtable/Working-with-fields/Get-attachment-field.md +++ b/docs/ru/md/Airtable/Working-with-fields/Get-attachment-field.md @@ -18,6 +18,7 @@ sidebar_position: 5 Возвращаемое значение: Структура - Описание поля +
diff --git a/docs/ru/md/Airtable/Working-with-fields/Get-checkbox-field.md b/docs/ru/md/Airtable/Working-with-fields/Get-checkbox-field.md index c0041d845..ec9f2fbad 100644 --- a/docs/ru/md/Airtable/Working-with-fields/Get-checkbox-field.md +++ b/docs/ru/md/Airtable/Working-with-fields/Get-checkbox-field.md @@ -18,6 +18,7 @@ sidebar_position: 6 Возвращаемое значение: Структура - Описание поля +
diff --git a/docs/ru/md/Airtable/Working-with-fields/Get-date-field.md b/docs/ru/md/Airtable/Working-with-fields/Get-date-field.md index 7bf7f0449..fc4d36257 100644 --- a/docs/ru/md/Airtable/Working-with-fields/Get-date-field.md +++ b/docs/ru/md/Airtable/Working-with-fields/Get-date-field.md @@ -18,6 +18,7 @@ sidebar_position: 7 Возвращаемое значение: Структура - Описание поля +
diff --git a/docs/ru/md/Airtable/Working-with-fields/Get-email-field.md b/docs/ru/md/Airtable/Working-with-fields/Get-email-field.md index 9cb19efbd..01299d734 100644 --- a/docs/ru/md/Airtable/Working-with-fields/Get-email-field.md +++ b/docs/ru/md/Airtable/Working-with-fields/Get-email-field.md @@ -18,6 +18,7 @@ sidebar_position: 8 Возвращаемое значение: Структура - Описание поля +
diff --git a/docs/ru/md/Airtable/Working-with-fields/Get-link-field.md b/docs/ru/md/Airtable/Working-with-fields/Get-link-field.md index 472f75ce2..7e1e6cec4 100644 --- a/docs/ru/md/Airtable/Working-with-fields/Get-link-field.md +++ b/docs/ru/md/Airtable/Working-with-fields/Get-link-field.md @@ -18,6 +18,7 @@ sidebar_position: 10 Возвращаемое значение: Структура - Описание поля +
diff --git a/docs/ru/md/Airtable/Working-with-fields/Get-number-field.md b/docs/ru/md/Airtable/Working-with-fields/Get-number-field.md index 8f60c58a6..8b810eaee 100644 --- a/docs/ru/md/Airtable/Working-with-fields/Get-number-field.md +++ b/docs/ru/md/Airtable/Working-with-fields/Get-number-field.md @@ -19,6 +19,7 @@ sidebar_position: 4 Возвращаемое значение: Структура - Описание поля +
diff --git a/docs/ru/md/Airtable/Working-with-fields/Get-phone-field.md b/docs/ru/md/Airtable/Working-with-fields/Get-phone-field.md index 187c5825c..03079c321 100644 --- a/docs/ru/md/Airtable/Working-with-fields/Get-phone-field.md +++ b/docs/ru/md/Airtable/Working-with-fields/Get-phone-field.md @@ -18,6 +18,7 @@ sidebar_position: 9 Возвращаемое значение: Структура - Описание поля +
diff --git a/docs/ru/md/Airtable/Working-with-fields/Get-string-field.md b/docs/ru/md/Airtable/Working-with-fields/Get-string-field.md index 69a321100..c016af8b2 100644 --- a/docs/ru/md/Airtable/Working-with-fields/Get-string-field.md +++ b/docs/ru/md/Airtable/Working-with-fields/Get-string-field.md @@ -18,6 +18,7 @@ sidebar_position: 3 Возвращаемое значение: Структура - Описание поля +
diff --git a/docs/ru/md/Airtable/Working-with-fields/Modify-field.md b/docs/ru/md/Airtable/Working-with-fields/Modify-field.md index d9f7c7dd0..f396141ee 100644 --- a/docs/ru/md/Airtable/Working-with-fields/Modify-field.md +++ b/docs/ru/md/Airtable/Working-with-fields/Modify-field.md @@ -23,6 +23,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Airtable +
diff --git a/docs/ru/md/Bitrix24/Comments-and-results-managment/Add-task-comment.md b/docs/ru/md/Bitrix24/Comments-and-results-managment/Add-task-comment.md index 40c5bd3c3..17e024b03 100644 --- a/docs/ru/md/Bitrix24/Comments-and-results-managment/Add-task-comment.md +++ b/docs/ru/md/Bitrix24/Comments-and-results-managment/Add-task-comment.md @@ -21,6 +21,7 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Comments-and-results-managment/Create-result-from-comment.md b/docs/ru/md/Bitrix24/Comments-and-results-managment/Create-result-from-comment.md index abb4c57ad..8f6f79c9a 100644 --- a/docs/ru/md/Bitrix24/Comments-and-results-managment/Create-result-from-comment.md +++ b/docs/ru/md/Bitrix24/Comments-and-results-managment/Create-result-from-comment.md @@ -20,6 +20,7 @@ sidebar_position: 7 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Comments-and-results-managment/Delete-result-from-comment.md b/docs/ru/md/Bitrix24/Comments-and-results-managment/Delete-result-from-comment.md index 3c66529e7..ca53cb866 100644 --- a/docs/ru/md/Bitrix24/Comments-and-results-managment/Delete-result-from-comment.md +++ b/docs/ru/md/Bitrix24/Comments-and-results-managment/Delete-result-from-comment.md @@ -20,6 +20,7 @@ sidebar_position: 8 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Comments-and-results-managment/Delete-task-comment.md b/docs/ru/md/Bitrix24/Comments-and-results-managment/Delete-task-comment.md index abaad462f..400302400 100644 --- a/docs/ru/md/Bitrix24/Comments-and-results-managment/Delete-task-comment.md +++ b/docs/ru/md/Bitrix24/Comments-and-results-managment/Delete-task-comment.md @@ -21,6 +21,7 @@ sidebar_position: 5 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Comments-and-results-managment/Get-comment-structure.md b/docs/ru/md/Bitrix24/Comments-and-results-managment/Get-comment-structure.md index d9a62c1c4..42cb83e31 100644 --- a/docs/ru/md/Bitrix24/Comments-and-results-managment/Get-comment-structure.md +++ b/docs/ru/md/Bitrix24/Comments-and-results-managment/Get-comment-structure.md @@ -18,6 +18,7 @@ sidebar_position: 9 Возвращаемое значение: Структура Из КлючИЗначение - Структура полей +
diff --git a/docs/ru/md/Bitrix24/Comments-and-results-managment/Get-results-list.md b/docs/ru/md/Bitrix24/Comments-and-results-managment/Get-results-list.md index 82dbc6989..539a45652 100644 --- a/docs/ru/md/Bitrix24/Comments-and-results-managment/Get-results-list.md +++ b/docs/ru/md/Bitrix24/Comments-and-results-managment/Get-results-list.md @@ -20,6 +20,7 @@ sidebar_position: 6 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Comments-and-results-managment/Get-task-comment.md b/docs/ru/md/Bitrix24/Comments-and-results-managment/Get-task-comment.md index 6166b9f1c..fa6db9170 100644 --- a/docs/ru/md/Bitrix24/Comments-and-results-managment/Get-task-comment.md +++ b/docs/ru/md/Bitrix24/Comments-and-results-managment/Get-task-comment.md @@ -21,6 +21,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Comments-and-results-managment/Get-task-comments-list.md b/docs/ru/md/Bitrix24/Comments-and-results-managment/Get-task-comments-list.md index 8b4f66f5c..45ab5429a 100644 --- a/docs/ru/md/Bitrix24/Comments-and-results-managment/Get-task-comments-list.md +++ b/docs/ru/md/Bitrix24/Comments-and-results-managment/Get-task-comments-list.md @@ -20,6 +20,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Comments-and-results-managment/Update-task-comment.md b/docs/ru/md/Bitrix24/Comments-and-results-managment/Update-task-comment.md index 99058b1e4..feee984a6 100644 --- a/docs/ru/md/Bitrix24/Comments-and-results-managment/Update-task-comment.md +++ b/docs/ru/md/Bitrix24/Comments-and-results-managment/Update-task-comment.md @@ -22,6 +22,7 @@ sidebar_position: 4 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Feed-posts-managment/Add-post-comment.md b/docs/ru/md/Bitrix24/Feed-posts-managment/Add-post-comment.md index 61e06e8e0..85435c1ca 100644 --- a/docs/ru/md/Bitrix24/Feed-posts-managment/Add-post-comment.md +++ b/docs/ru/md/Bitrix24/Feed-posts-managment/Add-post-comment.md @@ -21,8 +21,8 @@ sidebar_position: 6 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 -
+ :::tip Метод в документации API: [log.blogcomment.add](https://dev.1c-bitrix.ru/rest_help/log/log_blogcomment_add.php) ::: diff --git a/docs/ru/md/Bitrix24/Feed-posts-managment/Add-post-recipients.md b/docs/ru/md/Bitrix24/Feed-posts-managment/Add-post-recipients.md index 9fa699ec1..976a43514 100644 --- a/docs/ru/md/Bitrix24/Feed-posts-managment/Add-post-recipients.md +++ b/docs/ru/md/Bitrix24/Feed-posts-managment/Add-post-recipients.md @@ -21,8 +21,8 @@ sidebar_position: 7 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 -
+ :::tip Метод в документации API: [log.blogpost.share](https://dev.1c-bitrix.ru/rest_help/log/log_blogpost_share.php) ::: diff --git a/docs/ru/md/Bitrix24/Feed-posts-managment/Create-post.md b/docs/ru/md/Bitrix24/Feed-posts-managment/Create-post.md index f0386e627..05496a5de 100644 --- a/docs/ru/md/Bitrix24/Feed-posts-managment/Create-post.md +++ b/docs/ru/md/Bitrix24/Feed-posts-managment/Create-post.md @@ -24,8 +24,8 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 -
+ :::tip Метод в документации API: [log.blogpost.add](https://dev.1c-bitrix.ru/rest_help/log/log_blogpost_add.php) ::: diff --git a/docs/ru/md/Bitrix24/Feed-posts-managment/Delete-post.md b/docs/ru/md/Bitrix24/Feed-posts-managment/Delete-post.md index c6ede589c..2ce6ca1c5 100644 --- a/docs/ru/md/Bitrix24/Feed-posts-managment/Delete-post.md +++ b/docs/ru/md/Bitrix24/Feed-posts-managment/Delete-post.md @@ -20,8 +20,8 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 -
+ :::tip Метод в документации API: [log.blogpost.delete](https://dev.1c-bitrix.ru/rest_help/log/log_blogpost_delete.php) ::: diff --git a/docs/ru/md/Bitrix24/Feed-posts-managment/Get-important-post-viewers.md b/docs/ru/md/Bitrix24/Feed-posts-managment/Get-important-post-viewers.md index 9658f079a..4ced8488e 100644 --- a/docs/ru/md/Bitrix24/Feed-posts-managment/Get-important-post-viewers.md +++ b/docs/ru/md/Bitrix24/Feed-posts-managment/Get-important-post-viewers.md @@ -20,8 +20,8 @@ sidebar_position: 4 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 -
+ :::tip Метод в документации API: [log.blogpost.getusers.important](https://dev.1c-bitrix.ru/rest_help/log/log_blogpost_getusers_important.php) ::: diff --git a/docs/ru/md/Bitrix24/Feed-posts-managment/Get-posts.md b/docs/ru/md/Bitrix24/Feed-posts-managment/Get-posts.md index b29bc47a9..463f9ae1d 100644 --- a/docs/ru/md/Bitrix24/Feed-posts-managment/Get-posts.md +++ b/docs/ru/md/Bitrix24/Feed-posts-managment/Get-posts.md @@ -21,8 +21,8 @@ sidebar_position: 5 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 -
+ :::tip Метод в документации API: [log.blogpost.get](https://dev.1c-bitrix.ru/rest_help/log/log_blogpost_get.php) ::: diff --git a/docs/ru/md/Bitrix24/Feed-posts-managment/Update-post.md b/docs/ru/md/Bitrix24/Feed-posts-managment/Update-post.md index 709ff598d..f4ba9ed9e 100644 --- a/docs/ru/md/Bitrix24/Feed-posts-managment/Update-post.md +++ b/docs/ru/md/Bitrix24/Feed-posts-managment/Update-post.md @@ -24,8 +24,8 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 -
+ :::tip Метод в документации API: [log.blogpost.update](https://dev.1c-bitrix.ru/rest_help/log/log_blogpost_update.php.php) ::: diff --git a/docs/ru/md/Bitrix24/Kanban/Add-kanban-stage.md b/docs/ru/md/Bitrix24/Kanban/Add-kanban-stage.md index 663cb6dfa..cc687fcab 100644 --- a/docs/ru/md/Bitrix24/Kanban/Add-kanban-stage.md +++ b/docs/ru/md/Bitrix24/Kanban/Add-kanban-stage.md @@ -24,6 +24,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Kanban/Delete-kanban-stage.md b/docs/ru/md/Bitrix24/Kanban/Delete-kanban-stage.md index 430fe31d4..42441ea2e 100644 --- a/docs/ru/md/Bitrix24/Kanban/Delete-kanban-stage.md +++ b/docs/ru/md/Bitrix24/Kanban/Delete-kanban-stage.md @@ -21,6 +21,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Kanban/Get-kanban-stages.md b/docs/ru/md/Bitrix24/Kanban/Get-kanban-stages.md index cd3adf82c..a1175c7e5 100644 --- a/docs/ru/md/Bitrix24/Kanban/Get-kanban-stages.md +++ b/docs/ru/md/Bitrix24/Kanban/Get-kanban-stages.md @@ -21,6 +21,7 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Kanban/Move-task-to-kanban-stage.md b/docs/ru/md/Bitrix24/Kanban/Move-task-to-kanban-stage.md index 60ecafbb4..e614754cb 100644 --- a/docs/ru/md/Bitrix24/Kanban/Move-task-to-kanban-stage.md +++ b/docs/ru/md/Bitrix24/Kanban/Move-task-to-kanban-stage.md @@ -23,6 +23,7 @@ sidebar_position: 4 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Settings-and-administartion/Get-app-auth-link.md b/docs/ru/md/Bitrix24/Settings-and-administartion/Get-app-auth-link.md index 459c86730..e20cc0e26 100644 --- a/docs/ru/md/Bitrix24/Settings-and-administartion/Get-app-auth-link.md +++ b/docs/ru/md/Bitrix24/Settings-and-administartion/Get-app-auth-link.md @@ -19,6 +19,7 @@ sidebar_position: 1 Возвращаемое значение: Строка - URL для перехода в браузере +
diff --git a/docs/ru/md/Bitrix24/Settings-and-administartion/Get-token.md b/docs/ru/md/Bitrix24/Settings-and-administartion/Get-token.md index 1469f908c..ac18d1c27 100644 --- a/docs/ru/md/Bitrix24/Settings-and-administartion/Get-token.md +++ b/docs/ru/md/Bitrix24/Settings-and-administartion/Get-token.md @@ -20,6 +20,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Settings-and-administartion/Refresh-token.md b/docs/ru/md/Bitrix24/Settings-and-administartion/Refresh-token.md index 889e1814b..1811de822 100644 --- a/docs/ru/md/Bitrix24/Settings-and-administartion/Refresh-token.md +++ b/docs/ru/md/Bitrix24/Settings-and-administartion/Refresh-token.md @@ -20,6 +20,7 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Settings-and-administartion/Server-time.md b/docs/ru/md/Bitrix24/Settings-and-administartion/Server-time.md index d1b305173..1dd038a93 100644 --- a/docs/ru/md/Bitrix24/Settings-and-administartion/Server-time.md +++ b/docs/ru/md/Bitrix24/Settings-and-administartion/Server-time.md @@ -19,8 +19,8 @@ sidebar_position: 4 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 -
+ :::tip Метод в документации API: [server_time](https://dev.1c-bitrix.ru/rest_help/general/server_time.php) ::: diff --git a/docs/ru/md/Bitrix24/Storages-and-files-managment/Create-storage-folder.md b/docs/ru/md/Bitrix24/Storages-and-files-managment/Create-storage-folder.md index f1098d6cb..03f3cca9c 100644 --- a/docs/ru/md/Bitrix24/Storages-and-files-managment/Create-storage-folder.md +++ b/docs/ru/md/Bitrix24/Storages-and-files-managment/Create-storage-folder.md @@ -21,6 +21,7 @@ sidebar_position: 7 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Storages-and-files-managment/Create-subfolder.md b/docs/ru/md/Bitrix24/Storages-and-files-managment/Create-subfolder.md index 6355444d9..d7b8f7872 100644 --- a/docs/ru/md/Bitrix24/Storages-and-files-managment/Create-subfolder.md +++ b/docs/ru/md/Bitrix24/Storages-and-files-managment/Create-subfolder.md @@ -21,6 +21,7 @@ sidebar_position: 9 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Storages-and-files-managment/Delete-file.md b/docs/ru/md/Bitrix24/Storages-and-files-managment/Delete-file.md index b636892a9..689e837eb 100644 --- a/docs/ru/md/Bitrix24/Storages-and-files-managment/Delete-file.md +++ b/docs/ru/md/Bitrix24/Storages-and-files-managment/Delete-file.md @@ -20,6 +20,7 @@ sidebar_position: 12 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Storages-and-files-managment/Delete-folder.md b/docs/ru/md/Bitrix24/Storages-and-files-managment/Delete-folder.md index db588b72b..35a8c3dd6 100644 --- a/docs/ru/md/Bitrix24/Storages-and-files-managment/Delete-folder.md +++ b/docs/ru/md/Bitrix24/Storages-and-files-managment/Delete-folder.md @@ -20,6 +20,7 @@ sidebar_position: 13 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Storages-and-files-managment/Get-app-sotrage.md b/docs/ru/md/Bitrix24/Storages-and-files-managment/Get-app-sotrage.md index c7767f7ed..fa50511b6 100644 --- a/docs/ru/md/Bitrix24/Storages-and-files-managment/Get-app-sotrage.md +++ b/docs/ru/md/Bitrix24/Storages-and-files-managment/Get-app-sotrage.md @@ -19,6 +19,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Storages-and-files-managment/Get-file-external-link.md b/docs/ru/md/Bitrix24/Storages-and-files-managment/Get-file-external-link.md index 798a59c12..0e981f419 100644 --- a/docs/ru/md/Bitrix24/Storages-and-files-managment/Get-file-external-link.md +++ b/docs/ru/md/Bitrix24/Storages-and-files-managment/Get-file-external-link.md @@ -20,6 +20,7 @@ sidebar_position: 21 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Storages-and-files-managment/Get-file-information.md b/docs/ru/md/Bitrix24/Storages-and-files-managment/Get-file-information.md index 1ae2ce7e2..cebff5619 100644 --- a/docs/ru/md/Bitrix24/Storages-and-files-managment/Get-file-information.md +++ b/docs/ru/md/Bitrix24/Storages-and-files-managment/Get-file-information.md @@ -20,6 +20,7 @@ sidebar_position: 20 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Storages-and-files-managment/Get-folder-external-link.md b/docs/ru/md/Bitrix24/Storages-and-files-managment/Get-folder-external-link.md index 0036e7d35..e8c6bcfd3 100644 --- a/docs/ru/md/Bitrix24/Storages-and-files-managment/Get-folder-external-link.md +++ b/docs/ru/md/Bitrix24/Storages-and-files-managment/Get-folder-external-link.md @@ -20,6 +20,7 @@ sidebar_position: 14 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Storages-and-files-managment/Get-folder-filter-structure.md b/docs/ru/md/Bitrix24/Storages-and-files-managment/Get-folder-filter-structure.md index 67c06b118..1e5614616 100644 --- a/docs/ru/md/Bitrix24/Storages-and-files-managment/Get-folder-filter-structure.md +++ b/docs/ru/md/Bitrix24/Storages-and-files-managment/Get-folder-filter-structure.md @@ -20,6 +20,7 @@ sidebar_position: 27 Возвращаемое значение: Структура Из КлючИЗначение - Структура полей +
diff --git a/docs/ru/md/Bitrix24/Storages-and-files-managment/Get-folder-information.md b/docs/ru/md/Bitrix24/Storages-and-files-managment/Get-folder-information.md index 828e6774d..25725a76f 100644 --- a/docs/ru/md/Bitrix24/Storages-and-files-managment/Get-folder-information.md +++ b/docs/ru/md/Bitrix24/Storages-and-files-managment/Get-folder-information.md @@ -20,6 +20,7 @@ sidebar_position: 8 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Storages-and-files-managment/Get-folder-items.md b/docs/ru/md/Bitrix24/Storages-and-files-managment/Get-folder-items.md index 2c18f202f..6b149134d 100644 --- a/docs/ru/md/Bitrix24/Storages-and-files-managment/Get-folder-items.md +++ b/docs/ru/md/Bitrix24/Storages-and-files-managment/Get-folder-items.md @@ -21,6 +21,7 @@ sidebar_position: 15 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Storages-and-files-managment/Get-storage-objects.md b/docs/ru/md/Bitrix24/Storages-and-files-managment/Get-storage-objects.md index 5fa296868..24eff223a 100644 --- a/docs/ru/md/Bitrix24/Storages-and-files-managment/Get-storage-objects.md +++ b/docs/ru/md/Bitrix24/Storages-and-files-managment/Get-storage-objects.md @@ -20,6 +20,7 @@ sidebar_position: 5 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Storages-and-files-managment/Get-storage.md b/docs/ru/md/Bitrix24/Storages-and-files-managment/Get-storage.md index 227f0ca03..8f21a8b4a 100644 --- a/docs/ru/md/Bitrix24/Storages-and-files-managment/Get-storage.md +++ b/docs/ru/md/Bitrix24/Storages-and-files-managment/Get-storage.md @@ -20,6 +20,7 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Storages-and-files-managment/Get-storages-list.md b/docs/ru/md/Bitrix24/Storages-and-files-managment/Get-storages-list.md index 06a808ead..bdae04633 100644 --- a/docs/ru/md/Bitrix24/Storages-and-files-managment/Get-storages-list.md +++ b/docs/ru/md/Bitrix24/Storages-and-files-managment/Get-storages-list.md @@ -19,6 +19,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Storages-and-files-managment/Make-file-copy.md b/docs/ru/md/Bitrix24/Storages-and-files-managment/Make-file-copy.md index 8114cdef1..ce3309d81 100644 --- a/docs/ru/md/Bitrix24/Storages-and-files-managment/Make-file-copy.md +++ b/docs/ru/md/Bitrix24/Storages-and-files-managment/Make-file-copy.md @@ -21,6 +21,7 @@ sidebar_position: 24 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Storages-and-files-managment/Make-folder-copy.md b/docs/ru/md/Bitrix24/Storages-and-files-managment/Make-folder-copy.md index e52c0c3a4..f418ffaae 100644 --- a/docs/ru/md/Bitrix24/Storages-and-files-managment/Make-folder-copy.md +++ b/docs/ru/md/Bitrix24/Storages-and-files-managment/Make-folder-copy.md @@ -21,6 +21,7 @@ sidebar_position: 10 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Storages-and-files-managment/Mark-file-as-deleted.md b/docs/ru/md/Bitrix24/Storages-and-files-managment/Mark-file-as-deleted.md index fcc434c22..3754afca0 100644 --- a/docs/ru/md/Bitrix24/Storages-and-files-managment/Mark-file-as-deleted.md +++ b/docs/ru/md/Bitrix24/Storages-and-files-managment/Mark-file-as-deleted.md @@ -20,6 +20,7 @@ sidebar_position: 22 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Storages-and-files-managment/Mark-folder-as-deleted.md b/docs/ru/md/Bitrix24/Storages-and-files-managment/Mark-folder-as-deleted.md index b84d77161..834e1b9f3 100644 --- a/docs/ru/md/Bitrix24/Storages-and-files-managment/Mark-folder-as-deleted.md +++ b/docs/ru/md/Bitrix24/Storages-and-files-managment/Mark-folder-as-deleted.md @@ -20,6 +20,7 @@ sidebar_position: 16 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Storages-and-files-managment/Move-file-to-folder.md b/docs/ru/md/Bitrix24/Storages-and-files-managment/Move-file-to-folder.md index cd7d7395d..c919c7f32 100644 --- a/docs/ru/md/Bitrix24/Storages-and-files-managment/Move-file-to-folder.md +++ b/docs/ru/md/Bitrix24/Storages-and-files-managment/Move-file-to-folder.md @@ -21,6 +21,7 @@ sidebar_position: 25 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Storages-and-files-managment/Move-folder.md b/docs/ru/md/Bitrix24/Storages-and-files-managment/Move-folder.md index 0dbf11973..b007ac2c6 100644 --- a/docs/ru/md/Bitrix24/Storages-and-files-managment/Move-folder.md +++ b/docs/ru/md/Bitrix24/Storages-and-files-managment/Move-folder.md @@ -21,6 +21,7 @@ sidebar_position: 11 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Storages-and-files-managment/Rename-file.md b/docs/ru/md/Bitrix24/Storages-and-files-managment/Rename-file.md index 4981e2d02..125272353 100644 --- a/docs/ru/md/Bitrix24/Storages-and-files-managment/Rename-file.md +++ b/docs/ru/md/Bitrix24/Storages-and-files-managment/Rename-file.md @@ -21,6 +21,7 @@ sidebar_position: 26 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Storages-and-files-managment/Rename-folder.md b/docs/ru/md/Bitrix24/Storages-and-files-managment/Rename-folder.md index 48772f609..d40fa92e2 100644 --- a/docs/ru/md/Bitrix24/Storages-and-files-managment/Rename-folder.md +++ b/docs/ru/md/Bitrix24/Storages-and-files-managment/Rename-folder.md @@ -21,6 +21,7 @@ sidebar_position: 18 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Storages-and-files-managment/Rename-storage.md b/docs/ru/md/Bitrix24/Storages-and-files-managment/Rename-storage.md index 4d6fec6d2..08ccf896d 100644 --- a/docs/ru/md/Bitrix24/Storages-and-files-managment/Rename-storage.md +++ b/docs/ru/md/Bitrix24/Storages-and-files-managment/Rename-storage.md @@ -21,6 +21,7 @@ sidebar_position: 4 Возвращаемое значение: HTTPОтвет - Переименовать хранилище +
diff --git a/docs/ru/md/Bitrix24/Storages-and-files-managment/Restore-file.md b/docs/ru/md/Bitrix24/Storages-and-files-managment/Restore-file.md index dbdcf072b..e36437069 100644 --- a/docs/ru/md/Bitrix24/Storages-and-files-managment/Restore-file.md +++ b/docs/ru/md/Bitrix24/Storages-and-files-managment/Restore-file.md @@ -20,6 +20,7 @@ sidebar_position: 23 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Storages-and-files-managment/Restore-folder.md b/docs/ru/md/Bitrix24/Storages-and-files-managment/Restore-folder.md index f0810be5d..e8af72624 100644 --- a/docs/ru/md/Bitrix24/Storages-and-files-managment/Restore-folder.md +++ b/docs/ru/md/Bitrix24/Storages-and-files-managment/Restore-folder.md @@ -20,6 +20,7 @@ sidebar_position: 17 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Storages-and-files-managment/Upload-file-to-folder.md b/docs/ru/md/Bitrix24/Storages-and-files-managment/Upload-file-to-folder.md index 3ea6e874a..b78d94b60 100644 --- a/docs/ru/md/Bitrix24/Storages-and-files-managment/Upload-file-to-folder.md +++ b/docs/ru/md/Bitrix24/Storages-and-files-managment/Upload-file-to-folder.md @@ -22,6 +22,7 @@ sidebar_position: 19 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Storages-and-files-managment/Upload-file-to-storage.md b/docs/ru/md/Bitrix24/Storages-and-files-managment/Upload-file-to-storage.md index 889ea300c..ab365453d 100644 --- a/docs/ru/md/Bitrix24/Storages-and-files-managment/Upload-file-to-storage.md +++ b/docs/ru/md/Bitrix24/Storages-and-files-managment/Upload-file-to-storage.md @@ -23,6 +23,7 @@ sidebar_position: 6 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Tasks-managment/Add-task-to-favorites.md b/docs/ru/md/Bitrix24/Tasks-managment/Add-task-to-favorites.md index fa4db7b90..005e4a666 100644 --- a/docs/ru/md/Bitrix24/Tasks-managment/Add-task-to-favorites.md +++ b/docs/ru/md/Bitrix24/Tasks-managment/Add-task-to-favorites.md @@ -20,6 +20,7 @@ sidebar_position: 17 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Tasks-managment/Approve-task.md b/docs/ru/md/Bitrix24/Tasks-managment/Approve-task.md index e8414e766..da7907339 100644 --- a/docs/ru/md/Bitrix24/Tasks-managment/Approve-task.md +++ b/docs/ru/md/Bitrix24/Tasks-managment/Approve-task.md @@ -20,6 +20,7 @@ sidebar_position: 7 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Tasks-managment/Attach-file-to-topic.md b/docs/ru/md/Bitrix24/Tasks-managment/Attach-file-to-topic.md index 0bb4f6956..d3355f5cf 100644 --- a/docs/ru/md/Bitrix24/Tasks-managment/Attach-file-to-topic.md +++ b/docs/ru/md/Bitrix24/Tasks-managment/Attach-file-to-topic.md @@ -21,6 +21,7 @@ sidebar_position: 6 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Tasks-managment/Check-task-accesses.md b/docs/ru/md/Bitrix24/Tasks-managment/Check-task-accesses.md index 088d5f41d..2e4986974 100644 --- a/docs/ru/md/Bitrix24/Tasks-managment/Check-task-accesses.md +++ b/docs/ru/md/Bitrix24/Tasks-managment/Check-task-accesses.md @@ -21,6 +21,7 @@ sidebar_position: 20 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Tasks-managment/Complete-task.md b/docs/ru/md/Bitrix24/Tasks-managment/Complete-task.md index 13d6cbdbb..738856bab 100644 --- a/docs/ru/md/Bitrix24/Tasks-managment/Complete-task.md +++ b/docs/ru/md/Bitrix24/Tasks-managment/Complete-task.md @@ -20,6 +20,7 @@ sidebar_position: 9 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Tasks-managment/Create-task.md b/docs/ru/md/Bitrix24/Tasks-managment/Create-task.md index c530fab8e..cc2b290c4 100644 --- a/docs/ru/md/Bitrix24/Tasks-managment/Create-task.md +++ b/docs/ru/md/Bitrix24/Tasks-managment/Create-task.md @@ -20,6 +20,7 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Tasks-managment/Create-tasks-dependencies.md b/docs/ru/md/Bitrix24/Tasks-managment/Create-tasks-dependencies.md index 8d08d508a..28c2001e6 100644 --- a/docs/ru/md/Bitrix24/Tasks-managment/Create-tasks-dependencies.md +++ b/docs/ru/md/Bitrix24/Tasks-managment/Create-tasks-dependencies.md @@ -22,6 +22,7 @@ sidebar_position: 23 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Tasks-managment/Defer-task.md b/docs/ru/md/Bitrix24/Tasks-managment/Defer-task.md index b1c27a712..9d213c781 100644 --- a/docs/ru/md/Bitrix24/Tasks-managment/Defer-task.md +++ b/docs/ru/md/Bitrix24/Tasks-managment/Defer-task.md @@ -20,6 +20,7 @@ sidebar_position: 11 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Tasks-managment/Delegate-task.md b/docs/ru/md/Bitrix24/Tasks-managment/Delegate-task.md index 0ad86b9cf..724f582e2 100644 --- a/docs/ru/md/Bitrix24/Tasks-managment/Delegate-task.md +++ b/docs/ru/md/Bitrix24/Tasks-managment/Delegate-task.md @@ -21,6 +21,7 @@ sidebar_position: 16 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Tasks-managment/Delete-task.md b/docs/ru/md/Bitrix24/Tasks-managment/Delete-task.md index e508a7d28..d46a1e836 100644 --- a/docs/ru/md/Bitrix24/Tasks-managment/Delete-task.md +++ b/docs/ru/md/Bitrix24/Tasks-managment/Delete-task.md @@ -20,6 +20,7 @@ sidebar_position: 5 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Tasks-managment/Delete-tasks-dependencies.md b/docs/ru/md/Bitrix24/Tasks-managment/Delete-tasks-dependencies.md index 2fc89a279..b526cce8e 100644 --- a/docs/ru/md/Bitrix24/Tasks-managment/Delete-tasks-dependencies.md +++ b/docs/ru/md/Bitrix24/Tasks-managment/Delete-tasks-dependencies.md @@ -22,6 +22,7 @@ sidebar_position: 24 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Tasks-managment/Disapprove-task.md b/docs/ru/md/Bitrix24/Tasks-managment/Disapprove-task.md index e7fd9940e..e5282c9b5 100644 --- a/docs/ru/md/Bitrix24/Tasks-managment/Disapprove-task.md +++ b/docs/ru/md/Bitrix24/Tasks-managment/Disapprove-task.md @@ -20,6 +20,7 @@ sidebar_position: 8 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Tasks-managment/Get-task-fields-structure.md b/docs/ru/md/Bitrix24/Tasks-managment/Get-task-fields-structure.md index 9136ae255..93fa50ab3 100644 --- a/docs/ru/md/Bitrix24/Tasks-managment/Get-task-fields-structure.md +++ b/docs/ru/md/Bitrix24/Tasks-managment/Get-task-fields-structure.md @@ -19,6 +19,7 @@ sidebar_position: 25 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Tasks-managment/Get-task-history.md b/docs/ru/md/Bitrix24/Tasks-managment/Get-task-history.md index 076abf51a..359a81fcb 100644 --- a/docs/ru/md/Bitrix24/Tasks-managment/Get-task-history.md +++ b/docs/ru/md/Bitrix24/Tasks-managment/Get-task-history.md @@ -20,6 +20,7 @@ sidebar_position: 19 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Tasks-managment/Get-task.md b/docs/ru/md/Bitrix24/Tasks-managment/Get-task.md index bbe3c18c4..f48809511 100644 --- a/docs/ru/md/Bitrix24/Tasks-managment/Get-task.md +++ b/docs/ru/md/Bitrix24/Tasks-managment/Get-task.md @@ -20,6 +20,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Tasks-managment/Get-tasks-filter-structure.md b/docs/ru/md/Bitrix24/Tasks-managment/Get-tasks-filter-structure.md index dc7743cc9..b11aea00f 100644 --- a/docs/ru/md/Bitrix24/Tasks-managment/Get-tasks-filter-structure.md +++ b/docs/ru/md/Bitrix24/Tasks-managment/Get-tasks-filter-structure.md @@ -18,6 +18,7 @@ sidebar_position: 26 Возвращаемое значение: Структура Из КлючИЗначение - Структура полей +
diff --git a/docs/ru/md/Bitrix24/Tasks-managment/Get-tasks-list.md b/docs/ru/md/Bitrix24/Tasks-managment/Get-tasks-list.md index 66c990398..30e19ace8 100644 --- a/docs/ru/md/Bitrix24/Tasks-managment/Get-tasks-list.md +++ b/docs/ru/md/Bitrix24/Tasks-managment/Get-tasks-list.md @@ -21,6 +21,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Tasks-managment/Mute-task.md b/docs/ru/md/Bitrix24/Tasks-managment/Mute-task.md index 2a869c4b2..48690b74e 100644 --- a/docs/ru/md/Bitrix24/Tasks-managment/Mute-task.md +++ b/docs/ru/md/Bitrix24/Tasks-managment/Mute-task.md @@ -20,6 +20,7 @@ sidebar_position: 21 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Tasks-managment/Pause-task.md b/docs/ru/md/Bitrix24/Tasks-managment/Pause-task.md index 47e8b0b8b..7995bb82e 100644 --- a/docs/ru/md/Bitrix24/Tasks-managment/Pause-task.md +++ b/docs/ru/md/Bitrix24/Tasks-managment/Pause-task.md @@ -20,6 +20,7 @@ sidebar_position: 12 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Tasks-managment/Remove-task-from-favorites.md b/docs/ru/md/Bitrix24/Tasks-managment/Remove-task-from-favorites.md index ef621ef08..4de0d8f80 100644 --- a/docs/ru/md/Bitrix24/Tasks-managment/Remove-task-from-favorites.md +++ b/docs/ru/md/Bitrix24/Tasks-managment/Remove-task-from-favorites.md @@ -20,6 +20,7 @@ sidebar_position: 18 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Tasks-managment/Renew-task.md b/docs/ru/md/Bitrix24/Tasks-managment/Renew-task.md index ad80f8f90..c0ff7755f 100644 --- a/docs/ru/md/Bitrix24/Tasks-managment/Renew-task.md +++ b/docs/ru/md/Bitrix24/Tasks-managment/Renew-task.md @@ -20,6 +20,7 @@ sidebar_position: 10 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Tasks-managment/Start-task.md b/docs/ru/md/Bitrix24/Tasks-managment/Start-task.md index dbace8c6a..12166a536 100644 --- a/docs/ru/md/Bitrix24/Tasks-managment/Start-task.md +++ b/docs/ru/md/Bitrix24/Tasks-managment/Start-task.md @@ -20,6 +20,7 @@ sidebar_position: 13 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Tasks-managment/Start-watching-task.md b/docs/ru/md/Bitrix24/Tasks-managment/Start-watching-task.md index a3d02c0d0..b0247d1dc 100644 --- a/docs/ru/md/Bitrix24/Tasks-managment/Start-watching-task.md +++ b/docs/ru/md/Bitrix24/Tasks-managment/Start-watching-task.md @@ -20,6 +20,7 @@ sidebar_position: 14 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Tasks-managment/Stop-watching-task.md b/docs/ru/md/Bitrix24/Tasks-managment/Stop-watching-task.md index 1a04aac68..6d3409bc8 100644 --- a/docs/ru/md/Bitrix24/Tasks-managment/Stop-watching-task.md +++ b/docs/ru/md/Bitrix24/Tasks-managment/Stop-watching-task.md @@ -20,6 +20,7 @@ sidebar_position: 15 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Tasks-managment/Unmute-task.md b/docs/ru/md/Bitrix24/Tasks-managment/Unmute-task.md index c69c58713..46a510a1f 100644 --- a/docs/ru/md/Bitrix24/Tasks-managment/Unmute-task.md +++ b/docs/ru/md/Bitrix24/Tasks-managment/Unmute-task.md @@ -20,6 +20,7 @@ sidebar_position: 22 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Bitrix24/Tasks-managment/Update-task.md b/docs/ru/md/Bitrix24/Tasks-managment/Update-task.md index 15cb43ea1..da95be146 100644 --- a/docs/ru/md/Bitrix24/Tasks-managment/Update-task.md +++ b/docs/ru/md/Bitrix24/Tasks-managment/Update-task.md @@ -21,6 +21,7 @@ sidebar_position: 4 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Bitrxi24 +
diff --git a/docs/ru/md/Dropbox/Account-and-authorization/Get-account-information.md b/docs/ru/md/Dropbox/Account-and-authorization/Get-account-information.md index 24a1d9994..5afe890a0 100644 --- a/docs/ru/md/Dropbox/Account-and-authorization/Get-account-information.md +++ b/docs/ru/md/Dropbox/Account-and-authorization/Get-account-information.md @@ -19,6 +19,7 @@ sidebar_position: 4 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Dropbox +
diff --git a/docs/ru/md/Dropbox/Account-and-authorization/Get-authorization-link.md b/docs/ru/md/Dropbox/Account-and-authorization/Get-authorization-link.md index 52fcb9133..98fe1bacd 100644 --- a/docs/ru/md/Dropbox/Account-and-authorization/Get-authorization-link.md +++ b/docs/ru/md/Dropbox/Account-and-authorization/Get-authorization-link.md @@ -18,6 +18,7 @@ sidebar_position: 1 Возвращаемое значение: Строка - URL для перехода в браузере +
diff --git a/docs/ru/md/Dropbox/Account-and-authorization/Get-space-usage-data.md b/docs/ru/md/Dropbox/Account-and-authorization/Get-space-usage-data.md index f6e529215..2b90da624 100644 --- a/docs/ru/md/Dropbox/Account-and-authorization/Get-space-usage-data.md +++ b/docs/ru/md/Dropbox/Account-and-authorization/Get-space-usage-data.md @@ -18,6 +18,7 @@ sidebar_position: 5 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Dropbox +
diff --git a/docs/ru/md/Dropbox/Account-and-authorization/Get-token.md b/docs/ru/md/Dropbox/Account-and-authorization/Get-token.md index 7680dffb4..fae33a8e8 100644 --- a/docs/ru/md/Dropbox/Account-and-authorization/Get-token.md +++ b/docs/ru/md/Dropbox/Account-and-authorization/Get-token.md @@ -20,6 +20,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Dropbox +
diff --git a/docs/ru/md/Dropbox/Account-and-authorization/Refresh-token.md b/docs/ru/md/Dropbox/Account-and-authorization/Refresh-token.md index 3ed3126d2..51d9a909a 100644 --- a/docs/ru/md/Dropbox/Account-and-authorization/Refresh-token.md +++ b/docs/ru/md/Dropbox/Account-and-authorization/Refresh-token.md @@ -20,6 +20,7 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Dropbox +
diff --git a/docs/ru/md/Dropbox/File-and-directory-management/Copy-object.md b/docs/ru/md/Dropbox/File-and-directory-management/Copy-object.md index 3c506d1c0..57298129d 100644 --- a/docs/ru/md/Dropbox/File-and-directory-management/Copy-object.md +++ b/docs/ru/md/Dropbox/File-and-directory-management/Copy-object.md @@ -20,6 +20,7 @@ sidebar_position: 8 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Dropbox +
diff --git a/docs/ru/md/Dropbox/File-and-directory-management/Create-folder.md b/docs/ru/md/Dropbox/File-and-directory-management/Create-folder.md index 714afd2a2..4fcbc0823 100644 --- a/docs/ru/md/Dropbox/File-and-directory-management/Create-folder.md +++ b/docs/ru/md/Dropbox/File-and-directory-management/Create-folder.md @@ -19,6 +19,7 @@ sidebar_position: 10 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Dropbox +
diff --git a/docs/ru/md/Dropbox/File-and-directory-management/Delete-object.md b/docs/ru/md/Dropbox/File-and-directory-management/Delete-object.md index 18042afec..0255d4688 100644 --- a/docs/ru/md/Dropbox/File-and-directory-management/Delete-object.md +++ b/docs/ru/md/Dropbox/File-and-directory-management/Delete-object.md @@ -20,6 +20,7 @@ sidebar_position: 7 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Dropbox +
diff --git a/docs/ru/md/Dropbox/File-and-directory-management/Download-file.md b/docs/ru/md/Dropbox/File-and-directory-management/Download-file.md index 96dc2b4cb..1316685dc 100644 --- a/docs/ru/md/Dropbox/File-and-directory-management/Download-file.md +++ b/docs/ru/md/Dropbox/File-and-directory-management/Download-file.md @@ -19,6 +19,7 @@ sidebar_position: 11 Возвращаемое значение: ДвоичныеДанные - двоичные данные файла +
diff --git a/docs/ru/md/Dropbox/File-and-directory-management/Download-folder.md b/docs/ru/md/Dropbox/File-and-directory-management/Download-folder.md index 6d10c027b..9db49ee9f 100644 --- a/docs/ru/md/Dropbox/File-and-directory-management/Download-folder.md +++ b/docs/ru/md/Dropbox/File-and-directory-management/Download-folder.md @@ -19,6 +19,7 @@ sidebar_position: 12 Возвращаемое значение: ДвоичныеДанные - двоичные данные zip архива с содержимым каталога +
diff --git a/docs/ru/md/Dropbox/File-and-directory-management/Get-list-of-folder-files.md b/docs/ru/md/Dropbox/File-and-directory-management/Get-list-of-folder-files.md index 430290be6..9d2e39e3f 100644 --- a/docs/ru/md/Dropbox/File-and-directory-management/Get-list-of-folder-files.md +++ b/docs/ru/md/Dropbox/File-and-directory-management/Get-list-of-folder-files.md @@ -21,6 +21,7 @@ sidebar_position: 2 Возвращаемое значение: HTTPОтвет - Получить список файлов папки +
diff --git a/docs/ru/md/Dropbox/File-and-directory-management/Get-object-information.md b/docs/ru/md/Dropbox/File-and-directory-management/Get-object-information.md index 4a14b75b4..734da1d53 100644 --- a/docs/ru/md/Dropbox/File-and-directory-management/Get-object-information.md +++ b/docs/ru/md/Dropbox/File-and-directory-management/Get-object-information.md @@ -20,6 +20,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Dropbox +
diff --git a/docs/ru/md/Dropbox/File-and-directory-management/Get-object-version-list.md b/docs/ru/md/Dropbox/File-and-directory-management/Get-object-version-list.md index efca196c2..07078cc02 100644 --- a/docs/ru/md/Dropbox/File-and-directory-management/Get-object-version-list.md +++ b/docs/ru/md/Dropbox/File-and-directory-management/Get-object-version-list.md @@ -20,6 +20,7 @@ sidebar_position: 13 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Dropbox +
diff --git a/docs/ru/md/Dropbox/File-and-directory-management/Get-preview.md b/docs/ru/md/Dropbox/File-and-directory-management/Get-preview.md index 95cdcd2e2..553f36cd5 100644 --- a/docs/ru/md/Dropbox/File-and-directory-management/Get-preview.md +++ b/docs/ru/md/Dropbox/File-and-directory-management/Get-preview.md @@ -19,6 +19,7 @@ sidebar_position: 3 Возвращаемое значение: ДвоичныеДанные - превью документа +
diff --git a/docs/ru/md/Dropbox/File-and-directory-management/Get-upload-status-by-url.md b/docs/ru/md/Dropbox/File-and-directory-management/Get-upload-status-by-url.md index e22a63ab1..433aeeb38 100644 --- a/docs/ru/md/Dropbox/File-and-directory-management/Get-upload-status-by-url.md +++ b/docs/ru/md/Dropbox/File-and-directory-management/Get-upload-status-by-url.md @@ -19,6 +19,7 @@ sidebar_position: 6 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Dropbox +
diff --git a/docs/ru/md/Dropbox/File-and-directory-management/Move-object.md b/docs/ru/md/Dropbox/File-and-directory-management/Move-object.md index 779fff376..f6b53c78a 100644 --- a/docs/ru/md/Dropbox/File-and-directory-management/Move-object.md +++ b/docs/ru/md/Dropbox/File-and-directory-management/Move-object.md @@ -20,6 +20,7 @@ sidebar_position: 9 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Dropbox +
diff --git a/docs/ru/md/Dropbox/File-and-directory-management/Restore-object-to-version.md b/docs/ru/md/Dropbox/File-and-directory-management/Restore-object-to-version.md index ba403b5c0..5adb04b77 100644 --- a/docs/ru/md/Dropbox/File-and-directory-management/Restore-object-to-version.md +++ b/docs/ru/md/Dropbox/File-and-directory-management/Restore-object-to-version.md @@ -20,6 +20,7 @@ sidebar_position: 14 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Dropbox +
diff --git a/docs/ru/md/Dropbox/File-and-directory-management/Upload-file-by-url.md b/docs/ru/md/Dropbox/File-and-directory-management/Upload-file-by-url.md index 00b57f758..2e68932ec 100644 --- a/docs/ru/md/Dropbox/File-and-directory-management/Upload-file-by-url.md +++ b/docs/ru/md/Dropbox/File-and-directory-management/Upload-file-by-url.md @@ -20,6 +20,7 @@ sidebar_position: 5 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Dropbox +
diff --git a/docs/ru/md/Dropbox/File-and-directory-management/Upload-file.md b/docs/ru/md/Dropbox/File-and-directory-management/Upload-file.md index 081cf6aa0..21a35ecb0 100644 --- a/docs/ru/md/Dropbox/File-and-directory-management/Upload-file.md +++ b/docs/ru/md/Dropbox/File-and-directory-management/Upload-file.md @@ -21,6 +21,7 @@ sidebar_position: 4 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Dropbox +
diff --git a/docs/ru/md/Dropbox/Shared-access-settings/Add-users-to-file.md b/docs/ru/md/Dropbox/Shared-access-settings/Add-users-to-file.md index 92d2843fc..237152dfc 100644 --- a/docs/ru/md/Dropbox/Shared-access-settings/Add-users-to-file.md +++ b/docs/ru/md/Dropbox/Shared-access-settings/Add-users-to-file.md @@ -21,6 +21,7 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Dropbox +
diff --git a/docs/ru/md/Dropbox/Shared-access-settings/Add-users-to-folder.md b/docs/ru/md/Dropbox/Shared-access-settings/Add-users-to-folder.md index 1a08547c0..8e2248fd3 100644 --- a/docs/ru/md/Dropbox/Shared-access-settings/Add-users-to-folder.md +++ b/docs/ru/md/Dropbox/Shared-access-settings/Add-users-to-folder.md @@ -21,6 +21,7 @@ sidebar_position: 4 Возвращаемое значение: Неопределено - пустой ответ +
diff --git a/docs/ru/md/Dropbox/Shared-access-settings/Cancel-file-publication.md b/docs/ru/md/Dropbox/Shared-access-settings/Cancel-file-publication.md index a1acef200..c6a50b894 100644 --- a/docs/ru/md/Dropbox/Shared-access-settings/Cancel-file-publication.md +++ b/docs/ru/md/Dropbox/Shared-access-settings/Cancel-file-publication.md @@ -19,6 +19,7 @@ sidebar_position: 6 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Dropbox +
diff --git a/docs/ru/md/Dropbox/Shared-access-settings/Cancel-folder-publication.md b/docs/ru/md/Dropbox/Shared-access-settings/Cancel-folder-publication.md index e0a603a72..a03fcc994 100644 --- a/docs/ru/md/Dropbox/Shared-access-settings/Cancel-folder-publication.md +++ b/docs/ru/md/Dropbox/Shared-access-settings/Cancel-folder-publication.md @@ -19,6 +19,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Dropbox +
diff --git a/docs/ru/md/Dropbox/Shared-access-settings/Get-asynchronous-change-status.md b/docs/ru/md/Dropbox/Shared-access-settings/Get-asynchronous-change-status.md index 0dd32f28a..bac5dccf6 100644 --- a/docs/ru/md/Dropbox/Shared-access-settings/Get-asynchronous-change-status.md +++ b/docs/ru/md/Dropbox/Shared-access-settings/Get-asynchronous-change-status.md @@ -19,6 +19,7 @@ sidebar_position: 5 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Dropbox +
diff --git a/docs/ru/md/Dropbox/Shared-access-settings/Publish-folder.md b/docs/ru/md/Dropbox/Shared-access-settings/Publish-folder.md index 640841ad0..2d4790320 100644 --- a/docs/ru/md/Dropbox/Shared-access-settings/Publish-folder.md +++ b/docs/ru/md/Dropbox/Shared-access-settings/Publish-folder.md @@ -19,6 +19,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Dropbox +
diff --git a/docs/ru/md/Dropbox/Tags-managment/Add-tag.md b/docs/ru/md/Dropbox/Tags-managment/Add-tag.md index 966713fe4..2b3acd4e9 100644 --- a/docs/ru/md/Dropbox/Tags-managment/Add-tag.md +++ b/docs/ru/md/Dropbox/Tags-managment/Add-tag.md @@ -20,6 +20,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Dropbox +
diff --git a/docs/ru/md/Dropbox/Tags-managment/Delete-tag.md b/docs/ru/md/Dropbox/Tags-managment/Delete-tag.md index 14fb6af85..1b5853d47 100644 --- a/docs/ru/md/Dropbox/Tags-managment/Delete-tag.md +++ b/docs/ru/md/Dropbox/Tags-managment/Delete-tag.md @@ -20,6 +20,7 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Dropbox +
diff --git a/docs/ru/md/Dropbox/Tags-managment/Get-tag-list.md b/docs/ru/md/Dropbox/Tags-managment/Get-tag-list.md index 03878c797..1d2e3460e 100644 --- a/docs/ru/md/Dropbox/Tags-managment/Get-tag-list.md +++ b/docs/ru/md/Dropbox/Tags-managment/Get-tag-list.md @@ -19,6 +19,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Dropbox +
diff --git a/docs/ru/md/Google_Calendar/Calendar-list-management/Add-calendar-to-list.md b/docs/ru/md/Google_Calendar/Calendar-list-management/Add-calendar-to-list.md index 03719fbc6..40e378e24 100644 --- a/docs/ru/md/Google_Calendar/Calendar-list-management/Add-calendar-to-list.md +++ b/docs/ru/md/Google_Calendar/Calendar-list-management/Add-calendar-to-list.md @@ -19,6 +19,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Google +
diff --git a/docs/ru/md/Google_Calendar/Calendar-list-management/Delete-calendar-from-list.md b/docs/ru/md/Google_Calendar/Calendar-list-management/Delete-calendar-from-list.md index c6cc1285b..51a86e6be 100644 --- a/docs/ru/md/Google_Calendar/Calendar-list-management/Delete-calendar-from-list.md +++ b/docs/ru/md/Google_Calendar/Calendar-list-management/Delete-calendar-from-list.md @@ -19,6 +19,7 @@ sidebar_position: 4 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Google +
diff --git a/docs/ru/md/Google_Calendar/Calendar-list-management/Edit-list-calendar.md b/docs/ru/md/Google_Calendar/Calendar-list-management/Edit-list-calendar.md index 79d0727c8..39837a8fd 100644 --- a/docs/ru/md/Google_Calendar/Calendar-list-management/Edit-list-calendar.md +++ b/docs/ru/md/Google_Calendar/Calendar-list-management/Edit-list-calendar.md @@ -22,6 +22,7 @@ sidebar_position: 5 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Google +
diff --git a/docs/ru/md/Google_Calendar/Calendar-list-management/Get-calendar-list.md b/docs/ru/md/Google_Calendar/Calendar-list-management/Get-calendar-list.md index cdd66b65e..24f553cb6 100644 --- a/docs/ru/md/Google_Calendar/Calendar-list-management/Get-calendar-list.md +++ b/docs/ru/md/Google_Calendar/Calendar-list-management/Get-calendar-list.md @@ -18,6 +18,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - Массив соответствий данных календарей +
diff --git a/docs/ru/md/Google_Calendar/Calendar-list-management/Get-list-calendar.md b/docs/ru/md/Google_Calendar/Calendar-list-management/Get-list-calendar.md index ab7e0c8a0..9c4084cee 100644 --- a/docs/ru/md/Google_Calendar/Calendar-list-management/Get-list-calendar.md +++ b/docs/ru/md/Google_Calendar/Calendar-list-management/Get-list-calendar.md @@ -19,6 +19,7 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Google +
diff --git a/docs/ru/md/Google_Calendar/Calendar-metadata-management/Clear-main-calendar.md b/docs/ru/md/Google_Calendar/Calendar-metadata-management/Clear-main-calendar.md index 69a31f404..81564e662 100644 --- a/docs/ru/md/Google_Calendar/Calendar-metadata-management/Clear-main-calendar.md +++ b/docs/ru/md/Google_Calendar/Calendar-metadata-management/Clear-main-calendar.md @@ -18,6 +18,7 @@ sidebar_position: 4 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Google +
diff --git a/docs/ru/md/Google_Calendar/Calendar-metadata-management/Create-calendar.md b/docs/ru/md/Google_Calendar/Calendar-metadata-management/Create-calendar.md index b298397cc..6691f51eb 100644 --- a/docs/ru/md/Google_Calendar/Calendar-metadata-management/Create-calendar.md +++ b/docs/ru/md/Google_Calendar/Calendar-metadata-management/Create-calendar.md @@ -19,6 +19,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Google +
diff --git a/docs/ru/md/Google_Calendar/Calendar-metadata-management/Delete-calendar.md b/docs/ru/md/Google_Calendar/Calendar-metadata-management/Delete-calendar.md index bd3fc2518..52c8b0158 100644 --- a/docs/ru/md/Google_Calendar/Calendar-metadata-management/Delete-calendar.md +++ b/docs/ru/md/Google_Calendar/Calendar-metadata-management/Delete-calendar.md @@ -19,6 +19,7 @@ sidebar_position: 5 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Google +
diff --git a/docs/ru/md/Google_Calendar/Calendar-metadata-management/Edit-calendar-metadata.md b/docs/ru/md/Google_Calendar/Calendar-metadata-management/Edit-calendar-metadata.md index b142c1069..fcccead3c 100644 --- a/docs/ru/md/Google_Calendar/Calendar-metadata-management/Edit-calendar-metadata.md +++ b/docs/ru/md/Google_Calendar/Calendar-metadata-management/Edit-calendar-metadata.md @@ -21,6 +21,7 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Google +
diff --git a/docs/ru/md/Google_Calendar/Calendar-metadata-management/Get-calendar-metadata.md b/docs/ru/md/Google_Calendar/Calendar-metadata-management/Get-calendar-metadata.md index 3ac2e9aa0..ecaa8961d 100644 --- a/docs/ru/md/Google_Calendar/Calendar-metadata-management/Get-calendar-metadata.md +++ b/docs/ru/md/Google_Calendar/Calendar-metadata-management/Get-calendar-metadata.md @@ -19,6 +19,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Google +
diff --git a/docs/ru/md/Google_Calendar/Event-management/Create-event.md b/docs/ru/md/Google_Calendar/Event-management/Create-event.md index 098f909c2..ba9cf505e 100644 --- a/docs/ru/md/Google_Calendar/Event-management/Create-event.md +++ b/docs/ru/md/Google_Calendar/Event-management/Create-event.md @@ -20,6 +20,7 @@ sidebar_position: 4 Возвращаемое значение: Строка, Произвольный, HTTPОтвет, ДвоичныеДанные, Неопределено - ответ сервера Google +
diff --git a/docs/ru/md/Google_Calendar/Event-management/Delete-event.md b/docs/ru/md/Google_Calendar/Event-management/Delete-event.md index c363c3de3..49a022aff 100644 --- a/docs/ru/md/Google_Calendar/Event-management/Delete-event.md +++ b/docs/ru/md/Google_Calendar/Event-management/Delete-event.md @@ -20,6 +20,7 @@ sidebar_position: 7 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Google +
diff --git a/docs/ru/md/Google_Calendar/Event-management/Edit-event.md b/docs/ru/md/Google_Calendar/Event-management/Edit-event.md index a061a1dc3..c236973ef 100644 --- a/docs/ru/md/Google_Calendar/Event-management/Edit-event.md +++ b/docs/ru/md/Google_Calendar/Event-management/Edit-event.md @@ -21,6 +21,7 @@ sidebar_position: 6 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Google +
diff --git a/docs/ru/md/Google_Calendar/Event-management/Get-event-description.md b/docs/ru/md/Google_Calendar/Event-management/Get-event-description.md index a108a94b7..31e2d7451 100644 --- a/docs/ru/md/Google_Calendar/Event-management/Get-event-description.md +++ b/docs/ru/md/Google_Calendar/Event-management/Get-event-description.md @@ -17,6 +17,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - Пустой макет события +
diff --git a/docs/ru/md/Google_Calendar/Event-management/Get-event-list.md b/docs/ru/md/Google_Calendar/Event-management/Get-event-list.md index 889aa2106..bab33ab28 100644 --- a/docs/ru/md/Google_Calendar/Event-management/Get-event-list.md +++ b/docs/ru/md/Google_Calendar/Event-management/Get-event-list.md @@ -19,6 +19,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - Массив соответствий событий +
diff --git a/docs/ru/md/Google_Calendar/Event-management/Get-event.md b/docs/ru/md/Google_Calendar/Event-management/Get-event.md index 091c70989..47a152c57 100644 --- a/docs/ru/md/Google_Calendar/Event-management/Get-event.md +++ b/docs/ru/md/Google_Calendar/Event-management/Get-event.md @@ -20,6 +20,7 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Google +
diff --git a/docs/ru/md/Google_Calendar/Event-management/Move-event.md b/docs/ru/md/Google_Calendar/Event-management/Move-event.md index 87fd41136..ab3ee95c9 100644 --- a/docs/ru/md/Google_Calendar/Event-management/Move-event.md +++ b/docs/ru/md/Google_Calendar/Event-management/Move-event.md @@ -21,6 +21,7 @@ sidebar_position: 5 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Google +
diff --git a/docs/ru/md/Google_Drive/Comment-management/Create-comment.md b/docs/ru/md/Google_Drive/Comment-management/Create-comment.md index 03faefdd4..7bb07b4c2 100644 --- a/docs/ru/md/Google_Drive/Comment-management/Create-comment.md +++ b/docs/ru/md/Google_Drive/Comment-management/Create-comment.md @@ -20,6 +20,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Google +
diff --git a/docs/ru/md/Google_Drive/Comment-management/Delete-comment.md b/docs/ru/md/Google_Drive/Comment-management/Delete-comment.md index 66708d920..0b30bb449 100644 --- a/docs/ru/md/Google_Drive/Comment-management/Delete-comment.md +++ b/docs/ru/md/Google_Drive/Comment-management/Delete-comment.md @@ -20,6 +20,7 @@ sidebar_position: 4 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Google +
diff --git a/docs/ru/md/Google_Drive/Comment-management/Get-comment-list.md b/docs/ru/md/Google_Drive/Comment-management/Get-comment-list.md index 2fa56504c..b46179477 100644 --- a/docs/ru/md/Google_Drive/Comment-management/Get-comment-list.md +++ b/docs/ru/md/Google_Drive/Comment-management/Get-comment-list.md @@ -19,6 +19,7 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Google +
diff --git a/docs/ru/md/Google_Drive/Comment-management/Get-comment.md b/docs/ru/md/Google_Drive/Comment-management/Get-comment.md index 32b8f6956..d4ec941f9 100644 --- a/docs/ru/md/Google_Drive/Comment-management/Get-comment.md +++ b/docs/ru/md/Google_Drive/Comment-management/Get-comment.md @@ -20,6 +20,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Google +
diff --git a/docs/ru/md/Google_Drive/File-and-directory-management/Copy-object.md b/docs/ru/md/Google_Drive/File-and-directory-management/Copy-object.md index 9d4471585..c63b19f03 100644 --- a/docs/ru/md/Google_Drive/File-and-directory-management/Copy-object.md +++ b/docs/ru/md/Google_Drive/File-and-directory-management/Copy-object.md @@ -21,6 +21,7 @@ sidebar_position: 7 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Google +
diff --git a/docs/ru/md/Google_Drive/File-and-directory-management/Create-folder.md b/docs/ru/md/Google_Drive/File-and-directory-management/Create-folder.md index a985aa369..d478453af 100644 --- a/docs/ru/md/Google_Drive/File-and-directory-management/Create-folder.md +++ b/docs/ru/md/Google_Drive/File-and-directory-management/Create-folder.md @@ -20,6 +20,7 @@ sidebar_position: 5 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Google +
diff --git a/docs/ru/md/Google_Drive/File-and-directory-management/Delete-object.md b/docs/ru/md/Google_Drive/File-and-directory-management/Delete-object.md index 3cf01feb7..274aeac69 100644 --- a/docs/ru/md/Google_Drive/File-and-directory-management/Delete-object.md +++ b/docs/ru/md/Google_Drive/File-and-directory-management/Delete-object.md @@ -19,6 +19,7 @@ sidebar_position: 9 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Google +
diff --git a/docs/ru/md/Google_Drive/File-and-directory-management/Download-file.md b/docs/ru/md/Google_Drive/File-and-directory-management/Download-file.md index 81f19fce6..75e115a5a 100644 --- a/docs/ru/md/Google_Drive/File-and-directory-management/Download-file.md +++ b/docs/ru/md/Google_Drive/File-and-directory-management/Download-file.md @@ -20,6 +20,7 @@ sidebar_position: 6 Возвращаемое значение: ДвоичныеДанные,Строка - Двоичные данные или путь к файлу при указании параметра ПутьСохранения +
diff --git a/docs/ru/md/Google_Drive/File-and-directory-management/Get-directories-list.md b/docs/ru/md/Google_Drive/File-and-directory-management/Get-directories-list.md index 32c71d110..126894eb6 100644 --- a/docs/ru/md/Google_Drive/File-and-directory-management/Get-directories-list.md +++ b/docs/ru/md/Google_Drive/File-and-directory-management/Get-directories-list.md @@ -20,6 +20,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - Массив соответствий каталогов +
diff --git a/docs/ru/md/Google_Drive/File-and-directory-management/Get-file-description.md b/docs/ru/md/Google_Drive/File-and-directory-management/Get-file-description.md index 5947ea417..eed0485ac 100644 --- a/docs/ru/md/Google_Drive/File-and-directory-management/Get-file-description.md +++ b/docs/ru/md/Google_Drive/File-and-directory-management/Get-file-description.md @@ -17,6 +17,7 @@ sidebar_position: 10 Возвращаемое значение: Соответствие Из КлючИЗначение - Описание файла +
diff --git a/docs/ru/md/Google_Drive/File-and-directory-management/Get-files-list.md b/docs/ru/md/Google_Drive/File-and-directory-management/Get-files-list.md index bb60875d4..29d0b66cd 100644 --- a/docs/ru/md/Google_Drive/File-and-directory-management/Get-files-list.md +++ b/docs/ru/md/Google_Drive/File-and-directory-management/Get-files-list.md @@ -20,6 +20,7 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - Массив соответствий файлов +
diff --git a/docs/ru/md/Google_Drive/File-and-directory-management/Get-object-information.md b/docs/ru/md/Google_Drive/File-and-directory-management/Get-object-information.md index 7214bdbe1..166d841b5 100644 --- a/docs/ru/md/Google_Drive/File-and-directory-management/Get-object-information.md +++ b/docs/ru/md/Google_Drive/File-and-directory-management/Get-object-information.md @@ -19,6 +19,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Google +
diff --git a/docs/ru/md/Google_Drive/File-and-directory-management/Update-file.md b/docs/ru/md/Google_Drive/File-and-directory-management/Update-file.md index 388844ded..2f10569e3 100644 --- a/docs/ru/md/Google_Drive/File-and-directory-management/Update-file.md +++ b/docs/ru/md/Google_Drive/File-and-directory-management/Update-file.md @@ -21,6 +21,7 @@ sidebar_position: 8 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Google +
diff --git a/docs/ru/md/Google_Drive/File-and-directory-management/Upload-file.md b/docs/ru/md/Google_Drive/File-and-directory-management/Upload-file.md index 08235744e..bf8f33c75 100644 --- a/docs/ru/md/Google_Drive/File-and-directory-management/Upload-file.md +++ b/docs/ru/md/Google_Drive/File-and-directory-management/Upload-file.md @@ -20,6 +20,7 @@ sidebar_position: 4 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Google +
diff --git a/docs/ru/md/Google_Sheets/Data-managment/Clear-cells.md b/docs/ru/md/Google_Sheets/Data-managment/Clear-cells.md index a9a610755..1f563b64b 100644 --- a/docs/ru/md/Google_Sheets/Data-managment/Clear-cells.md +++ b/docs/ru/md/Google_Sheets/Data-managment/Clear-cells.md @@ -21,6 +21,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Google +
diff --git a/docs/ru/md/Google_Sheets/Data-managment/Get-cell-values.md b/docs/ru/md/Google_Sheets/Data-managment/Get-cell-values.md index e5b26c252..696661741 100644 --- a/docs/ru/md/Google_Sheets/Data-managment/Get-cell-values.md +++ b/docs/ru/md/Google_Sheets/Data-managment/Get-cell-values.md @@ -21,6 +21,7 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Google +
diff --git a/docs/ru/md/Google_Sheets/Data-managment/Set-cell-values.md b/docs/ru/md/Google_Sheets/Data-managment/Set-cell-values.md index e368362c5..bdff8a8ce 100644 --- a/docs/ru/md/Google_Sheets/Data-managment/Set-cell-values.md +++ b/docs/ru/md/Google_Sheets/Data-managment/Set-cell-values.md @@ -22,6 +22,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Google +
diff --git a/docs/ru/md/Google_Sheets/Spreadsheets-managment/Create-spreadsheet.md b/docs/ru/md/Google_Sheets/Spreadsheets-managment/Create-spreadsheet.md index c6728a754..7ec32ccb4 100644 --- a/docs/ru/md/Google_Sheets/Spreadsheets-managment/Create-spreadsheet.md +++ b/docs/ru/md/Google_Sheets/Spreadsheets-managment/Create-spreadsheet.md @@ -20,6 +20,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Google +
diff --git a/docs/ru/md/Google_Sheets/Spreadsheets-managment/Edit-spreadsheet-title.md b/docs/ru/md/Google_Sheets/Spreadsheets-managment/Edit-spreadsheet-title.md index afd12a3e6..49e6384bd 100644 --- a/docs/ru/md/Google_Sheets/Spreadsheets-managment/Edit-spreadsheet-title.md +++ b/docs/ru/md/Google_Sheets/Spreadsheets-managment/Edit-spreadsheet-title.md @@ -20,6 +20,7 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Google +
diff --git a/docs/ru/md/Google_Sheets/Spreadsheets-managment/Get-spreadsheet.md b/docs/ru/md/Google_Sheets/Spreadsheets-managment/Get-spreadsheet.md index ca1f9bc8a..cfc56496a 100644 --- a/docs/ru/md/Google_Sheets/Spreadsheets-managment/Get-spreadsheet.md +++ b/docs/ru/md/Google_Sheets/Spreadsheets-managment/Get-spreadsheet.md @@ -19,6 +19,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Google +
diff --git a/docs/ru/md/Google_Sheets/Working-with-sheets/Add-sheet.md b/docs/ru/md/Google_Sheets/Working-with-sheets/Add-sheet.md index e7632390b..a99ea4ff5 100644 --- a/docs/ru/md/Google_Sheets/Working-with-sheets/Add-sheet.md +++ b/docs/ru/md/Google_Sheets/Working-with-sheets/Add-sheet.md @@ -20,6 +20,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Google +
diff --git a/docs/ru/md/Google_Sheets/Working-with-sheets/Copy-sheet.md b/docs/ru/md/Google_Sheets/Working-with-sheets/Copy-sheet.md index ff294edd6..51aa5e4cb 100644 --- a/docs/ru/md/Google_Sheets/Working-with-sheets/Copy-sheet.md +++ b/docs/ru/md/Google_Sheets/Working-with-sheets/Copy-sheet.md @@ -21,6 +21,7 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Google +
diff --git a/docs/ru/md/Google_Sheets/Working-with-sheets/Delete-sheet.md b/docs/ru/md/Google_Sheets/Working-with-sheets/Delete-sheet.md index a4ede1aa1..0c0ae3996 100644 --- a/docs/ru/md/Google_Sheets/Working-with-sheets/Delete-sheet.md +++ b/docs/ru/md/Google_Sheets/Working-with-sheets/Delete-sheet.md @@ -20,6 +20,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Google +
diff --git a/docs/ru/md/Notion/Blocks-managment/Create-block.md b/docs/ru/md/Notion/Blocks-managment/Create-block.md index f26ba48bd..21f094468 100644 --- a/docs/ru/md/Notion/Blocks-managment/Create-block.md +++ b/docs/ru/md/Notion/Blocks-managment/Create-block.md @@ -21,6 +21,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Notion +
diff --git a/docs/ru/md/Notion/Blocks-managment/Delete-block.md b/docs/ru/md/Notion/Blocks-managment/Delete-block.md index 8c6de46bd..086a86b38 100644 --- a/docs/ru/md/Notion/Blocks-managment/Delete-block.md +++ b/docs/ru/md/Notion/Blocks-managment/Delete-block.md @@ -19,6 +19,7 @@ sidebar_position: 4 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Notion +
diff --git a/docs/ru/md/Notion/Blocks-managment/Return-block.md b/docs/ru/md/Notion/Blocks-managment/Return-block.md index 2041bd854..cbf954da7 100644 --- a/docs/ru/md/Notion/Blocks-managment/Return-block.md +++ b/docs/ru/md/Notion/Blocks-managment/Return-block.md @@ -20,6 +20,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Notion +
diff --git a/docs/ru/md/Notion/Blocks-managment/Return-child-blocks.md b/docs/ru/md/Notion/Blocks-managment/Return-child-blocks.md index 224adb759..971ae3baa 100644 --- a/docs/ru/md/Notion/Blocks-managment/Return-child-blocks.md +++ b/docs/ru/md/Notion/Blocks-managment/Return-child-blocks.md @@ -19,6 +19,7 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Notion +
diff --git a/docs/ru/md/Notion/Database-management/Create-database.md b/docs/ru/md/Notion/Database-management/Create-database.md index a5d70381a..86c22deaf 100644 --- a/docs/ru/md/Notion/Database-management/Create-database.md +++ b/docs/ru/md/Notion/Database-management/Create-database.md @@ -21,6 +21,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Notion +
diff --git a/docs/ru/md/Notion/Database-management/Edit-database-properties.md b/docs/ru/md/Notion/Database-management/Edit-database-properties.md index 1ad8013e5..c73712e29 100644 --- a/docs/ru/md/Notion/Database-management/Edit-database-properties.md +++ b/docs/ru/md/Notion/Database-management/Edit-database-properties.md @@ -22,6 +22,7 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Notion +
diff --git a/docs/ru/md/Notion/Database-management/Get-database.md b/docs/ru/md/Notion/Database-management/Get-database.md index 83036412e..7012364c5 100644 --- a/docs/ru/md/Notion/Database-management/Get-database.md +++ b/docs/ru/md/Notion/Database-management/Get-database.md @@ -19,6 +19,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Notion +
diff --git a/docs/ru/md/Notion/Page-management/Create-page-in-database.md b/docs/ru/md/Notion/Page-management/Create-page-in-database.md index 759ae10b9..78f901f06 100644 --- a/docs/ru/md/Notion/Page-management/Create-page-in-database.md +++ b/docs/ru/md/Notion/Page-management/Create-page-in-database.md @@ -20,6 +20,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Notion +
diff --git a/docs/ru/md/Notion/Page-management/Create-page.md b/docs/ru/md/Notion/Page-management/Create-page.md index 04ce81f4e..a13837eeb 100644 --- a/docs/ru/md/Notion/Page-management/Create-page.md +++ b/docs/ru/md/Notion/Page-management/Create-page.md @@ -20,6 +20,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Notion +
diff --git a/docs/ru/md/Notion/Page-management/Edit-page-properties.md b/docs/ru/md/Notion/Page-management/Edit-page-properties.md index c654d6bb4..62d48006d 100644 --- a/docs/ru/md/Notion/Page-management/Edit-page-properties.md +++ b/docs/ru/md/Notion/Page-management/Edit-page-properties.md @@ -23,6 +23,7 @@ sidebar_position: 4 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Notion +
diff --git a/docs/ru/md/Notion/Page-management/Get-page.md b/docs/ru/md/Notion/Page-management/Get-page.md index 598c5897a..8228d3ce4 100644 --- a/docs/ru/md/Notion/Page-management/Get-page.md +++ b/docs/ru/md/Notion/Page-management/Get-page.md @@ -19,6 +19,7 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Notion +
diff --git a/docs/ru/md/Notion/Users/Get-user-data.md b/docs/ru/md/Notion/Users/Get-user-data.md index bc33fe4ad..d0874dcdd 100644 --- a/docs/ru/md/Notion/Users/Get-user-data.md +++ b/docs/ru/md/Notion/Users/Get-user-data.md @@ -19,6 +19,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Notion +
diff --git a/docs/ru/md/Notion/Users/User-list.md b/docs/ru/md/Notion/Users/User-list.md index 6b51fa3bd..0a47b9e10 100644 --- a/docs/ru/md/Notion/Users/User-list.md +++ b/docs/ru/md/Notion/Users/User-list.md @@ -18,6 +18,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Notion +
diff --git a/docs/ru/md/Slack/Block-formation/Generate-image-block.md b/docs/ru/md/Slack/Block-formation/Generate-image-block.md index de573d7f2..f4ceb6d49 100644 --- a/docs/ru/md/Slack/Block-formation/Generate-image-block.md +++ b/docs/ru/md/Slack/Block-formation/Generate-image-block.md @@ -19,6 +19,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - Блок картинки +
diff --git a/docs/ru/md/Slack/Channel-management/Archive-channel.md b/docs/ru/md/Slack/Channel-management/Archive-channel.md index a45874f51..a821fd0f4 100644 --- a/docs/ru/md/Slack/Channel-management/Archive-channel.md +++ b/docs/ru/md/Slack/Channel-management/Archive-channel.md @@ -19,6 +19,7 @@ sidebar_position: 4 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Slack +
diff --git a/docs/ru/md/Slack/Channel-management/Create-channel.md b/docs/ru/md/Slack/Channel-management/Create-channel.md index 20dbab11b..83079c282 100644 --- a/docs/ru/md/Slack/Channel-management/Create-channel.md +++ b/docs/ru/md/Slack/Channel-management/Create-channel.md @@ -20,6 +20,7 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Slack +
diff --git a/docs/ru/md/Slack/Channel-management/Get-channel-history.md b/docs/ru/md/Slack/Channel-management/Get-channel-history.md index 196378852..0b175d725 100644 --- a/docs/ru/md/Slack/Channel-management/Get-channel-history.md +++ b/docs/ru/md/Slack/Channel-management/Get-channel-history.md @@ -19,6 +19,7 @@ sidebar_position: 6 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Slack +
diff --git a/docs/ru/md/Slack/Channel-management/Get-channel-list.md b/docs/ru/md/Slack/Channel-management/Get-channel-list.md index 6feed73f8..2eb7ccf0f 100644 --- a/docs/ru/md/Slack/Channel-management/Get-channel-list.md +++ b/docs/ru/md/Slack/Channel-management/Get-channel-list.md @@ -20,6 +20,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Slack +
diff --git a/docs/ru/md/Slack/Channel-management/Get-channel-user-list.md b/docs/ru/md/Slack/Channel-management/Get-channel-user-list.md index 52b1dafa0..abca29025 100644 --- a/docs/ru/md/Slack/Channel-management/Get-channel-user-list.md +++ b/docs/ru/md/Slack/Channel-management/Get-channel-user-list.md @@ -20,6 +20,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Slack +
diff --git a/docs/ru/md/Slack/Channel-management/Get-channel.md b/docs/ru/md/Slack/Channel-management/Get-channel.md index 5b2421ca3..361f06d4a 100644 --- a/docs/ru/md/Slack/Channel-management/Get-channel.md +++ b/docs/ru/md/Slack/Channel-management/Get-channel.md @@ -19,6 +19,7 @@ sidebar_position: 5 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Slack +
diff --git a/docs/ru/md/Slack/Channel-management/Invite-users-to-channel.md b/docs/ru/md/Slack/Channel-management/Invite-users-to-channel.md index 1eb5b2ed1..6d81e04b5 100644 --- a/docs/ru/md/Slack/Channel-management/Invite-users-to-channel.md +++ b/docs/ru/md/Slack/Channel-management/Invite-users-to-channel.md @@ -20,6 +20,7 @@ sidebar_position: 7 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Slack +
diff --git a/docs/ru/md/Slack/Channel-management/Join-channel.md b/docs/ru/md/Slack/Channel-management/Join-channel.md index 0db46fd75..d97886cd9 100644 --- a/docs/ru/md/Slack/Channel-management/Join-channel.md +++ b/docs/ru/md/Slack/Channel-management/Join-channel.md @@ -19,6 +19,7 @@ sidebar_position: 9 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Slack +
diff --git a/docs/ru/md/Slack/Channel-management/Kick-user-from-channel.md b/docs/ru/md/Slack/Channel-management/Kick-user-from-channel.md index b31082881..dc5fdcfe2 100644 --- a/docs/ru/md/Slack/Channel-management/Kick-user-from-channel.md +++ b/docs/ru/md/Slack/Channel-management/Kick-user-from-channel.md @@ -20,6 +20,7 @@ sidebar_position: 8 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Slack +
diff --git a/docs/ru/md/Slack/Channel-management/Leave-channel.md b/docs/ru/md/Slack/Channel-management/Leave-channel.md index e96e25838..4f532ec83 100644 --- a/docs/ru/md/Slack/Channel-management/Leave-channel.md +++ b/docs/ru/md/Slack/Channel-management/Leave-channel.md @@ -19,6 +19,7 @@ sidebar_position: 10 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Slack +
diff --git a/docs/ru/md/Slack/Channel-management/Rename-channel.md b/docs/ru/md/Slack/Channel-management/Rename-channel.md index 71a893e43..dd1a45016 100644 --- a/docs/ru/md/Slack/Channel-management/Rename-channel.md +++ b/docs/ru/md/Slack/Channel-management/Rename-channel.md @@ -20,6 +20,7 @@ sidebar_position: 13 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Slack +
diff --git a/docs/ru/md/Slack/Channel-management/Set-channel-goal.md b/docs/ru/md/Slack/Channel-management/Set-channel-goal.md index af945a0ed..5682d2d14 100644 --- a/docs/ru/md/Slack/Channel-management/Set-channel-goal.md +++ b/docs/ru/md/Slack/Channel-management/Set-channel-goal.md @@ -20,6 +20,7 @@ sidebar_position: 12 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Slack +
diff --git a/docs/ru/md/Slack/Channel-management/Set-channel-topic.md b/docs/ru/md/Slack/Channel-management/Set-channel-topic.md index 2c25a9785..8ee5dc984 100644 --- a/docs/ru/md/Slack/Channel-management/Set-channel-topic.md +++ b/docs/ru/md/Slack/Channel-management/Set-channel-topic.md @@ -20,6 +20,7 @@ sidebar_position: 11 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Slack +
diff --git a/docs/ru/md/Slack/Dialog-management/Close-dialog.md b/docs/ru/md/Slack/Dialog-management/Close-dialog.md index 9f9b8037a..13a6ddf83 100644 --- a/docs/ru/md/Slack/Dialog-management/Close-dialog.md +++ b/docs/ru/md/Slack/Dialog-management/Close-dialog.md @@ -19,6 +19,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Slack +
diff --git a/docs/ru/md/Slack/Dialog-management/Open-dialog.md b/docs/ru/md/Slack/Dialog-management/Open-dialog.md index 049c418b4..62635c1c6 100644 --- a/docs/ru/md/Slack/Dialog-management/Open-dialog.md +++ b/docs/ru/md/Slack/Dialog-management/Open-dialog.md @@ -19,6 +19,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Slack +
diff --git a/docs/ru/md/Slack/External-files-management/Add-external-file.md b/docs/ru/md/Slack/External-files-management/Add-external-file.md index e85812781..57a7b7892 100644 --- a/docs/ru/md/Slack/External-files-management/Add-external-file.md +++ b/docs/ru/md/Slack/External-files-management/Add-external-file.md @@ -20,6 +20,7 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Slack +
diff --git a/docs/ru/md/Slack/External-files-management/Delete-external-file.md b/docs/ru/md/Slack/External-files-management/Delete-external-file.md index 7dce8d847..79ec8a868 100644 --- a/docs/ru/md/Slack/External-files-management/Delete-external-file.md +++ b/docs/ru/md/Slack/External-files-management/Delete-external-file.md @@ -19,6 +19,7 @@ sidebar_position: 5 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Slack +
diff --git a/docs/ru/md/Slack/External-files-management/Get-external-file-list.md b/docs/ru/md/Slack/External-files-management/Get-external-file-list.md index c1681cc1e..5e81cdd0f 100644 --- a/docs/ru/md/Slack/External-files-management/Get-external-file-list.md +++ b/docs/ru/md/Slack/External-files-management/Get-external-file-list.md @@ -20,6 +20,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Slack +
diff --git a/docs/ru/md/Slack/External-files-management/Get-external-file.md b/docs/ru/md/Slack/External-files-management/Get-external-file.md index 3a9d37089..4868e9866 100644 --- a/docs/ru/md/Slack/External-files-management/Get-external-file.md +++ b/docs/ru/md/Slack/External-files-management/Get-external-file.md @@ -19,6 +19,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Slack +
diff --git a/docs/ru/md/Slack/External-files-management/Send-external-file.md b/docs/ru/md/Slack/External-files-management/Send-external-file.md index ff74d9901..7ff0d649a 100644 --- a/docs/ru/md/Slack/External-files-management/Send-external-file.md +++ b/docs/ru/md/Slack/External-files-management/Send-external-file.md @@ -20,6 +20,7 @@ sidebar_position: 4 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Slack +
diff --git a/docs/ru/md/Slack/File-managment/Delete-file.md b/docs/ru/md/Slack/File-managment/Delete-file.md index 338b9faf8..6f3c3bb07 100644 --- a/docs/ru/md/Slack/File-managment/Delete-file.md +++ b/docs/ru/md/Slack/File-managment/Delete-file.md @@ -19,6 +19,7 @@ sidebar_position: 4 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Slack +
diff --git a/docs/ru/md/Slack/File-managment/Get-file-data.md b/docs/ru/md/Slack/File-managment/Get-file-data.md index 6c5a808ea..9b7be0d91 100644 --- a/docs/ru/md/Slack/File-managment/Get-file-data.md +++ b/docs/ru/md/Slack/File-managment/Get-file-data.md @@ -19,6 +19,7 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Slack +
diff --git a/docs/ru/md/Slack/File-managment/Get-files-list.md b/docs/ru/md/Slack/File-managment/Get-files-list.md index f5eed104e..5ae322446 100644 --- a/docs/ru/md/Slack/File-managment/Get-files-list.md +++ b/docs/ru/md/Slack/File-managment/Get-files-list.md @@ -20,6 +20,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Slack +
diff --git a/docs/ru/md/Slack/File-managment/Make-file-private.md b/docs/ru/md/Slack/File-managment/Make-file-private.md index b4f221a37..7b5608576 100644 --- a/docs/ru/md/Slack/File-managment/Make-file-private.md +++ b/docs/ru/md/Slack/File-managment/Make-file-private.md @@ -19,6 +19,7 @@ sidebar_position: 6 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Slack +
diff --git a/docs/ru/md/Slack/File-managment/Make-file-public.md b/docs/ru/md/Slack/File-managment/Make-file-public.md index 37de14239..155400703 100644 --- a/docs/ru/md/Slack/File-managment/Make-file-public.md +++ b/docs/ru/md/Slack/File-managment/Make-file-public.md @@ -19,6 +19,7 @@ sidebar_position: 5 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Slack +
diff --git a/docs/ru/md/Slack/File-managment/Upload-file.md b/docs/ru/md/Slack/File-managment/Upload-file.md index 8e24fe631..567a464a8 100644 --- a/docs/ru/md/Slack/File-managment/Upload-file.md +++ b/docs/ru/md/Slack/File-managment/Upload-file.md @@ -22,6 +22,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Slack +
diff --git a/docs/ru/md/Slack/Management-and-settings/Get-bot-information.md b/docs/ru/md/Slack/Management-and-settings/Get-bot-information.md index 20238d7f2..2a82d21ff 100644 --- a/docs/ru/md/Slack/Management-and-settings/Get-bot-information.md +++ b/docs/ru/md/Slack/Management-and-settings/Get-bot-information.md @@ -18,6 +18,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Slack +
diff --git a/docs/ru/md/Slack/Management-and-settings/Get-user-list.md b/docs/ru/md/Slack/Management-and-settings/Get-user-list.md index f001242da..cdc026d41 100644 --- a/docs/ru/md/Slack/Management-and-settings/Get-user-list.md +++ b/docs/ru/md/Slack/Management-and-settings/Get-user-list.md @@ -19,6 +19,7 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Slack +
diff --git a/docs/ru/md/Slack/Management-and-settings/Get-workspace-list.md b/docs/ru/md/Slack/Management-and-settings/Get-workspace-list.md index 044d91e74..b0ceb230c 100644 --- a/docs/ru/md/Slack/Management-and-settings/Get-workspace-list.md +++ b/docs/ru/md/Slack/Management-and-settings/Get-workspace-list.md @@ -19,6 +19,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Slack +
diff --git a/docs/ru/md/Slack/Message-management/Delete-message.md b/docs/ru/md/Slack/Message-management/Delete-message.md index 6bfa8e0a8..12d5ae1ab 100644 --- a/docs/ru/md/Slack/Message-management/Delete-message.md +++ b/docs/ru/md/Slack/Message-management/Delete-message.md @@ -21,6 +21,7 @@ sidebar_position: 4 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Slack +
diff --git a/docs/ru/md/Slack/Message-management/Edit-message.md b/docs/ru/md/Slack/Message-management/Edit-message.md index b71902c47..a7d0d20cb 100644 --- a/docs/ru/md/Slack/Message-management/Edit-message.md +++ b/docs/ru/md/Slack/Message-management/Edit-message.md @@ -22,6 +22,7 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Slack +
diff --git a/docs/ru/md/Slack/Message-management/Get-delayed-message-list.md b/docs/ru/md/Slack/Message-management/Get-delayed-message-list.md index 4fabbec9d..555900629 100644 --- a/docs/ru/md/Slack/Message-management/Get-delayed-message-list.md +++ b/docs/ru/md/Slack/Message-management/Get-delayed-message-list.md @@ -20,6 +20,7 @@ sidebar_position: 5 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Slack +
diff --git a/docs/ru/md/Slack/Message-management/Get-message-link.md b/docs/ru/md/Slack/Message-management/Get-message-link.md index 2257d5dd7..1eb063a58 100644 --- a/docs/ru/md/Slack/Message-management/Get-message-link.md +++ b/docs/ru/md/Slack/Message-management/Get-message-link.md @@ -20,6 +20,7 @@ sidebar_position: 6 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Slack +
diff --git a/docs/ru/md/Slack/Message-management/Get-message-reply-list.md b/docs/ru/md/Slack/Message-management/Get-message-reply-list.md index 7b53eb595..8e25a29d8 100644 --- a/docs/ru/md/Slack/Message-management/Get-message-reply-list.md +++ b/docs/ru/md/Slack/Message-management/Get-message-reply-list.md @@ -21,6 +21,7 @@ sidebar_position: 7 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Slack +
diff --git a/docs/ru/md/Slack/Message-management/Send-ephemeral-message.md b/docs/ru/md/Slack/Message-management/Send-ephemeral-message.md index 7471ef711..5a6091448 100644 --- a/docs/ru/md/Slack/Message-management/Send-ephemeral-message.md +++ b/docs/ru/md/Slack/Message-management/Send-ephemeral-message.md @@ -22,6 +22,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Slack +
diff --git a/docs/ru/md/Slack/Message-management/Send-message.md b/docs/ru/md/Slack/Message-management/Send-message.md index 43103c7ba..9505979d7 100644 --- a/docs/ru/md/Slack/Message-management/Send-message.md +++ b/docs/ru/md/Slack/Message-management/Send-message.md @@ -22,6 +22,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Slack +
diff --git a/docs/ru/md/Telegram/Administration/Ban.md b/docs/ru/md/Telegram/Administration/Ban.md index 2a614bce6..c7a05b035 100644 --- a/docs/ru/md/Telegram/Administration/Ban.md +++ b/docs/ru/md/Telegram/Administration/Ban.md @@ -20,6 +20,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Telegram +
diff --git a/docs/ru/md/Telegram/Administration/Create-invitation-link.md b/docs/ru/md/Telegram/Administration/Create-invitation-link.md index 26e398367..14a4599aa 100644 --- a/docs/ru/md/Telegram/Administration/Create-invitation-link.md +++ b/docs/ru/md/Telegram/Administration/Create-invitation-link.md @@ -22,6 +22,7 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Telegram +
diff --git a/docs/ru/md/Telegram/Administration/Delete-message.md b/docs/ru/md/Telegram/Administration/Delete-message.md index 41fecf00d..2403faf00 100644 --- a/docs/ru/md/Telegram/Administration/Delete-message.md +++ b/docs/ru/md/Telegram/Administration/Delete-message.md @@ -20,6 +20,7 @@ sidebar_position: 7 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Telegram +
diff --git a/docs/ru/md/Telegram/Administration/Get-participant-count.md b/docs/ru/md/Telegram/Administration/Get-participant-count.md index ebfdf8d70..3d69dca99 100644 --- a/docs/ru/md/Telegram/Administration/Get-participant-count.md +++ b/docs/ru/md/Telegram/Administration/Get-participant-count.md @@ -19,6 +19,7 @@ sidebar_position: 6 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Telegram +
diff --git a/docs/ru/md/Telegram/Administration/Pin-message.md b/docs/ru/md/Telegram/Administration/Pin-message.md index 0d66e4a72..a1606fd8f 100644 --- a/docs/ru/md/Telegram/Administration/Pin-message.md +++ b/docs/ru/md/Telegram/Administration/Pin-message.md @@ -20,6 +20,7 @@ sidebar_position: 4 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Telegram +
diff --git a/docs/ru/md/Telegram/Administration/Unban.md b/docs/ru/md/Telegram/Administration/Unban.md index 09d38c4b9..3627b5d49 100644 --- a/docs/ru/md/Telegram/Administration/Unban.md +++ b/docs/ru/md/Telegram/Administration/Unban.md @@ -20,6 +20,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Telegram +
diff --git a/docs/ru/md/Telegram/Administration/Unpin-message.md b/docs/ru/md/Telegram/Administration/Unpin-message.md index cc296c937..6deafa96c 100644 --- a/docs/ru/md/Telegram/Administration/Unpin-message.md +++ b/docs/ru/md/Telegram/Administration/Unpin-message.md @@ -20,6 +20,7 @@ sidebar_position: 5 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Telegram +
diff --git a/docs/ru/md/Telegram/Data-retrieval-and-settings/Delete-webhook.md b/docs/ru/md/Telegram/Data-retrieval-and-settings/Delete-webhook.md index d94c8d688..8cd7c71c2 100644 --- a/docs/ru/md/Telegram/Data-retrieval-and-settings/Delete-webhook.md +++ b/docs/ru/md/Telegram/Data-retrieval-and-settings/Delete-webhook.md @@ -18,6 +18,7 @@ sidebar_position: 4 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Telegram +
diff --git a/docs/ru/md/Telegram/Data-retrieval-and-settings/Download-file.md b/docs/ru/md/Telegram/Data-retrieval-and-settings/Download-file.md index 1566dd886..c7f8543f6 100644 --- a/docs/ru/md/Telegram/Data-retrieval-and-settings/Download-file.md +++ b/docs/ru/md/Telegram/Data-retrieval-and-settings/Download-file.md @@ -19,6 +19,7 @@ sidebar_position: 5 Возвращаемое значение: ДвоичныеДанные - данные файла +
diff --git a/docs/ru/md/Telegram/Data-retrieval-and-settings/Get-bot-information.md b/docs/ru/md/Telegram/Data-retrieval-and-settings/Get-bot-information.md index 8fe80b119..38caa0c15 100644 --- a/docs/ru/md/Telegram/Data-retrieval-and-settings/Get-bot-information.md +++ b/docs/ru/md/Telegram/Data-retrieval-and-settings/Get-bot-information.md @@ -18,6 +18,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Telegram +
diff --git a/docs/ru/md/Telegram/Data-retrieval-and-settings/Get-updates.md b/docs/ru/md/Telegram/Data-retrieval-and-settings/Get-updates.md index dcd5b85ca..cc7a3eed8 100644 --- a/docs/ru/md/Telegram/Data-retrieval-and-settings/Get-updates.md +++ b/docs/ru/md/Telegram/Data-retrieval-and-settings/Get-updates.md @@ -20,6 +20,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Telegram +
diff --git a/docs/ru/md/Telegram/Data-retrieval-and-settings/Set-webhook.md b/docs/ru/md/Telegram/Data-retrieval-and-settings/Set-webhook.md index 8a08a0a81..1c2090d47 100644 --- a/docs/ru/md/Telegram/Data-retrieval-and-settings/Set-webhook.md +++ b/docs/ru/md/Telegram/Data-retrieval-and-settings/Set-webhook.md @@ -19,6 +19,7 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Telegram +
diff --git a/docs/ru/md/Telegram/Data-sending/Form-keyboard-from-button-array.md b/docs/ru/md/Telegram/Data-sending/Form-keyboard-from-button-array.md index 55d3ff754..618bc7a9c 100644 --- a/docs/ru/md/Telegram/Data-sending/Form-keyboard-from-button-array.md +++ b/docs/ru/md/Telegram/Data-sending/Form-keyboard-from-button-array.md @@ -20,6 +20,7 @@ sidebar_position: 12 Возвращаемое значение: Строка - JSON клавиатуры +
diff --git a/docs/ru/md/Telegram/Data-sending/Forward-message.md b/docs/ru/md/Telegram/Data-sending/Forward-message.md index c35cab28f..14c2cc8d7 100644 --- a/docs/ru/md/Telegram/Data-sending/Forward-message.md +++ b/docs/ru/md/Telegram/Data-sending/Forward-message.md @@ -21,6 +21,7 @@ sidebar_position: 11 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Telegram +
diff --git a/docs/ru/md/Telegram/Data-sending/Send-audio.md b/docs/ru/md/Telegram/Data-sending/Send-audio.md index 81372cf2c..9803301ee 100644 --- a/docs/ru/md/Telegram/Data-sending/Send-audio.md +++ b/docs/ru/md/Telegram/Data-sending/Send-audio.md @@ -23,6 +23,7 @@ sidebar_position: 4 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Telegram +
diff --git a/docs/ru/md/Telegram/Data-sending/Send-contact.md b/docs/ru/md/Telegram/Data-sending/Send-contact.md index daf1d0383..5749b692e 100644 --- a/docs/ru/md/Telegram/Data-sending/Send-contact.md +++ b/docs/ru/md/Telegram/Data-sending/Send-contact.md @@ -23,6 +23,7 @@ sidebar_position: 9 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Telegram +
diff --git a/docs/ru/md/Telegram/Data-sending/Send-document.md b/docs/ru/md/Telegram/Data-sending/Send-document.md index ac517d4f8..653ed8636 100644 --- a/docs/ru/md/Telegram/Data-sending/Send-document.md +++ b/docs/ru/md/Telegram/Data-sending/Send-document.md @@ -23,6 +23,7 @@ sidebar_position: 5 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Telegram +
diff --git a/docs/ru/md/Telegram/Data-sending/Send-gif.md b/docs/ru/md/Telegram/Data-sending/Send-gif.md index 09fd2a734..ffac90f13 100644 --- a/docs/ru/md/Telegram/Data-sending/Send-gif.md +++ b/docs/ru/md/Telegram/Data-sending/Send-gif.md @@ -23,6 +23,7 @@ sidebar_position: 6 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Telegram +
diff --git a/docs/ru/md/Telegram/Data-sending/Send-image.md b/docs/ru/md/Telegram/Data-sending/Send-image.md index 29143bebb..2298221f3 100644 --- a/docs/ru/md/Telegram/Data-sending/Send-image.md +++ b/docs/ru/md/Telegram/Data-sending/Send-image.md @@ -23,6 +23,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Telegram +
diff --git a/docs/ru/md/Telegram/Data-sending/Send-location.md b/docs/ru/md/Telegram/Data-sending/Send-location.md index d54b72cae..c765316e5 100644 --- a/docs/ru/md/Telegram/Data-sending/Send-location.md +++ b/docs/ru/md/Telegram/Data-sending/Send-location.md @@ -22,6 +22,7 @@ sidebar_position: 8 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Telegram +
diff --git a/docs/ru/md/Telegram/Data-sending/Send-media-group.md b/docs/ru/md/Telegram/Data-sending/Send-media-group.md index 10f999444..892746646 100644 --- a/docs/ru/md/Telegram/Data-sending/Send-media-group.md +++ b/docs/ru/md/Telegram/Data-sending/Send-media-group.md @@ -23,6 +23,7 @@ sidebar_position: 7 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Telegram +
diff --git a/docs/ru/md/Telegram/Data-sending/Send-poll.md b/docs/ru/md/Telegram/Data-sending/Send-poll.md index 50ea22bee..59c279088 100644 --- a/docs/ru/md/Telegram/Data-sending/Send-poll.md +++ b/docs/ru/md/Telegram/Data-sending/Send-poll.md @@ -22,6 +22,7 @@ sidebar_position: 10 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Telegram +
diff --git a/docs/ru/md/Telegram/Data-sending/Send-text-message.md b/docs/ru/md/Telegram/Data-sending/Send-text-message.md index b3ecb9a55..d8e424e1f 100644 --- a/docs/ru/md/Telegram/Data-sending/Send-text-message.md +++ b/docs/ru/md/Telegram/Data-sending/Send-text-message.md @@ -23,6 +23,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Telegram +
diff --git a/docs/ru/md/Telegram/Data-sending/Send-video.md b/docs/ru/md/Telegram/Data-sending/Send-video.md index 80e137515..2fdd26fde 100644 --- a/docs/ru/md/Telegram/Data-sending/Send-video.md +++ b/docs/ru/md/Telegram/Data-sending/Send-video.md @@ -23,6 +23,7 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Telegram +
diff --git a/docs/ru/md/Telegram/Forum-topic-management/Clear-thread-pinned-messages-list.md b/docs/ru/md/Telegram/Forum-topic-management/Clear-thread-pinned-messages-list.md index 6722db06c..50765c55c 100644 --- a/docs/ru/md/Telegram/Forum-topic-management/Clear-thread-pinned-messages-list.md +++ b/docs/ru/md/Telegram/Forum-topic-management/Clear-thread-pinned-messages-list.md @@ -20,6 +20,7 @@ sidebar_position: 10 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Telegram +
diff --git a/docs/ru/md/Telegram/Forum-topic-management/Close-forum-thread.md b/docs/ru/md/Telegram/Forum-topic-management/Close-forum-thread.md index bd2cded65..8d53f9b78 100644 --- a/docs/ru/md/Telegram/Forum-topic-management/Close-forum-thread.md +++ b/docs/ru/md/Telegram/Forum-topic-management/Close-forum-thread.md @@ -20,6 +20,7 @@ sidebar_position: 4 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Telegram +
diff --git a/docs/ru/md/Telegram/Forum-topic-management/Create-forum-thread.md b/docs/ru/md/Telegram/Forum-topic-management/Create-forum-thread.md index 92e38e552..c3eefa560 100644 --- a/docs/ru/md/Telegram/Forum-topic-management/Create-forum-thread.md +++ b/docs/ru/md/Telegram/Forum-topic-management/Create-forum-thread.md @@ -21,6 +21,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Telegram +
diff --git a/docs/ru/md/Telegram/Forum-topic-management/Delete-forum-topic.md b/docs/ru/md/Telegram/Forum-topic-management/Delete-forum-topic.md index 51ab3bc2b..2758fe788 100644 --- a/docs/ru/md/Telegram/Forum-topic-management/Delete-forum-topic.md +++ b/docs/ru/md/Telegram/Forum-topic-management/Delete-forum-topic.md @@ -20,6 +20,7 @@ sidebar_position: 6 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Telegram +
diff --git a/docs/ru/md/Telegram/Forum-topic-management/Edit-forum-topic.md b/docs/ru/md/Telegram/Forum-topic-management/Edit-forum-topic.md index 232c94d71..2e1590080 100644 --- a/docs/ru/md/Telegram/Forum-topic-management/Edit-forum-topic.md +++ b/docs/ru/md/Telegram/Forum-topic-management/Edit-forum-topic.md @@ -22,6 +22,7 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Telegram +
diff --git a/docs/ru/md/Telegram/Forum-topic-management/Edit-main-forum-topic-name.md b/docs/ru/md/Telegram/Forum-topic-management/Edit-main-forum-topic-name.md index 4f09ef729..48c1fd5ec 100644 --- a/docs/ru/md/Telegram/Forum-topic-management/Edit-main-forum-topic-name.md +++ b/docs/ru/md/Telegram/Forum-topic-management/Edit-main-forum-topic-name.md @@ -20,6 +20,7 @@ sidebar_position: 9 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Telegram +
diff --git a/docs/ru/md/Telegram/Forum-topic-management/Get-avatar-icon-list.md b/docs/ru/md/Telegram/Forum-topic-management/Get-avatar-icon-list.md index 04e039566..6cd51fa30 100644 --- a/docs/ru/md/Telegram/Forum-topic-management/Get-avatar-icon-list.md +++ b/docs/ru/md/Telegram/Forum-topic-management/Get-avatar-icon-list.md @@ -18,6 +18,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - Ключ > ID, Значение > Emoji +
diff --git a/docs/ru/md/Telegram/Forum-topic-management/Hide-main-forum-topic.md b/docs/ru/md/Telegram/Forum-topic-management/Hide-main-forum-topic.md index dd404c45d..65820abda 100644 --- a/docs/ru/md/Telegram/Forum-topic-management/Hide-main-forum-topic.md +++ b/docs/ru/md/Telegram/Forum-topic-management/Hide-main-forum-topic.md @@ -19,6 +19,7 @@ sidebar_position: 7 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Telegram +
diff --git a/docs/ru/md/Telegram/Forum-topic-management/Open-forum-thread.md b/docs/ru/md/Telegram/Forum-topic-management/Open-forum-thread.md index aa027e9ba..03c010524 100644 --- a/docs/ru/md/Telegram/Forum-topic-management/Open-forum-thread.md +++ b/docs/ru/md/Telegram/Forum-topic-management/Open-forum-thread.md @@ -20,6 +20,7 @@ sidebar_position: 5 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Telegram +
diff --git a/docs/ru/md/Telegram/Forum-topic-management/Show-main-forum-topic.md b/docs/ru/md/Telegram/Forum-topic-management/Show-main-forum-topic.md index dfda5505e..790e1d562 100644 --- a/docs/ru/md/Telegram/Forum-topic-management/Show-main-forum-topic.md +++ b/docs/ru/md/Telegram/Forum-topic-management/Show-main-forum-topic.md @@ -19,6 +19,7 @@ sidebar_position: 8 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Telegram +
diff --git a/docs/ru/md/Twitter/Data-and-settings/Get-authorization-link.md b/docs/ru/md/Twitter/Data-and-settings/Get-authorization-link.md index d7fedd2d8..d2c5fc6fc 100644 --- a/docs/ru/md/Twitter/Data-and-settings/Get-authorization-link.md +++ b/docs/ru/md/Twitter/Data-and-settings/Get-authorization-link.md @@ -18,6 +18,7 @@ sidebar_position: 1 Возвращаемое значение: Строка - URL для перехода в браузере +
diff --git a/docs/ru/md/Twitter/Data-and-settings/Get-token.md b/docs/ru/md/Twitter/Data-and-settings/Get-token.md index cda9a7bb6..d0aa24f56 100644 --- a/docs/ru/md/Twitter/Data-and-settings/Get-token.md +++ b/docs/ru/md/Twitter/Data-and-settings/Get-token.md @@ -19,6 +19,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Twitter +
diff --git a/docs/ru/md/Twitter/Data-and-settings/Refresh-token.md b/docs/ru/md/Twitter/Data-and-settings/Refresh-token.md index b47d66f8a..cd9ea7186 100644 --- a/docs/ru/md/Twitter/Data-and-settings/Refresh-token.md +++ b/docs/ru/md/Twitter/Data-and-settings/Refresh-token.md @@ -18,6 +18,7 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Twitter +
diff --git a/docs/ru/md/Twitter/Tweets/Create-gif-tweet.md b/docs/ru/md/Twitter/Tweets/Create-gif-tweet.md index 483b28da3..eb5c88861 100644 --- a/docs/ru/md/Twitter/Tweets/Create-gif-tweet.md +++ b/docs/ru/md/Twitter/Tweets/Create-gif-tweet.md @@ -20,6 +20,7 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Twitter +
diff --git a/docs/ru/md/Twitter/Tweets/Create-image-tweet.md b/docs/ru/md/Twitter/Tweets/Create-image-tweet.md index 7f9963fee..2ac93d76a 100644 --- a/docs/ru/md/Twitter/Tweets/Create-image-tweet.md +++ b/docs/ru/md/Twitter/Tweets/Create-image-tweet.md @@ -20,6 +20,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Twitter +
diff --git a/docs/ru/md/Twitter/Tweets/Create-poll-tweet.md b/docs/ru/md/Twitter/Tweets/Create-poll-tweet.md index 329ad5931..415b1171c 100644 --- a/docs/ru/md/Twitter/Tweets/Create-poll-tweet.md +++ b/docs/ru/md/Twitter/Tweets/Create-poll-tweet.md @@ -21,6 +21,7 @@ sidebar_position: 5 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Twitter +
diff --git a/docs/ru/md/Twitter/Tweets/Create-text-tweet.md b/docs/ru/md/Twitter/Tweets/Create-text-tweet.md index 093b51077..32c133966 100644 --- a/docs/ru/md/Twitter/Tweets/Create-text-tweet.md +++ b/docs/ru/md/Twitter/Tweets/Create-text-tweet.md @@ -19,6 +19,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Twitter +
diff --git a/docs/ru/md/Twitter/Tweets/Create-video-tweet.md b/docs/ru/md/Twitter/Tweets/Create-video-tweet.md index bbb309968..35276fc83 100644 --- a/docs/ru/md/Twitter/Tweets/Create-video-tweet.md +++ b/docs/ru/md/Twitter/Tweets/Create-video-tweet.md @@ -20,6 +20,7 @@ sidebar_position: 4 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Twitter +
diff --git a/docs/ru/md/VK/Ad-account-management/Create-ad.md b/docs/ru/md/VK/Ad-account-management/Create-ad.md index 60729bd67..5db63aeb7 100644 --- a/docs/ru/md/VK/Ad-account-management/Create-ad.md +++ b/docs/ru/md/VK/Ad-account-management/Create-ad.md @@ -23,6 +23,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от VK +
diff --git a/docs/ru/md/VK/Ad-account-management/Create-advertising-campaign.md b/docs/ru/md/VK/Ad-account-management/Create-advertising-campaign.md index e8445d646..c5f5b7b82 100644 --- a/docs/ru/md/VK/Ad-account-management/Create-advertising-campaign.md +++ b/docs/ru/md/VK/Ad-account-management/Create-advertising-campaign.md @@ -20,6 +20,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от VK +
diff --git a/docs/ru/md/VK/Ad-account-management/Get-advertising-category-list.md b/docs/ru/md/VK/Ad-account-management/Get-advertising-category-list.md index 9f7a22afd..67a583537 100644 --- a/docs/ru/md/VK/Ad-account-management/Get-advertising-category-list.md +++ b/docs/ru/md/VK/Ad-account-management/Get-advertising-category-list.md @@ -18,6 +18,7 @@ sidebar_position: 4 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от VK +
diff --git a/docs/ru/md/VK/Ad-account-management/Pause-advertising.md b/docs/ru/md/VK/Ad-account-management/Pause-advertising.md index ac1e86f01..85474d74c 100644 --- a/docs/ru/md/VK/Ad-account-management/Pause-advertising.md +++ b/docs/ru/md/VK/Ad-account-management/Pause-advertising.md @@ -20,6 +20,7 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от VK +
diff --git a/docs/ru/md/VK/Community-managment/Create-album.md b/docs/ru/md/VK/Community-managment/Create-album.md index 7f58ddc57..c50eb34e2 100644 --- a/docs/ru/md/VK/Community-managment/Create-album.md +++ b/docs/ru/md/VK/Community-managment/Create-album.md @@ -20,6 +20,7 @@ sidebar_position: 5 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от VK +
diff --git a/docs/ru/md/VK/Community-managment/Create-composite-post.md b/docs/ru/md/VK/Community-managment/Create-composite-post.md index 5a4c0e33f..30ff3afa4 100644 --- a/docs/ru/md/VK/Community-managment/Create-composite-post.md +++ b/docs/ru/md/VK/Community-managment/Create-composite-post.md @@ -22,6 +22,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от VK +
diff --git a/docs/ru/md/VK/Community-managment/Create-poll.md b/docs/ru/md/VK/Community-managment/Create-poll.md index 02dfbc73c..50d784346 100644 --- a/docs/ru/md/VK/Community-managment/Create-poll.md +++ b/docs/ru/md/VK/Community-managment/Create-poll.md @@ -21,6 +21,7 @@ sidebar_position: 4 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от VK +
diff --git a/docs/ru/md/VK/Community-managment/Create-post.md b/docs/ru/md/VK/Community-managment/Create-post.md index a1cfc33eb..d3cceabac 100644 --- a/docs/ru/md/VK/Community-managment/Create-post.md +++ b/docs/ru/md/VK/Community-managment/Create-post.md @@ -22,6 +22,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от VK +
diff --git a/docs/ru/md/VK/Community-managment/Create-story.md b/docs/ru/md/VK/Community-managment/Create-story.md index 7b2442774..2dd9bdc2f 100644 --- a/docs/ru/md/VK/Community-managment/Create-story.md +++ b/docs/ru/md/VK/Community-managment/Create-story.md @@ -20,6 +20,7 @@ sidebar_position: 7 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от VK +
diff --git a/docs/ru/md/VK/Community-managment/Delete-album.md b/docs/ru/md/VK/Community-managment/Delete-album.md index ebb685291..86e81a2e0 100644 --- a/docs/ru/md/VK/Community-managment/Delete-album.md +++ b/docs/ru/md/VK/Community-managment/Delete-album.md @@ -19,6 +19,7 @@ sidebar_position: 6 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от VK +
diff --git a/docs/ru/md/VK/Community-managment/Delete-image.md b/docs/ru/md/VK/Community-managment/Delete-image.md index 95b80b694..3a56e685d 100644 --- a/docs/ru/md/VK/Community-managment/Delete-image.md +++ b/docs/ru/md/VK/Community-managment/Delete-image.md @@ -19,6 +19,7 @@ sidebar_position: 9 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от VK +
diff --git a/docs/ru/md/VK/Community-managment/Delete-post.md b/docs/ru/md/VK/Community-managment/Delete-post.md index 30336e902..c548a62f8 100644 --- a/docs/ru/md/VK/Community-managment/Delete-post.md +++ b/docs/ru/md/VK/Community-managment/Delete-post.md @@ -19,6 +19,7 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от VK +
diff --git a/docs/ru/md/VK/Community-managment/Save-image-to-album.md b/docs/ru/md/VK/Community-managment/Save-image-to-album.md index ce46871cf..b5cb6e889 100644 --- a/docs/ru/md/VK/Community-managment/Save-image-to-album.md +++ b/docs/ru/md/VK/Community-managment/Save-image-to-album.md @@ -21,6 +21,7 @@ sidebar_position: 8 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от VK +
diff --git a/docs/ru/md/VK/Community-managment/Upload-photo-to-server.md b/docs/ru/md/VK/Community-managment/Upload-photo-to-server.md index 2304f2f5d..840909a44 100644 --- a/docs/ru/md/VK/Community-managment/Upload-photo-to-server.md +++ b/docs/ru/md/VK/Community-managment/Upload-photo-to-server.md @@ -20,6 +20,7 @@ sidebar_position: 11 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от VK +
diff --git a/docs/ru/md/VK/Community-managment/Upload-video-to-server.md b/docs/ru/md/VK/Community-managment/Upload-video-to-server.md index d9193a746..ce8c4a332 100644 --- a/docs/ru/md/VK/Community-managment/Upload-video-to-server.md +++ b/docs/ru/md/VK/Community-managment/Upload-video-to-server.md @@ -22,6 +22,7 @@ sidebar_position: 10 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от VK +
diff --git a/docs/ru/md/VK/Discussion-management/Close-discussion.md b/docs/ru/md/VK/Discussion-management/Close-discussion.md index 97fa704ce..d0505c14c 100644 --- a/docs/ru/md/VK/Discussion-management/Close-discussion.md +++ b/docs/ru/md/VK/Discussion-management/Close-discussion.md @@ -20,6 +20,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от VK +
diff --git a/docs/ru/md/VK/Discussion-management/Create-discussion.md b/docs/ru/md/VK/Discussion-management/Create-discussion.md index 79da9db60..c8537e20e 100644 --- a/docs/ru/md/VK/Discussion-management/Create-discussion.md +++ b/docs/ru/md/VK/Discussion-management/Create-discussion.md @@ -20,6 +20,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от VK +
diff --git a/docs/ru/md/VK/Discussion-management/Open-discussion.md b/docs/ru/md/VK/Discussion-management/Open-discussion.md index 929667294..4a217bb1a 100644 --- a/docs/ru/md/VK/Discussion-management/Open-discussion.md +++ b/docs/ru/md/VK/Discussion-management/Open-discussion.md @@ -19,6 +19,7 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от VK +
diff --git a/docs/ru/md/VK/Discussion-management/Write-in-discussion.md b/docs/ru/md/VK/Discussion-management/Write-in-discussion.md index 13688b0da..5a236b6bc 100644 --- a/docs/ru/md/VK/Discussion-management/Write-in-discussion.md +++ b/docs/ru/md/VK/Discussion-management/Write-in-discussion.md @@ -20,6 +20,7 @@ sidebar_position: 4 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от VK +
diff --git a/docs/ru/md/VK/Interactive-actions/Like-post.md b/docs/ru/md/VK/Interactive-actions/Like-post.md index c22a6fb9b..a59047545 100644 --- a/docs/ru/md/VK/Interactive-actions/Like-post.md +++ b/docs/ru/md/VK/Interactive-actions/Like-post.md @@ -20,6 +20,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от VK +
diff --git a/docs/ru/md/VK/Interactive-actions/Make-repost.md b/docs/ru/md/VK/Interactive-actions/Make-repost.md index 555b7d769..10d04725f 100644 --- a/docs/ru/md/VK/Interactive-actions/Make-repost.md +++ b/docs/ru/md/VK/Interactive-actions/Make-repost.md @@ -22,6 +22,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от VK +
diff --git a/docs/ru/md/VK/Interactive-actions/Shorten-link.md b/docs/ru/md/VK/Interactive-actions/Shorten-link.md index 0c5ed8680..758674761 100644 --- a/docs/ru/md/VK/Interactive-actions/Shorten-link.md +++ b/docs/ru/md/VK/Interactive-actions/Shorten-link.md @@ -19,6 +19,7 @@ sidebar_position: 5 Возвращаемое значение: Строка - Сокращенный URL +
diff --git a/docs/ru/md/VK/Interactive-actions/Write-comment.md b/docs/ru/md/VK/Interactive-actions/Write-comment.md index bf553b540..e980f60f6 100644 --- a/docs/ru/md/VK/Interactive-actions/Write-comment.md +++ b/docs/ru/md/VK/Interactive-actions/Write-comment.md @@ -21,6 +21,7 @@ sidebar_position: 4 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от VK +
diff --git a/docs/ru/md/VK/Interactive-actions/Write-message.md b/docs/ru/md/VK/Interactive-actions/Write-message.md index fb9bc7d0b..1fca1b28e 100644 --- a/docs/ru/md/VK/Interactive-actions/Write-message.md +++ b/docs/ru/md/VK/Interactive-actions/Write-message.md @@ -22,6 +22,7 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от VK +
diff --git a/docs/ru/md/VK/Order-management/Get-order-list.md b/docs/ru/md/VK/Order-management/Get-order-list.md index 2dd576dd1..3d10d242d 100644 --- a/docs/ru/md/VK/Order-management/Get-order-list.md +++ b/docs/ru/md/VK/Order-management/Get-order-list.md @@ -18,6 +18,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от VK +
diff --git a/docs/ru/md/VK/Others/Form-keyboard.md b/docs/ru/md/VK/Others/Form-keyboard.md index 8051d9cd7..b73d47ebb 100644 --- a/docs/ru/md/VK/Others/Form-keyboard.md +++ b/docs/ru/md/VK/Others/Form-keyboard.md @@ -18,6 +18,7 @@ sidebar_position: 1 Возвращаемое значение: Строка - JSON клавиатуры +
diff --git a/docs/ru/md/VK/Product-management/Add-product.md b/docs/ru/md/VK/Product-management/Add-product.md index b6cb7c056..78a28628c 100644 --- a/docs/ru/md/VK/Product-management/Add-product.md +++ b/docs/ru/md/VK/Product-management/Add-product.md @@ -20,6 +20,7 @@ sidebar_position: 4 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от VK +
diff --git a/docs/ru/md/VK/Product-management/Delete-product.md b/docs/ru/md/VK/Product-management/Delete-product.md index 48903275d..804f473ae 100644 --- a/docs/ru/md/VK/Product-management/Delete-product.md +++ b/docs/ru/md/VK/Product-management/Delete-product.md @@ -19,6 +19,7 @@ sidebar_position: 6 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от VK +
diff --git a/docs/ru/md/VK/Product-management/Edit-product.md b/docs/ru/md/VK/Product-management/Edit-product.md index fbf0f00ad..e6addfb4b 100644 --- a/docs/ru/md/VK/Product-management/Edit-product.md +++ b/docs/ru/md/VK/Product-management/Edit-product.md @@ -21,6 +21,7 @@ sidebar_position: 5 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от VK +
diff --git a/docs/ru/md/VK/Product-management/Get-product-category-list.md b/docs/ru/md/VK/Product-management/Get-product-category-list.md index a33f7845f..b204e2b23 100644 --- a/docs/ru/md/VK/Product-management/Get-product-category-list.md +++ b/docs/ru/md/VK/Product-management/Get-product-category-list.md @@ -18,6 +18,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из Строка - Ключ - ID, Значение - Имя +
diff --git a/docs/ru/md/VK/Product-management/Get-product-description.md b/docs/ru/md/VK/Product-management/Get-product-description.md index ba7258985..62af0dd6c 100644 --- a/docs/ru/md/VK/Product-management/Get-product-description.md +++ b/docs/ru/md/VK/Product-management/Get-product-description.md @@ -18,6 +18,7 @@ sidebar_position: 8 Возвращаемое значение: Соответствие Из КлючИЗначение - Пустое описание товара: +
diff --git a/docs/ru/md/VK/Product-management/Get-product-list.md b/docs/ru/md/VK/Product-management/Get-product-list.md index d567ecf36..4d7374e5b 100644 --- a/docs/ru/md/VK/Product-management/Get-product-list.md +++ b/docs/ru/md/VK/Product-management/Get-product-list.md @@ -19,6 +19,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - Массив соответствий товаров +
diff --git a/docs/ru/md/VK/Product-management/Get-products-by-id.md b/docs/ru/md/VK/Product-management/Get-products-by-id.md index 049804bf6..f4ebc4d9a 100644 --- a/docs/ru/md/VK/Product-management/Get-products-by-id.md +++ b/docs/ru/md/VK/Product-management/Get-products-by-id.md @@ -19,6 +19,7 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от VK +
diff --git a/docs/ru/md/VK/Product-management/Group-products.md b/docs/ru/md/VK/Product-management/Group-products.md index 59909b605..0a3bafb4b 100644 --- a/docs/ru/md/VK/Product-management/Group-products.md +++ b/docs/ru/md/VK/Product-management/Group-products.md @@ -20,6 +20,7 @@ sidebar_position: 7 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от VK +
diff --git a/docs/ru/md/VK/Product-properties-management/Add-product-property-variant.md b/docs/ru/md/VK/Product-properties-management/Add-product-property-variant.md index 779f348a1..12a5a5749 100644 --- a/docs/ru/md/VK/Product-properties-management/Add-product-property-variant.md +++ b/docs/ru/md/VK/Product-properties-management/Add-product-property-variant.md @@ -20,6 +20,7 @@ sidebar_position: 5 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от VK +
diff --git a/docs/ru/md/VK/Product-properties-management/Create-product-property.md b/docs/ru/md/VK/Product-properties-management/Create-product-property.md index 050742a46..d5908962e 100644 --- a/docs/ru/md/VK/Product-properties-management/Create-product-property.md +++ b/docs/ru/md/VK/Product-properties-management/Create-product-property.md @@ -19,6 +19,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от VK +
diff --git a/docs/ru/md/VK/Product-properties-management/Delete-product-property-variant.md b/docs/ru/md/VK/Product-properties-management/Delete-product-property-variant.md index 55493b6eb..496bb2a58 100644 --- a/docs/ru/md/VK/Product-properties-management/Delete-product-property-variant.md +++ b/docs/ru/md/VK/Product-properties-management/Delete-product-property-variant.md @@ -19,6 +19,7 @@ sidebar_position: 7 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от VK +
diff --git a/docs/ru/md/VK/Product-properties-management/Delete-product-property.md b/docs/ru/md/VK/Product-properties-management/Delete-product-property.md index dde66d326..beb7781d1 100644 --- a/docs/ru/md/VK/Product-properties-management/Delete-product-property.md +++ b/docs/ru/md/VK/Product-properties-management/Delete-product-property.md @@ -19,6 +19,7 @@ sidebar_position: 4 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от VK +
diff --git a/docs/ru/md/VK/Product-properties-management/Edit-product-property-variant.md b/docs/ru/md/VK/Product-properties-management/Edit-product-property-variant.md index 85549f61f..25e3104f0 100644 --- a/docs/ru/md/VK/Product-properties-management/Edit-product-property-variant.md +++ b/docs/ru/md/VK/Product-properties-management/Edit-product-property-variant.md @@ -21,6 +21,7 @@ sidebar_position: 6 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от VK +
diff --git a/docs/ru/md/VK/Product-properties-management/Edit-product-property.md b/docs/ru/md/VK/Product-properties-management/Edit-product-property.md index 1f7c9a5ef..a25cc1f35 100644 --- a/docs/ru/md/VK/Product-properties-management/Edit-product-property.md +++ b/docs/ru/md/VK/Product-properties-management/Edit-product-property.md @@ -20,6 +20,7 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от VK +
diff --git a/docs/ru/md/VK/Product-properties-management/Get-property-list.md b/docs/ru/md/VK/Product-properties-management/Get-property-list.md index 8eba5da6b..a3f332047 100644 --- a/docs/ru/md/VK/Product-properties-management/Get-property-list.md +++ b/docs/ru/md/VK/Product-properties-management/Get-property-list.md @@ -18,6 +18,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от VK +
diff --git a/docs/ru/md/VK/Product-selection-management/Add-product-to-collection.md b/docs/ru/md/VK/Product-selection-management/Add-product-to-collection.md index 5b2c0b2cf..b72827e1f 100644 --- a/docs/ru/md/VK/Product-selection-management/Add-product-to-collection.md +++ b/docs/ru/md/VK/Product-selection-management/Add-product-to-collection.md @@ -20,6 +20,7 @@ sidebar_position: 5 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от VK +
diff --git a/docs/ru/md/VK/Product-selection-management/Create-product-collection.md b/docs/ru/md/VK/Product-selection-management/Create-product-collection.md index 949462657..f785bd20c 100644 --- a/docs/ru/md/VK/Product-selection-management/Create-product-collection.md +++ b/docs/ru/md/VK/Product-selection-management/Create-product-collection.md @@ -22,6 +22,7 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от VK +
diff --git a/docs/ru/md/VK/Product-selection-management/Delete-selection.md b/docs/ru/md/VK/Product-selection-management/Delete-selection.md index 30005a0c0..ea11697bc 100644 --- a/docs/ru/md/VK/Product-selection-management/Delete-selection.md +++ b/docs/ru/md/VK/Product-selection-management/Delete-selection.md @@ -19,6 +19,7 @@ sidebar_position: 7 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от VK +
diff --git a/docs/ru/md/VK/Product-selection-management/Edit-product-collection.md b/docs/ru/md/VK/Product-selection-management/Edit-product-collection.md index e085531e7..13c098841 100644 --- a/docs/ru/md/VK/Product-selection-management/Edit-product-collection.md +++ b/docs/ru/md/VK/Product-selection-management/Edit-product-collection.md @@ -23,6 +23,7 @@ sidebar_position: 4 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от VK +
diff --git a/docs/ru/md/VK/Product-selection-management/Get-selection-list.md b/docs/ru/md/VK/Product-selection-management/Get-selection-list.md index 358ae0a3c..b12f15992 100644 --- a/docs/ru/md/VK/Product-selection-management/Get-selection-list.md +++ b/docs/ru/md/VK/Product-selection-management/Get-selection-list.md @@ -18,6 +18,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - Массив соответствий подборок +
diff --git a/docs/ru/md/VK/Product-selection-management/Get-selections-by-id.md b/docs/ru/md/VK/Product-selection-management/Get-selections-by-id.md index fb7309cad..be92ac096 100644 --- a/docs/ru/md/VK/Product-selection-management/Get-selections-by-id.md +++ b/docs/ru/md/VK/Product-selection-management/Get-selections-by-id.md @@ -19,6 +19,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от VK +
diff --git a/docs/ru/md/VK/Product-selection-management/Remove-product-from-selection.md b/docs/ru/md/VK/Product-selection-management/Remove-product-from-selection.md index 8bf31da8b..e7638ed34 100644 --- a/docs/ru/md/VK/Product-selection-management/Remove-product-from-selection.md +++ b/docs/ru/md/VK/Product-selection-management/Remove-product-from-selection.md @@ -20,6 +20,7 @@ sidebar_position: 6 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от VK +
diff --git a/docs/ru/md/VK/Statistics/Get-post-statistics.md b/docs/ru/md/VK/Statistics/Get-post-statistics.md index 5210bdab9..614b0a238 100644 --- a/docs/ru/md/VK/Statistics/Get-post-statistics.md +++ b/docs/ru/md/VK/Statistics/Get-post-statistics.md @@ -19,6 +19,7 @@ sidebar_position: 2 Возвращаемое значение: Массив из Произвольный - Массив данных статистики по постам +
diff --git a/docs/ru/md/VK/Statistics/Get-statistics.md b/docs/ru/md/VK/Statistics/Get-statistics.md index 0ac85f767..0c59bae81 100644 --- a/docs/ru/md/VK/Statistics/Get-statistics.md +++ b/docs/ru/md/VK/Statistics/Get-statistics.md @@ -20,6 +20,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от VK +
diff --git a/docs/ru/md/VK/Token-retrieval/Create-token-retrieval-link.md b/docs/ru/md/VK/Token-retrieval/Create-token-retrieval-link.md index 5893ea17d..99e7a0a3d 100644 --- a/docs/ru/md/VK/Token-retrieval/Create-token-retrieval-link.md +++ b/docs/ru/md/VK/Token-retrieval/Create-token-retrieval-link.md @@ -18,6 +18,7 @@ sidebar_position: 1 Возвращаемое значение: Строка - URL, по которому необходимо перейти в браузере +
diff --git a/docs/ru/md/Viber/Message-sending/Create-keyboard-from-array-button.md b/docs/ru/md/Viber/Message-sending/Create-keyboard-from-array-button.md index 9d4e6d5aa..ff9f72602 100644 --- a/docs/ru/md/Viber/Message-sending/Create-keyboard-from-array-button.md +++ b/docs/ru/md/Viber/Message-sending/Create-keyboard-from-array-button.md @@ -20,6 +20,7 @@ sidebar_position: 7 Возвращаемое значение: Структура - Сформировать клавиатуру из массива кнопок: +
diff --git a/docs/ru/md/Viber/Message-sending/Send-contact.md b/docs/ru/md/Viber/Message-sending/Send-contact.md index 0fa64fe5d..dfee6ca08 100644 --- a/docs/ru/md/Viber/Message-sending/Send-contact.md +++ b/docs/ru/md/Viber/Message-sending/Send-contact.md @@ -22,6 +22,7 @@ sidebar_position: 4 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Viber +
diff --git a/docs/ru/md/Viber/Message-sending/Send-file.md b/docs/ru/md/Viber/Message-sending/Send-file.md index faacba2f6..c27ed8bba 100644 --- a/docs/ru/md/Viber/Message-sending/Send-file.md +++ b/docs/ru/md/Viber/Message-sending/Send-file.md @@ -23,6 +23,7 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Viber +
diff --git a/docs/ru/md/Viber/Message-sending/Send-image.md b/docs/ru/md/Viber/Message-sending/Send-image.md index fb62bd06d..67ffce711 100644 --- a/docs/ru/md/Viber/Message-sending/Send-image.md +++ b/docs/ru/md/Viber/Message-sending/Send-image.md @@ -22,6 +22,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Viber +
diff --git a/docs/ru/md/Viber/Message-sending/Send-link.md b/docs/ru/md/Viber/Message-sending/Send-link.md index f2e941505..67b375d22 100644 --- a/docs/ru/md/Viber/Message-sending/Send-link.md +++ b/docs/ru/md/Viber/Message-sending/Send-link.md @@ -21,6 +21,7 @@ sidebar_position: 6 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Viber +
diff --git a/docs/ru/md/Viber/Message-sending/Send-location.md b/docs/ru/md/Viber/Message-sending/Send-location.md index 3504bc5c9..a13863b13 100644 --- a/docs/ru/md/Viber/Message-sending/Send-location.md +++ b/docs/ru/md/Viber/Message-sending/Send-location.md @@ -22,6 +22,7 @@ sidebar_position: 5 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Viber +
diff --git a/docs/ru/md/Viber/Message-sending/Send-text-message.md b/docs/ru/md/Viber/Message-sending/Send-text-message.md index c3ebb6f0c..7848308e5 100644 --- a/docs/ru/md/Viber/Message-sending/Send-text-message.md +++ b/docs/ru/md/Viber/Message-sending/Send-text-message.md @@ -22,6 +22,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Viber +
diff --git a/docs/ru/md/Viber/Settings-and-information/Get-channel-information.md b/docs/ru/md/Viber/Settings-and-information/Get-channel-information.md index bc89a0af0..3e327a066 100644 --- a/docs/ru/md/Viber/Settings-and-information/Get-channel-information.md +++ b/docs/ru/md/Viber/Settings-and-information/Get-channel-information.md @@ -18,6 +18,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Viber +
diff --git a/docs/ru/md/Viber/Settings-and-information/Get-online-users.md b/docs/ru/md/Viber/Settings-and-information/Get-online-users.md index 31934ab75..96ed7114b 100644 --- a/docs/ru/md/Viber/Settings-and-information/Get-online-users.md +++ b/docs/ru/md/Viber/Settings-and-information/Get-online-users.md @@ -19,6 +19,7 @@ sidebar_position: 4 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Viber +
diff --git a/docs/ru/md/Viber/Settings-and-information/Get-user-data.md b/docs/ru/md/Viber/Settings-and-information/Get-user-data.md index 919122074..038cb210e 100644 --- a/docs/ru/md/Viber/Settings-and-information/Get-user-data.md +++ b/docs/ru/md/Viber/Settings-and-information/Get-user-data.md @@ -19,6 +19,7 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Viber +
diff --git a/docs/ru/md/Viber/Settings-and-information/Set-webhook.md b/docs/ru/md/Viber/Settings-and-information/Set-webhook.md index 57a9cee6f..a4089d257 100644 --- a/docs/ru/md/Viber/Settings-and-information/Set-webhook.md +++ b/docs/ru/md/Viber/Settings-and-information/Set-webhook.md @@ -19,6 +19,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Viber +
diff --git a/docs/ru/md/Yandex_Disk/File-and-folder-management/Create-folder.md b/docs/ru/md/Yandex_Disk/File-and-folder-management/Create-folder.md index 3baed8eb8..e73f67966 100644 --- a/docs/ru/md/Yandex_Disk/File-and-folder-management/Create-folder.md +++ b/docs/ru/md/Yandex_Disk/File-and-folder-management/Create-folder.md @@ -19,6 +19,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Yandex +
diff --git a/docs/ru/md/Yandex_Disk/File-and-folder-management/Create-object-copy.md b/docs/ru/md/Yandex_Disk/File-and-folder-management/Create-object-copy.md index 04381e8d9..1dcca1aa2 100644 --- a/docs/ru/md/Yandex_Disk/File-and-folder-management/Create-object-copy.md +++ b/docs/ru/md/Yandex_Disk/File-and-folder-management/Create-object-copy.md @@ -21,6 +21,7 @@ sidebar_position: 5 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Yandex +
diff --git a/docs/ru/md/Yandex_Disk/File-and-folder-management/Delete-object.md b/docs/ru/md/Yandex_Disk/File-and-folder-management/Delete-object.md index 8182beca8..13f97456a 100644 --- a/docs/ru/md/Yandex_Disk/File-and-folder-management/Delete-object.md +++ b/docs/ru/md/Yandex_Disk/File-and-folder-management/Delete-object.md @@ -20,6 +20,7 @@ sidebar_position: 4 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Yandex +
diff --git a/docs/ru/md/Yandex_Disk/File-and-folder-management/Download-file.md b/docs/ru/md/Yandex_Disk/File-and-folder-management/Download-file.md index 044b9c6d3..84fcca793 100644 --- a/docs/ru/md/Yandex_Disk/File-and-folder-management/Download-file.md +++ b/docs/ru/md/Yandex_Disk/File-and-folder-management/Download-file.md @@ -20,6 +20,7 @@ sidebar_position: 7 Возвращаемое значение: ДвоичныеДанные,Строка - Двоичные данные или путь к файлу при указании параметра ПутьСохранения +
diff --git a/docs/ru/md/Yandex_Disk/File-and-folder-management/Get-disk-information.md b/docs/ru/md/Yandex_Disk/File-and-folder-management/Get-disk-information.md index 38c29d5ec..387991632 100644 --- a/docs/ru/md/Yandex_Disk/File-and-folder-management/Get-disk-information.md +++ b/docs/ru/md/Yandex_Disk/File-and-folder-management/Get-disk-information.md @@ -18,6 +18,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Yandex +
diff --git a/docs/ru/md/Yandex_Disk/File-and-folder-management/Get-download-link.md b/docs/ru/md/Yandex_Disk/File-and-folder-management/Get-download-link.md index 1106b1390..18f59b64d 100644 --- a/docs/ru/md/Yandex_Disk/File-and-folder-management/Get-download-link.md +++ b/docs/ru/md/Yandex_Disk/File-and-folder-management/Get-download-link.md @@ -19,6 +19,7 @@ sidebar_position: 6 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Yandex +
diff --git a/docs/ru/md/Yandex_Disk/File-and-folder-management/Get-files-list.md b/docs/ru/md/Yandex_Disk/File-and-folder-management/Get-files-list.md index 1ca00d1e7..72d65ce0a 100644 --- a/docs/ru/md/Yandex_Disk/File-and-folder-management/Get-files-list.md +++ b/docs/ru/md/Yandex_Disk/File-and-folder-management/Get-files-list.md @@ -22,6 +22,7 @@ sidebar_position: 8 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Yandex +
diff --git a/docs/ru/md/Yandex_Disk/File-and-folder-management/Get-object.md b/docs/ru/md/Yandex_Disk/File-and-folder-management/Get-object.md index bedbaa1d5..e998af705 100644 --- a/docs/ru/md/Yandex_Disk/File-and-folder-management/Get-object.md +++ b/docs/ru/md/Yandex_Disk/File-and-folder-management/Get-object.md @@ -19,6 +19,7 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Yandex +
diff --git a/docs/ru/md/Yandex_Disk/File-and-folder-management/Move-object.md b/docs/ru/md/Yandex_Disk/File-and-folder-management/Move-object.md index e9a952736..e17800f94 100644 --- a/docs/ru/md/Yandex_Disk/File-and-folder-management/Move-object.md +++ b/docs/ru/md/Yandex_Disk/File-and-folder-management/Move-object.md @@ -21,6 +21,7 @@ sidebar_position: 9 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Yandex +
diff --git a/docs/ru/md/Yandex_Disk/File-and-folder-management/Upload-file-by-url.md b/docs/ru/md/Yandex_Disk/File-and-folder-management/Upload-file-by-url.md index d9d2d4a2b..d5350af54 100644 --- a/docs/ru/md/Yandex_Disk/File-and-folder-management/Upload-file-by-url.md +++ b/docs/ru/md/Yandex_Disk/File-and-folder-management/Upload-file-by-url.md @@ -20,6 +20,7 @@ sidebar_position: 11 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Yandex +
diff --git a/docs/ru/md/Yandex_Disk/File-and-folder-management/Upload-file.md b/docs/ru/md/Yandex_Disk/File-and-folder-management/Upload-file.md index 9ab9e84f9..46917df1f 100644 --- a/docs/ru/md/Yandex_Disk/File-and-folder-management/Upload-file.md +++ b/docs/ru/md/Yandex_Disk/File-and-folder-management/Upload-file.md @@ -21,6 +21,7 @@ sidebar_position: 10 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Yandex +
diff --git a/docs/ru/md/Yandex_Disk/Manage-public-access/Cancel-object-publication.md b/docs/ru/md/Yandex_Disk/Manage-public-access/Cancel-object-publication.md index 5c972fde3..3d413a690 100644 --- a/docs/ru/md/Yandex_Disk/Manage-public-access/Cancel-object-publication.md +++ b/docs/ru/md/Yandex_Disk/Manage-public-access/Cancel-object-publication.md @@ -19,6 +19,7 @@ sidebar_position: 2 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Yandex +
diff --git a/docs/ru/md/Yandex_Disk/Manage-public-access/Get-download-link-for-public-object.md b/docs/ru/md/Yandex_Disk/Manage-public-access/Get-download-link-for-public-object.md index 4b2e25a33..aa2562099 100644 --- a/docs/ru/md/Yandex_Disk/Manage-public-access/Get-download-link-for-public-object.md +++ b/docs/ru/md/Yandex_Disk/Manage-public-access/Get-download-link-for-public-object.md @@ -20,6 +20,7 @@ sidebar_position: 5 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Yandex +
diff --git a/docs/ru/md/Yandex_Disk/Manage-public-access/Get-public-object.md b/docs/ru/md/Yandex_Disk/Manage-public-access/Get-public-object.md index 40b81e5c2..2e1402a2c 100644 --- a/docs/ru/md/Yandex_Disk/Manage-public-access/Get-public-object.md +++ b/docs/ru/md/Yandex_Disk/Manage-public-access/Get-public-object.md @@ -21,6 +21,7 @@ sidebar_position: 4 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Yandex +
diff --git a/docs/ru/md/Yandex_Disk/Manage-public-access/Get-published-objects-list.md b/docs/ru/md/Yandex_Disk/Manage-public-access/Get-published-objects-list.md index adb0a1b0b..01f210e98 100644 --- a/docs/ru/md/Yandex_Disk/Manage-public-access/Get-published-objects-list.md +++ b/docs/ru/md/Yandex_Disk/Manage-public-access/Get-published-objects-list.md @@ -20,6 +20,7 @@ sidebar_position: 3 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Yandex +
diff --git a/docs/ru/md/Yandex_Disk/Manage-public-access/Publish-object.md b/docs/ru/md/Yandex_Disk/Manage-public-access/Publish-object.md index 48f349243..b2957db4b 100644 --- a/docs/ru/md/Yandex_Disk/Manage-public-access/Publish-object.md +++ b/docs/ru/md/Yandex_Disk/Manage-public-access/Publish-object.md @@ -19,6 +19,7 @@ sidebar_position: 1 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Yandex +
diff --git a/docs/ru/md/Yandex_Disk/Manage-public-access/Save-public-object-to-disk.md b/docs/ru/md/Yandex_Disk/Manage-public-access/Save-public-object-to-disk.md index 3765d47ae..a4e6b1b34 100644 --- a/docs/ru/md/Yandex_Disk/Manage-public-access/Save-public-object-to-disk.md +++ b/docs/ru/md/Yandex_Disk/Manage-public-access/Save-public-object-to-disk.md @@ -21,6 +21,7 @@ sidebar_position: 6 Возвращаемое значение: Соответствие Из КлючИЗначение - сериализованный JSON ответа от Yandex +