@hoyongjin/gitbook-mcp 1.0.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +44 -0
- package/README.md +52 -28
- package/dist/config.d.ts +9 -0
- package/dist/config.js +37 -1
- package/dist/gitbook/client.d.ts +15 -0
- package/dist/gitbook/client.js +29 -0
- package/dist/gitbook/import-url.d.ts +16 -9
- package/dist/gitbook/import-url.js +22 -13
- package/dist/tools/bespoke.d.ts +12 -0
- package/dist/tools/bespoke.js +166 -0
- package/dist/tools/factory.d.ts +17 -0
- package/dist/tools/factory.js +63 -0
- package/dist/tools/index.d.ts +22 -3
- package/dist/tools/index.js +49 -10
- package/dist/tools/manifest.d.ts +35 -0
- package/dist/tools/manifest.js +361 -0
- package/dist/tools/toolsets.d.ts +17 -0
- package/dist/tools/toolsets.js +28 -0
- package/package.json +5 -3
- package/dist/tools/read.d.ts +0 -4
- package/dist/tools/read.js +0 -91
- package/dist/tools/write.d.ts +0 -8
- package/dist/tools/write.js +0 -88
|
@@ -0,0 +1,361 @@
|
|
|
1
|
+
// AUTO-GENERATED by scripts/generate-manifest.mjs — DO NOT EDIT BY HAND.
|
|
2
|
+
// Run `npm run generate:manifest` after bumping @gitbook/api. Source of truth
|
|
3
|
+
// for the tool surface: counts, gating, and annotations all derive from this.
|
|
4
|
+
/** Every @gitbook/api client namespace (generated from the Api class). */
|
|
5
|
+
export const VALID_NAMESPACES = ["ads", "collections", "customHostnames", "emailDomains", "git", "integrations", "org", "orgs", "spaces", "subdomains", "urls", "user", "users"];
|
|
6
|
+
export const MANIFEST = [
|
|
7
|
+
{ name: "gitbook_comment_change_request", op: "postCommentInChangeRequest", namespace: "spaces", verb: "POST", path: "/spaces/{spaceId}/change-requests/{changeRequestId}/comments", summary: "Create a change request comment", pathParams: ["spaceId", "changeRequestId"], dataArg: "data", tag: "change-request-comments", toolset: "change-requests", kind: "write", returnShape: "scalar", bespoke: true },
|
|
8
|
+
{ name: "gitbook_create_change_request", op: "createChangeRequest", namespace: "spaces", verb: "POST", path: "/spaces/{spaceId}/change-requests", summary: "Create a change request", pathParams: ["spaceId"], dataArg: "data", tag: "change-requests", toolset: "change-requests", kind: "write", returnShape: "scalar", bespoke: true },
|
|
9
|
+
{ name: "gitbook_delete_comment_in_change_request", op: "deleteCommentInChangeRequest", namespace: "spaces", verb: "DELETE", path: "/spaces/{spaceId}/change-requests/{changeRequestId}/comments/{commentId}", summary: "Delete a change request comment", pathParams: ["spaceId", "changeRequestId", "commentId"], dataArg: null, tag: "change-request-comments", toolset: "change-requests", kind: "destructive", returnShape: "void" },
|
|
10
|
+
{ name: "gitbook_delete_comment_reply_in_change_request", op: "deleteCommentReplyInChangeRequest", namespace: "spaces", verb: "DELETE", path: "/spaces/{spaceId}/change-requests/{changeRequestId}/comments/{commentId}/replies/{commentReplyId}", summary: "Delete a change request comment reply", pathParams: ["spaceId", "changeRequestId", "commentId", "commentReplyId"], dataArg: null, tag: "change-request-comments", toolset: "change-requests", kind: "destructive", returnShape: "void" },
|
|
11
|
+
{ name: "gitbook_get_change_request_by_id", op: "getChangeRequestById", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/change-requests/{changeRequestId}", summary: "Get a change request by its ID", pathParams: ["spaceId", "changeRequestId"], dataArg: null, tag: "change-requests", toolset: "change-requests", kind: "read", returnShape: "scalar" },
|
|
12
|
+
{ name: "gitbook_get_change_request_changes", op: "getChangeRequestChanges", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/change-requests/{changeRequestId}/changes", summary: "Get change request semantic changes", pathParams: ["spaceId", "changeRequestId"], dataArg: "query", tag: "change-request-content", toolset: "change-requests", kind: "read", returnShape: "scalar" },
|
|
13
|
+
{ name: "gitbook_get_change_request_pdf", op: "getChangeRequestPdf", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/change-requests/{changeRequestId}/pdf", summary: "Get a URL of the content of a change request as PDF", pathParams: ["spaceId", "changeRequestId"], dataArg: "query", tag: "change-requests", toolset: "change-requests", kind: "read", returnShape: "scalar" },
|
|
14
|
+
{ name: "gitbook_get_change_request_review_by_id", op: "getChangeRequestReviewById", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/change-requests/{changeRequestId}/reviews/{reviewId}", summary: "Get a change request review by its ID", pathParams: ["spaceId", "changeRequestId", "reviewId"], dataArg: "query", tag: "change-requests-reviews", toolset: "change-requests", kind: "read", returnShape: "scalar" },
|
|
15
|
+
{ name: "gitbook_get_comment_in_change_request", op: "getCommentInChangeRequest", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/change-requests/{changeRequestId}/comments/{commentId}", summary: "Get a change request comment", pathParams: ["spaceId", "changeRequestId", "commentId"], dataArg: "query", tag: "change-request-comments", toolset: "change-requests", kind: "read", returnShape: "scalar" },
|
|
16
|
+
{ name: "gitbook_get_comment_reply_in_change_request", op: "getCommentReplyInChangeRequest", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/change-requests/{changeRequestId}/comments/{commentId}/replies/{commentReplyId}", summary: "Get a change request comment reply", pathParams: ["spaceId", "changeRequestId", "commentId", "commentReplyId"], dataArg: "query", tag: "change-request-comments", toolset: "change-requests", kind: "read", returnShape: "scalar" },
|
|
17
|
+
{ name: "gitbook_get_contributors_by_change_request_id", op: "getContributorsByChangeRequestId", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/change-requests/{changeRequestId}/contributors", summary: "Get all contribors of a change request", pathParams: ["spaceId", "changeRequestId"], dataArg: null, tag: "change-request-contributors", toolset: "change-requests", kind: "read", returnShape: "items" },
|
|
18
|
+
{ name: "gitbook_get_file_in_change_request_by_id", op: "getFileInChangeRequestById", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/change-requests/{changeRequestId}/content/files/{fileId}", summary: "Get a change request file by its ID", pathParams: ["spaceId", "changeRequestId", "fileId"], dataArg: "query", tag: "change-request-content", toolset: "change-requests", kind: "read", returnShape: "scalar" },
|
|
19
|
+
{ name: "gitbook_get_page_in_change_request_by_id", op: "getPageInChangeRequestById", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/change-requests/{changeRequestId}/content/page/{pageId}", summary: "Get a change request page by its ID", pathParams: ["spaceId", "changeRequestId", "pageId"], dataArg: "query", tag: "change-request-content", toolset: "change-requests", kind: "read", returnShape: "scalar" },
|
|
20
|
+
{ name: "gitbook_get_page_in_change_request_by_path", op: "getPageInChangeRequestByPath", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/change-requests/{changeRequestId}/content/path/{pagePath}", summary: "Get a change request page by its path", pathParams: ["spaceId", "changeRequestId", "pagePath"], dataArg: "query", tag: "change-request-content", toolset: "change-requests", kind: "read", returnShape: "scalar" },
|
|
21
|
+
{ name: "gitbook_get_requested_reviewers_by_change_request_id", op: "getRequestedReviewersByChangeRequestId", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/change-requests/{changeRequestId}/requested-reviewers", summary: "Get all change request reviewers", pathParams: ["spaceId", "changeRequestId"], dataArg: "query", tag: "change-request-reviewers", toolset: "change-requests", kind: "read", returnShape: "items" },
|
|
22
|
+
{ name: "gitbook_get_reusable_content_in_change_request_by_id", op: "getReusableContentInChangeRequestById", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/change-requests/{changeRequestId}/content/reusable-contents/{reusableContentId}", summary: "Get a change request reusable content by its ID", pathParams: ["spaceId", "changeRequestId", "reusableContentId"], dataArg: "query", tag: "change-request-content", toolset: "change-requests", kind: "read", returnShape: "scalar" },
|
|
23
|
+
{ name: "gitbook_get_reviews_by_change_request_id", op: "getReviewsByChangeRequestId", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/change-requests/{changeRequestId}/reviews", summary: "List all change request reviews", pathParams: ["spaceId", "changeRequestId"], dataArg: "query", tag: "change-requests-reviews", toolset: "change-requests", kind: "read", returnShape: "items" },
|
|
24
|
+
{ name: "gitbook_get_revision_of_change_request_by_id", op: "getRevisionOfChangeRequestById", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/change-requests/{changeRequestId}/content", summary: "Get a change request the latest content revision", pathParams: ["spaceId", "changeRequestId"], dataArg: "query", tag: "change-request-content", toolset: "change-requests", kind: "read", returnShape: "scalar" },
|
|
25
|
+
{ name: "gitbook_list_change_request_file_backlinks", op: "listChangeRequestFileBacklinks", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/change-requests/{changeRequestId}/content/files/{fileId}/backlinks", summary: "List all backlink locations of a change request file", pathParams: ["spaceId", "changeRequestId", "fileId"], dataArg: "query", tag: "change-request-content", toolset: "change-requests", kind: "read", returnShape: "items" },
|
|
26
|
+
{ name: "gitbook_list_change_request_links", op: "listChangeRequestLinks", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/change-requests/{changeRequestId}/links", summary: "List all change request links", pathParams: ["spaceId", "changeRequestId"], dataArg: "query", tag: "change-requests-links", toolset: "change-requests", kind: "read", returnShape: "items" },
|
|
27
|
+
{ name: "gitbook_list_change_request_page_backlinks", op: "listChangeRequestPageBacklinks", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/change-requests/{changeRequestId}/content/page/{pageId}/backlinks", summary: "List all backlink locations of a change request page", pathParams: ["spaceId", "changeRequestId", "pageId"], dataArg: "query", tag: "change-request-content", toolset: "change-requests", kind: "read", returnShape: "items" },
|
|
28
|
+
{ name: "gitbook_list_change_request_page_meta_links", op: "listChangeRequestPageMetaLinks", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/change-requests/{changeRequestId}/content/page/{pageId}/meta-links", summary: "List all meta links of a change request page", pathParams: ["spaceId", "changeRequestId", "pageId"], dataArg: null, tag: "change-request-content", toolset: "change-requests", kind: "read", returnShape: "scalar" },
|
|
29
|
+
{ name: "gitbook_list_change_requests_for_organization", op: "listChangeRequestsForOrganization", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/change-requests", summary: "List all change requests in an organization", pathParams: ["organizationId"], dataArg: "query", tag: "change-requests", toolset: "change-requests", kind: "read", returnShape: "items" },
|
|
30
|
+
{ name: "gitbook_list_change_requests_for_space", op: "listChangeRequestsForSpace", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/change-requests", summary: "List all change requests", pathParams: ["spaceId"], dataArg: "query", tag: "change-requests", toolset: "change-requests", kind: "read", returnShape: "items" },
|
|
31
|
+
{ name: "gitbook_list_comment_replies_in_change_request", op: "listCommentRepliesInChangeRequest", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/change-requests/{changeRequestId}/comments/{commentId}/replies", summary: "List all change request comment replies", pathParams: ["spaceId", "changeRequestId", "commentId"], dataArg: "query", tag: "change-request-comments", toolset: "change-requests", kind: "read", returnShape: "items" },
|
|
32
|
+
{ name: "gitbook_list_commenters_in_change_request", op: "listCommentersInChangeRequest", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/change-requests/{changeRequestId}/commenters", summary: "List all users who commented in a CR", pathParams: ["spaceId", "changeRequestId"], dataArg: "query", tag: "change-request-comments", toolset: "change-requests", kind: "read", returnShape: "items" },
|
|
33
|
+
{ name: "gitbook_list_comments_in_change_request", op: "listCommentsInChangeRequest", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/change-requests/{changeRequestId}/comments", summary: "List all change request comments", pathParams: ["spaceId", "changeRequestId"], dataArg: "query", tag: "change-request-comments", toolset: "change-requests", kind: "read", returnShape: "items" },
|
|
34
|
+
{ name: "gitbook_list_files_in_change_request_by_id", op: "listFilesInChangeRequestById", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/change-requests/{changeRequestId}/content/files", summary: "List all change request files", pathParams: ["spaceId", "changeRequestId"], dataArg: "query", tag: "change-request-content", toolset: "change-requests", kind: "read", returnShape: "items" },
|
|
35
|
+
{ name: "gitbook_list_page_links_in_change_request", op: "listPageLinksInChangeRequest", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/change-requests/{changeRequestId}/content/page/{pageId}/links", summary: "List all change request links", pathParams: ["spaceId", "changeRequestId", "pageId"], dataArg: "query", tag: "change-request-content", toolset: "change-requests", kind: "read", returnShape: "items" },
|
|
36
|
+
{ name: "gitbook_list_pages_in_change_request", op: "listPagesInChangeRequest", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/change-requests/{changeRequestId}/content/pages", summary: "List all change request pages", pathParams: ["spaceId", "changeRequestId"], dataArg: "query", tag: "change-request-content", toolset: "change-requests", kind: "read", returnShape: "pages" },
|
|
37
|
+
{ name: "gitbook_merge_change_request", op: "mergeChangeRequest", namespace: "spaces", verb: "POST", path: "/spaces/{spaceId}/change-requests/{changeRequestId}/merge", summary: "Merge a change request", pathParams: ["spaceId", "changeRequestId"], dataArg: null, tag: "change-requests", toolset: "change-requests", kind: "destructive", returnShape: "scalar", bespoke: true, legacy: true },
|
|
38
|
+
{ name: "gitbook_post_comment_reply_in_change_request", op: "postCommentReplyInChangeRequest", namespace: "spaces", verb: "POST", path: "/spaces/{spaceId}/change-requests/{changeRequestId}/comments/{commentId}/replies", summary: "Create a change request comment reply", pathParams: ["spaceId", "changeRequestId", "commentId"], dataArg: "data", tag: "change-request-comments", toolset: "change-requests", kind: "write", returnShape: "scalar" },
|
|
39
|
+
{ name: "gitbook_remove_requested_reviewer_from_change_request", op: "removeRequestedReviewerFromChangeRequest", namespace: "spaces", verb: "DELETE", path: "/spaces/{spaceId}/change-requests/{changeRequestId}/requested-reviewers/{userId}", summary: "Remove a reviewer from a change request", pathParams: ["spaceId", "changeRequestId", "userId"], dataArg: null, tag: "change-request-reviewers", toolset: "change-requests", kind: "destructive", returnShape: "void" },
|
|
40
|
+
{ name: "gitbook_request_reviewers_for_change_request", op: "requestReviewersForChangeRequest", namespace: "spaces", verb: "POST", path: "/spaces/{spaceId}/change-requests/{changeRequestId}/requested-reviewers", summary: "Request change request reviewers", pathParams: ["spaceId", "changeRequestId"], dataArg: "data", tag: "change-request-reviewers", toolset: "change-requests", kind: "write", returnShape: "scalar" },
|
|
41
|
+
{ name: "gitbook_submit_change_request_review", op: "submitChangeRequestReview", namespace: "spaces", verb: "POST", path: "/spaces/{spaceId}/change-requests/{changeRequestId}/reviews", summary: "Submit a change request review", pathParams: ["spaceId", "changeRequestId"], dataArg: "data", tag: "change-requests-reviews", toolset: "change-requests", kind: "write", returnShape: "scalar" },
|
|
42
|
+
{ name: "gitbook_update_change_request", op: "updateChangeRequest", namespace: "spaces", verb: "POST", path: "/spaces/{spaceId}/change-requests/{changeRequestId}/update", summary: "Pull primary content into the change request", pathParams: ["spaceId", "changeRequestId"], dataArg: null, tag: "change-requests", toolset: "change-requests", kind: "write", returnShape: "scalar" },
|
|
43
|
+
{ name: "gitbook_update_change_request_by_id", op: "updateChangeRequestById", namespace: "spaces", verb: "PATCH", path: "/spaces/{spaceId}/change-requests/{changeRequestId}", summary: "Update a change request", pathParams: ["spaceId", "changeRequestId"], dataArg: "data", tag: "change-requests", toolset: "change-requests", kind: "write", returnShape: "scalar" },
|
|
44
|
+
{ name: "gitbook_update_comment_in_change_request", op: "updateCommentInChangeRequest", namespace: "spaces", verb: "PUT", path: "/spaces/{spaceId}/change-requests/{changeRequestId}/comments/{commentId}", summary: "Update a change request comment", pathParams: ["spaceId", "changeRequestId", "commentId"], dataArg: "data", tag: "change-request-comments", toolset: "change-requests", kind: "write", returnShape: "scalar" },
|
|
45
|
+
{ name: "gitbook_update_comment_reply_in_change_request", op: "updateCommentReplyInChangeRequest", namespace: "spaces", verb: "PUT", path: "/spaces/{spaceId}/change-requests/{changeRequestId}/comments/{commentId}/replies/{commentReplyId}", summary: "Update a change request comment reply", pathParams: ["spaceId", "changeRequestId", "commentId", "commentReplyId"], dataArg: "data", tag: "change-request-comments", toolset: "change-requests", kind: "write", returnShape: "scalar" },
|
|
46
|
+
{ name: "gitbook_create_collection", op: "createCollection", namespace: "orgs", verb: "POST", path: "/orgs/{organizationId}/collections", summary: "Create a collection", pathParams: ["organizationId"], dataArg: "data", tag: "collections", toolset: "collections", kind: "write", returnShape: "scalar" },
|
|
47
|
+
{ name: "gitbook_delete_collection_by_id", op: "deleteCollectionById", namespace: "collections", verb: "DELETE", path: "/collections/{collectionId}", summary: "Delete a collection", pathParams: ["collectionId"], dataArg: null, tag: "collections", toolset: "collections", kind: "destructive", returnShape: "void" },
|
|
48
|
+
{ name: "gitbook_get_collection_by_id", op: "getCollectionById", namespace: "collections", verb: "GET", path: "/collections/{collectionId}", summary: "Get a collection by its ID", pathParams: ["collectionId"], dataArg: null, tag: "collections", toolset: "collections", kind: "read", returnShape: "scalar" },
|
|
49
|
+
{ name: "gitbook_invite_to_collection", op: "inviteToCollection", namespace: "collections", verb: "POST", path: "/collections/{collectionId}/permissions", summary: "Invite to a collection", pathParams: ["collectionId"], dataArg: "data", tag: "collection-permissions", toolset: "collections", kind: "write", returnShape: "void" },
|
|
50
|
+
{ name: "gitbook_list_collections_in_organization_by_id", op: "listCollectionsInOrganizationById", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/collections", summary: "List all collections", pathParams: ["organizationId"], dataArg: "query", tag: "collections", toolset: "collections", kind: "read", returnShape: "items" },
|
|
51
|
+
{ name: "gitbook_list_spaces_in_collection_by_id", op: "listSpacesInCollectionById", namespace: "collections", verb: "GET", path: "/collections/{collectionId}/spaces", summary: "List all collection spaces", pathParams: ["collectionId"], dataArg: "query", tag: "collections", toolset: "collections", kind: "read", returnShape: "items" },
|
|
52
|
+
{ name: "gitbook_list_team_permissions_in_collection", op: "listTeamPermissionsInCollection", namespace: "collections", verb: "GET", path: "/collections/{collectionId}/permissions/teams", summary: "List an org team's permission in collection", pathParams: ["collectionId"], dataArg: "query", tag: "collection-permissions", toolset: "collections", kind: "read", returnShape: "items" },
|
|
53
|
+
{ name: "gitbook_list_user_permissions_in_collection", op: "listUserPermissionsInCollection", namespace: "collections", verb: "GET", path: "/collections/{collectionId}/permissions/users", summary: "List collection user permissions", pathParams: ["collectionId"], dataArg: "query", tag: "collection-permissions", toolset: "collections", kind: "read", returnShape: "items" },
|
|
54
|
+
{ name: "gitbook_move_collection", op: "moveCollection", namespace: "collections", verb: "POST", path: "/collections/{collectionId}/move", summary: "Move a collection to a new position.", pathParams: ["collectionId"], dataArg: "data", tag: "collections", toolset: "collections", kind: "write", returnShape: "scalar" },
|
|
55
|
+
{ name: "gitbook_remove_team_from_collection", op: "removeTeamFromCollection", namespace: "collections", verb: "DELETE", path: "/collections/{collectionId}/permissions/teams/{teamId}", summary: "Remove an org team from a collection", pathParams: ["collectionId", "teamId"], dataArg: null, tag: "collection-permissions", toolset: "collections", kind: "destructive", returnShape: "void" },
|
|
56
|
+
{ name: "gitbook_remove_user_from_collection", op: "removeUserFromCollection", namespace: "collections", verb: "DELETE", path: "/collections/{collectionId}/permissions/users/{userId}", summary: "Remove a user from a collection", pathParams: ["collectionId", "userId"], dataArg: null, tag: "collection-permissions", toolset: "collections", kind: "destructive", returnShape: "void" },
|
|
57
|
+
{ name: "gitbook_transfer_collection", op: "transferCollection", namespace: "collections", verb: "POST", path: "/collections/{collectionId}/transfer", summary: "Transfer a collection", pathParams: ["collectionId"], dataArg: "data", tag: "collections", toolset: "collections", kind: "write", returnShape: "scalar" },
|
|
58
|
+
{ name: "gitbook_update_collection_by_id", op: "updateCollectionById", namespace: "collections", verb: "PATCH", path: "/collections/{collectionId}", summary: "Update a collection", pathParams: ["collectionId"], dataArg: "data", tag: "collections", toolset: "collections", kind: "write", returnShape: "scalar" },
|
|
59
|
+
{ name: "gitbook_update_team_permission_in_collection", op: "updateTeamPermissionInCollection", namespace: "collections", verb: "PATCH", path: "/collections/{collectionId}/permissions/teams/{teamId}", summary: "Update an org team's permission in a collection", pathParams: ["collectionId", "teamId"], dataArg: "data", tag: "collection-permissions", toolset: "collections", kind: "write", returnShape: "void" },
|
|
60
|
+
{ name: "gitbook_update_user_permission_in_collection", op: "updateUserPermissionInCollection", namespace: "collections", verb: "PATCH", path: "/collections/{collectionId}/permissions/users/{userId}", summary: "Update a collection user permission", pathParams: ["collectionId", "userId"], dataArg: "data", tag: "collection-permissions", toolset: "collections", kind: "write", returnShape: "void" },
|
|
61
|
+
{ name: "gitbook_apply_template_to_space", op: "applyTemplateToSpace", namespace: "spaces", verb: "POST", path: "/spaces/{spaceId}/content/template", summary: "Apply a template to a space.", pathParams: ["spaceId"], dataArg: "data", tag: "space-content", toolset: "core", kind: "write", returnShape: "void" },
|
|
62
|
+
{ name: "gitbook_cancel_import_run", op: "cancelImportRun", namespace: "org", verb: "POST", path: "/org/{organizationId}/imports/{importRunId}/cancel", summary: "Cancel an import run", pathParams: ["organizationId", "importRunId"], dataArg: null, tag: "imports", toolset: "core", kind: "write", returnShape: "scalar", async: true },
|
|
63
|
+
{ name: "gitbook_create_space", op: "createSpace", namespace: "orgs", verb: "POST", path: "/orgs/{organizationId}/spaces", summary: "Create a space", pathParams: ["organizationId"], dataArg: "data", tag: "spaces", toolset: "core", kind: "write", returnShape: "scalar" },
|
|
64
|
+
{ name: "gitbook_create_user_notifications_token", op: "createUserNotificationsToken", namespace: "user", verb: "POST", path: "/user/notifications/token", summary: "Create a JWT to access the in-app notifications service", pathParams: [], dataArg: null, tag: "users", toolset: "core", kind: "write", returnShape: "scalar", exclude: true },
|
|
65
|
+
{ name: "gitbook_delete_comment_in_space", op: "deleteCommentInSpace", namespace: "spaces", verb: "DELETE", path: "/spaces/{spaceId}/comments/{commentId}", summary: "Delete a space comment", pathParams: ["spaceId", "commentId"], dataArg: null, tag: "space-comments", toolset: "core", kind: "destructive", returnShape: "void" },
|
|
66
|
+
{ name: "gitbook_delete_comment_reply_in_space", op: "deleteCommentReplyInSpace", namespace: "spaces", verb: "DELETE", path: "/spaces/{spaceId}/comments/{commentId}/replies/{commentReplyId}", summary: "Delete a space comment reply", pathParams: ["spaceId", "commentId", "commentReplyId"], dataArg: null, tag: "space-comments", toolset: "core", kind: "destructive", returnShape: "void" },
|
|
67
|
+
{ name: "gitbook_delete_space_by_id", op: "deleteSpaceById", namespace: "spaces", verb: "DELETE", path: "/spaces/{spaceId}", summary: "Delete a space", pathParams: ["spaceId"], dataArg: null, tag: "spaces", toolset: "core", kind: "destructive", returnShape: "void" },
|
|
68
|
+
{ name: "gitbook_duplicate_space", op: "duplicateSpace", namespace: "spaces", verb: "POST", path: "/spaces/{spaceId}/duplicate", summary: "Duplicate a space", pathParams: ["spaceId"], dataArg: null, tag: "spaces", toolset: "core", kind: "write", returnShape: "scalar" },
|
|
69
|
+
{ name: "gitbook_get_comment_in_space", op: "getCommentInSpace", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/comments/{commentId}", summary: "Get a space comment", pathParams: ["spaceId", "commentId"], dataArg: "query", tag: "space-comments", toolset: "core", kind: "read", returnShape: "scalar" },
|
|
70
|
+
{ name: "gitbook_get_comment_reply_in_space", op: "getCommentReplyInSpace", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/comments/{commentId}/replies/{commentReplyId}", summary: "Get a space comment reply", pathParams: ["spaceId", "commentId", "commentReplyId"], dataArg: "query", tag: "space-comments", toolset: "core", kind: "read", returnShape: "scalar" },
|
|
71
|
+
{ name: "gitbook_get_computed_document", op: "getComputedDocument", namespace: "spaces", verb: "POST", path: "/spaces/{spaceId}/content/computed/document", summary: "Get a space computed document", pathParams: ["spaceId"], dataArg: "data", tag: "space-content", toolset: "core", kind: "write", returnShape: "scalar" },
|
|
72
|
+
{ name: "gitbook_get_computed_revision", op: "getComputedRevision", namespace: "spaces", verb: "POST", path: "/spaces/{spaceId}/content/computed/revision", summary: "Get a space computed revision", pathParams: ["spaceId"], dataArg: "data", tag: "space-content", toolset: "core", kind: "write", returnShape: "pages" },
|
|
73
|
+
{ name: "gitbook_get_current_revision", op: "getCurrentRevision", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/content", summary: "Get a space current revision", pathParams: ["spaceId"], dataArg: "query", tag: "space-content", toolset: "core", kind: "read", returnShape: "scalar" },
|
|
74
|
+
{ name: "gitbook_get_document_by_id", op: "getDocumentById", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/documents/{documentId}", summary: "Get a space document by its ID", pathParams: ["spaceId", "documentId"], dataArg: "query", tag: "space-content", toolset: "core", kind: "read", returnShape: "scalar" },
|
|
75
|
+
{ name: "gitbook_get_embed_by_url_in_space", op: "getEmbedByUrlInSpace", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/embed", summary: "Resolve a URL to an embed in a given space", pathParams: ["spaceId"], dataArg: "query", tag: "space-embeds", toolset: "core", kind: "read", returnShape: "scalar" },
|
|
76
|
+
{ name: "gitbook_get_file_by_id", op: "getFileById", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/content/files/{fileId}", summary: "Get a space file by its ID", pathParams: ["spaceId", "fileId"], dataArg: "query", tag: "space-content", toolset: "core", kind: "read", returnShape: "scalar" },
|
|
77
|
+
{ name: "gitbook_get_file_in_revision_by_id", op: "getFileInRevisionById", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/revisions/{revisionId}/files/{fileId}", summary: "Get a space revision file by its ID", pathParams: ["spaceId", "revisionId", "fileId"], dataArg: "query", tag: "space-content", toolset: "core", kind: "read", returnShape: "scalar" },
|
|
78
|
+
{ name: "gitbook_get_organization_by_id", op: "getOrganizationById", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}", summary: "Get an organization by its ID", pathParams: ["organizationId"], dataArg: null, tag: "organizations", toolset: "core", kind: "read", returnShape: "scalar" },
|
|
79
|
+
{ name: "gitbook_get_page", op: "getPageById", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/content/page/{pageId}", summary: "Get a space page by its ID", pathParams: ["spaceId", "pageId"], dataArg: "query", tag: "space-content", toolset: "core", kind: "read", returnShape: "scalar", bespoke: true },
|
|
80
|
+
{ name: "gitbook_get_page_by_path", op: "getPageByPath", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/content/path/{pagePath}", summary: "Get a space page by its path", pathParams: ["spaceId", "pagePath"], dataArg: "query", tag: "space-content", toolset: "core", kind: "read", returnShape: "scalar" },
|
|
81
|
+
{ name: "gitbook_get_page_document_in_revision_by_id", op: "getPageDocumentInRevisionById", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/revisions/{revisionId}/page/{pageId}/document", summary: "Get the document of a page in a revision", pathParams: ["spaceId", "revisionId", "pageId"], dataArg: "query", tag: "space-content", toolset: "core", kind: "read", returnShape: "scalar" },
|
|
82
|
+
{ name: "gitbook_get_page_in_revision_by_id", op: "getPageInRevisionById", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/revisions/{revisionId}/page/{pageId}", summary: "Get a space revision page by its ID", pathParams: ["spaceId", "revisionId", "pageId"], dataArg: "query", tag: "space-content", toolset: "core", kind: "read", returnShape: "scalar" },
|
|
83
|
+
{ name: "gitbook_get_page_in_revision_by_path", op: "getPageInRevisionByPath", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/revisions/{revisionId}/path/{pagePath}", summary: "Get a space revision page by its path", pathParams: ["spaceId", "revisionId", "pagePath"], dataArg: "query", tag: "space-content", toolset: "core", kind: "read", returnShape: "scalar" },
|
|
84
|
+
{ name: "gitbook_get_reusable_content_by_id", op: "getReusableContentById", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/content/reusable-contents/{reusableContentId}", summary: "Get a space reusable content by its ID", pathParams: ["spaceId", "reusableContentId"], dataArg: "query", tag: "space-content", toolset: "core", kind: "read", returnShape: "scalar" },
|
|
85
|
+
{ name: "gitbook_get_reusable_content_document_in_revision_by_id", op: "getReusableContentDocumentInRevisionById", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/revisions/{revisionId}/reusable-contents/{reusableContentId}/document", summary: "Get the document of a reusable content in a revision", pathParams: ["spaceId", "revisionId", "reusableContentId"], dataArg: "query", tag: "space-content", toolset: "core", kind: "read", returnShape: "scalar" },
|
|
86
|
+
{ name: "gitbook_get_reusable_content_in_revision_by_id", op: "getReusableContentInRevisionById", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/revisions/{revisionId}/reusable-contents/{reusableContentId}", summary: "Get a space revision reusable content by its ID", pathParams: ["spaceId", "revisionId", "reusableContentId"], dataArg: "query", tag: "space-content", toolset: "core", kind: "read", returnShape: "scalar" },
|
|
87
|
+
{ name: "gitbook_get_revision_by_id", op: "getRevisionById", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/revisions/{revisionId}", summary: "Get a space revision", pathParams: ["spaceId", "revisionId"], dataArg: "query", tag: "space-content", toolset: "core", kind: "read", returnShape: "scalar" },
|
|
88
|
+
{ name: "gitbook_get_revision_semantic_changes", op: "getRevisionSemanticChanges", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/revisions/{revisionId}/changes", summary: "Get space revision semantic changes", pathParams: ["spaceId", "revisionId"], dataArg: "query", tag: "space-content", toolset: "core", kind: "read", returnShape: "scalar" },
|
|
89
|
+
{ name: "gitbook_get_space", op: "getSpaceById", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}", summary: "Get a space by its ID", pathParams: ["spaceId"], dataArg: "query", tag: "spaces", toolset: "core", kind: "read", returnShape: "scalar", bespoke: true },
|
|
90
|
+
{ name: "gitbook_get_space_pdf", op: "getSpacePdf", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/pdf", summary: "Get a URL of the content of a space as PDF", pathParams: ["spaceId"], dataArg: "query", tag: "space-content", toolset: "core", kind: "read", returnShape: "scalar" },
|
|
91
|
+
{ name: "gitbook_get_user_by_id", op: "getUserById", namespace: "users", verb: "GET", path: "/users/{userId}", summary: "Get a user by its ID", pathParams: ["userId"], dataArg: null, tag: "users", toolset: "core", kind: "read", returnShape: "scalar" },
|
|
92
|
+
{ name: "gitbook_import_content", op: "startImportRun", namespace: "org", verb: "POST", path: "/org/{organizationId}/imports", summary: "Import content into a space from a website", pathParams: ["organizationId"], dataArg: "data", tag: "imports", toolset: "core", kind: "write", returnShape: "scalar", async: true, bespoke: true },
|
|
93
|
+
{ name: "gitbook_list_comment_replies_in_space", op: "listCommentRepliesInSpace", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/comments/{commentId}/replies", summary: "List all space comment replies", pathParams: ["spaceId", "commentId"], dataArg: "query", tag: "space-comment", toolset: "core", kind: "read", returnShape: "items" },
|
|
94
|
+
{ name: "gitbook_list_commenters_in_space", op: "listCommentersInSpace", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/commenters", summary: "List all users who commented in a space", pathParams: ["spaceId"], dataArg: "query", tag: "space-comments", toolset: "core", kind: "read", returnShape: "items" },
|
|
95
|
+
{ name: "gitbook_list_comments_in_space", op: "listCommentsInSpace", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/comments", summary: "List all space comments", pathParams: ["spaceId"], dataArg: "query", tag: "space-comments", toolset: "core", kind: "read", returnShape: "items" },
|
|
96
|
+
{ name: "gitbook_list_files", op: "listFiles", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/content/files", summary: "List all space files", pathParams: ["spaceId"], dataArg: "query", tag: "space-content", toolset: "core", kind: "read", returnShape: "items" },
|
|
97
|
+
{ name: "gitbook_list_files_in_revision_by_id", op: "listFilesInRevisionById", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/revisions/{revisionId}/files", summary: "List all space revision files", pathParams: ["spaceId", "revisionId"], dataArg: "query", tag: "space-content", toolset: "core", kind: "read", returnShape: "items" },
|
|
98
|
+
{ name: "gitbook_list_orgs", op: "listOrganizationsForAuthenticatedUser", namespace: "orgs", verb: "GET", path: "/orgs", summary: "Get the list of organizations for the currently authenticated user", pathParams: [], dataArg: "query", tag: "organizations", toolset: "core", kind: "read", returnShape: "items", bespoke: true },
|
|
99
|
+
{ name: "gitbook_list_page_links_in_space", op: "listPageLinksInSpace", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/content/page/{pageId}/links", summary: "List all space page links", pathParams: ["spaceId", "pageId"], dataArg: "query", tag: "space-content", toolset: "core", kind: "read", returnShape: "items" },
|
|
100
|
+
{ name: "gitbook_list_pages", op: "listPages", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/content/pages", summary: "List all space pages", pathParams: ["spaceId"], dataArg: "query", tag: "space-content", toolset: "core", kind: "read", returnShape: "pages", bespoke: true },
|
|
101
|
+
{ name: "gitbook_list_pages_in_revision_by_id", op: "listPagesInRevisionById", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/revisions/{revisionId}/pages", summary: "List all pages in a space revision", pathParams: ["spaceId", "revisionId"], dataArg: "query", tag: "space-content", toolset: "core", kind: "read", returnShape: "pages" },
|
|
102
|
+
{ name: "gitbook_list_revision_page_meta_links", op: "listRevisionPageMetaLinks", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/revisions/{revisionId}/page/{pageId}/meta-links", summary: "List all meta links for a revision page", pathParams: ["spaceId", "revisionId", "pageId"], dataArg: null, tag: "space-content", toolset: "core", kind: "read", returnShape: "scalar" },
|
|
103
|
+
{ name: "gitbook_list_space_file_backlinks", op: "listSpaceFileBacklinks", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/content/files/{fileId}/backlinks", summary: "List all space file backlink locations", pathParams: ["spaceId", "fileId"], dataArg: "query", tag: "space-content", toolset: "core", kind: "read", returnShape: "items" },
|
|
104
|
+
{ name: "gitbook_list_space_links", op: "listSpaceLinks", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/links", summary: "Get all links in a space including their status and location where they appear.", pathParams: ["spaceId"], dataArg: "query", tag: "spaces", toolset: "core", kind: "read", returnShape: "items" },
|
|
105
|
+
{ name: "gitbook_list_space_page_backlinks", op: "listSpacePageBacklinks", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/content/page/{pageId}/backlinks", summary: "List all space page backlink locations", pathParams: ["spaceId", "pageId"], dataArg: "query", tag: "space-content", toolset: "core", kind: "read", returnShape: "items" },
|
|
106
|
+
{ name: "gitbook_list_space_page_meta_links", op: "listSpacePageMetaLinks", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/content/page/{pageId}/meta-links", summary: "List all meta links for a space page", pathParams: ["spaceId", "pageId"], dataArg: null, tag: "space-content", toolset: "core", kind: "read", returnShape: "scalar" },
|
|
107
|
+
{ name: "gitbook_list_spaces", op: "listSpacesInOrganizationById", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/spaces", summary: "List all spaces", pathParams: ["organizationId"], dataArg: "query", tag: "spaces", toolset: "core", kind: "read", returnShape: "items", bespoke: true },
|
|
108
|
+
{ name: "gitbook_move_space", op: "moveSpace", namespace: "spaces", verb: "POST", path: "/spaces/{spaceId}/move", summary: "Move a space to a new position", pathParams: ["spaceId"], dataArg: "data", tag: "spaces", toolset: "core", kind: "write", returnShape: "scalar" },
|
|
109
|
+
{ name: "gitbook_post_comment_in_space", op: "postCommentInSpace", namespace: "spaces", verb: "POST", path: "/spaces/{spaceId}/comments", summary: "Create a space comment", pathParams: ["spaceId"], dataArg: "data", tag: "space-comments", toolset: "core", kind: "write", returnShape: "scalar" },
|
|
110
|
+
{ name: "gitbook_post_comment_reply_in_space", op: "postCommentReplyInSpace", namespace: "spaces", verb: "POST", path: "/spaces/{spaceId}/comments/{commentId}/replies", summary: "Create a space comment reply", pathParams: ["spaceId", "commentId"], dataArg: "data", tag: "space-comments", toolset: "core", kind: "write", returnShape: "scalar" },
|
|
111
|
+
{ name: "gitbook_restore_space", op: "restoreSpace", namespace: "spaces", verb: "POST", path: "/spaces/{spaceId}/restore", summary: "Restore a deleted space", pathParams: ["spaceId"], dataArg: null, tag: "spaces", toolset: "core", kind: "write", returnShape: "scalar" },
|
|
112
|
+
{ name: "gitbook_search", op: "searchSpaceContent", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/search", summary: "Search content in a space", pathParams: ["spaceId"], dataArg: "query", tag: "space-content", toolset: "core", kind: "read", returnShape: "items", bespoke: true },
|
|
113
|
+
{ name: "gitbook_search", op: "searchOrganizationContent", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/search", summary: "Search content in an organization", pathParams: ["organizationId"], dataArg: "query", tag: "organizations", toolset: "core", kind: "read", returnShape: "items", bespoke: true },
|
|
114
|
+
{ name: "gitbook_update_comment_in_space", op: "updateCommentInSpace", namespace: "spaces", verb: "PUT", path: "/spaces/{spaceId}/comments/{commentId}", summary: "Update a space comment", pathParams: ["spaceId", "commentId"], dataArg: "data", tag: "space-comments", toolset: "core", kind: "write", returnShape: "scalar" },
|
|
115
|
+
{ name: "gitbook_update_comment_reply_in_space", op: "updateCommentReplyInSpace", namespace: "spaces", verb: "PUT", path: "/spaces/{spaceId}/comments/{commentId}/replies/{commentReplyId}", summary: "Update a space comment reply", pathParams: ["spaceId", "commentId", "commentReplyId"], dataArg: "data", tag: "space-comments", toolset: "core", kind: "write", returnShape: "scalar" },
|
|
116
|
+
{ name: "gitbook_update_space_by_id", op: "updateSpaceById", namespace: "spaces", verb: "PATCH", path: "/spaces/{spaceId}", summary: "Update a space", pathParams: ["spaceId"], dataArg: "data", tag: "spaces", toolset: "core", kind: "write", returnShape: "scalar" },
|
|
117
|
+
{ name: "gitbook_update_user_by_id", op: "updateUserById", namespace: "users", verb: "PATCH", path: "/users/{userId}", summary: "Update a user by its ID", pathParams: ["userId"], dataArg: "data", tag: "users", toolset: "core", kind: "write", returnShape: "scalar" },
|
|
118
|
+
{ name: "gitbook_whoami", op: "getAuthenticatedUser", namespace: "user", verb: "GET", path: "/user", summary: "Get profile of authenticated user", pathParams: [], dataArg: null, tag: "users", toolset: "core", kind: "read", returnShape: "scalar", bespoke: true },
|
|
119
|
+
{ name: "gitbook_create_custom_font", op: "createCustomFont", namespace: "orgs", verb: "PUT", path: "/orgs/{organizationId}/fonts", summary: "Create a custom font", pathParams: ["organizationId"], dataArg: "data", tag: "custom-fonts", toolset: "data", kind: "write", returnShape: "scalar" },
|
|
120
|
+
{ name: "gitbook_create_open_api_spec", op: "createOpenApiSpec", namespace: "orgs", verb: "POST", path: "/orgs/{organizationId}/openapi", summary: "Create an OpenAPI spec", pathParams: ["organizationId"], dataArg: "data", tag: "openapi", toolset: "data", kind: "write", returnShape: "scalar" },
|
|
121
|
+
{ name: "gitbook_create_or_update_open_api_spec_by_slug", op: "createOrUpdateOpenApiSpecBySlug", namespace: "orgs", verb: "PUT", path: "/orgs/{organizationId}/openapi/{specSlug}", summary: "Create or update an OpenAPI spec", pathParams: ["organizationId", "specSlug"], dataArg: "data", tag: "openapi", toolset: "data", kind: "write", returnShape: "scalar" },
|
|
122
|
+
{ name: "gitbook_create_translation", op: "createTranslation", namespace: "orgs", verb: "POST", path: "/orgs/{organizationId}/translations", summary: "Create a translation", pathParams: ["organizationId"], dataArg: "data", tag: "translations", toolset: "data", kind: "write", returnShape: "scalar" },
|
|
123
|
+
{ name: "gitbook_delete_custom_font", op: "deleteCustomFont", namespace: "orgs", verb: "DELETE", path: "/orgs/{organizationId}/fonts/{fontId}", summary: "Delete a custom font", pathParams: ["organizationId", "fontId"], dataArg: null, tag: "custom-fonts", toolset: "data", kind: "destructive", returnShape: "void" },
|
|
124
|
+
{ name: "gitbook_delete_open_api_spec_by_slug", op: "deleteOpenApiSpecBySlug", namespace: "orgs", verb: "DELETE", path: "/orgs/{organizationId}/openapi/{specSlug}", summary: "Delete an OpenAPI spec", pathParams: ["organizationId", "specSlug"], dataArg: null, tag: "openapi", toolset: "data", kind: "destructive", returnShape: "void" },
|
|
125
|
+
{ name: "gitbook_delete_translation", op: "deleteTranslation", namespace: "orgs", verb: "DELETE", path: "/orgs/{organizationId}/translations/{translationId}", summary: "Delete a translation", pathParams: ["organizationId", "translationId"], dataArg: null, tag: "translations", toolset: "data", kind: "destructive", returnShape: "void" },
|
|
126
|
+
{ name: "gitbook_generate_storage_upload_url", op: "generateStorageUploadUrl", namespace: "orgs", verb: "POST", path: "/orgs/{organizationId}/storage/upload", summary: "Create a signed URL to upload a file", pathParams: ["organizationId"], dataArg: "data", tag: "storage", toolset: "data", kind: "write", returnShape: "scalar" },
|
|
127
|
+
{ name: "gitbook_get_custom_font", op: "getCustomFont", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/fonts/{fontId}", summary: "Get a custom font by its ID", pathParams: ["organizationId", "fontId"], dataArg: null, tag: "custom-fonts", toolset: "data", kind: "read", returnShape: "scalar" },
|
|
128
|
+
{ name: "gitbook_get_glossary_entry", op: "getGlossaryEntry", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/translations-glossary/{glossaryEntryId}", summary: "Get a glossary entry by its ID", pathParams: ["organizationId", "glossaryEntryId"], dataArg: null, tag: "glossary", toolset: "data", kind: "read", returnShape: "scalar" },
|
|
129
|
+
{ name: "gitbook_get_latest_open_api_spec_version", op: "getLatestOpenApiSpecVersion", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/openapi/{specSlug}/versions/latest", summary: "Get the latest OpenAPI spec version", pathParams: ["organizationId", "specSlug"], dataArg: null, tag: "openapi-versions", toolset: "data", kind: "read", returnShape: "scalar" },
|
|
130
|
+
{ name: "gitbook_get_latest_open_api_spec_version_content", op: "getLatestOpenApiSpecVersionContent", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/openapi/{specSlug}/versions/latest/content", summary: "Get the latest OpenAPI spec version content", pathParams: ["organizationId", "specSlug"], dataArg: null, tag: "openapi-versions", toolset: "data", kind: "read", returnShape: "scalar" },
|
|
131
|
+
{ name: "gitbook_get_open_api_spec_by_slug", op: "getOpenApiSpecBySlug", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/openapi/{specSlug}", summary: "Get an OpenAPI spec by its slug", pathParams: ["organizationId", "specSlug"], dataArg: null, tag: "openapi", toolset: "data", kind: "read", returnShape: "scalar" },
|
|
132
|
+
{ name: "gitbook_get_open_api_spec_version_by_id", op: "getOpenApiSpecVersionById", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/openapi/{specSlug}/versions/{versionId}", summary: "Get an OpenAPI spec version by its ID", pathParams: ["organizationId", "specSlug", "versionId"], dataArg: null, tag: "openapi-versions", toolset: "data", kind: "read", returnShape: "scalar" },
|
|
133
|
+
{ name: "gitbook_get_open_api_spec_version_content_by_id", op: "getOpenApiSpecVersionContentById", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/openapi/{specSlug}/versions/{versionId}/content", summary: "Get an OpenAPI spec version content by its ID", pathParams: ["organizationId", "specSlug", "versionId"], dataArg: null, tag: "openapi-versions", toolset: "data", kind: "read", returnShape: "scalar" },
|
|
134
|
+
{ name: "gitbook_get_translation", op: "getTranslation", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/translations/{translationId}", summary: "Get a translation by its ID", pathParams: ["organizationId", "translationId"], dataArg: null, tag: "translations", toolset: "data", kind: "read", returnShape: "scalar" },
|
|
135
|
+
{ name: "gitbook_list_custom_fonts", op: "listCustomFonts", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/fonts", summary: "List all custom fonts", pathParams: ["organizationId"], dataArg: null, tag: "custom-fonts", toolset: "data", kind: "read", returnShape: "items" },
|
|
136
|
+
{ name: "gitbook_list_glossary_entries", op: "listGlossaryEntries", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/translations-glossary", summary: "List glossary entries", pathParams: ["organizationId"], dataArg: "query", tag: "glossary", toolset: "data", kind: "read", returnShape: "items" },
|
|
137
|
+
{ name: "gitbook_list_open_api_spec_versions", op: "listOpenApiSpecVersions", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/openapi/{specSlug}/versions", summary: "List all OpenAPI spec versions", pathParams: ["organizationId", "specSlug"], dataArg: "query", tag: "openapi-versions", toolset: "data", kind: "read", returnShape: "items" },
|
|
138
|
+
{ name: "gitbook_list_open_api_specs", op: "listOpenApiSpecs", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/openapi", summary: "List all OpenAPI spec", pathParams: ["organizationId"], dataArg: "query", tag: "openapi", toolset: "data", kind: "read", returnShape: "items" },
|
|
139
|
+
{ name: "gitbook_list_translations", op: "listTranslations", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/translations", summary: "List all the translations", pathParams: ["organizationId"], dataArg: "query", tag: "translations", toolset: "data", kind: "read", returnShape: "items" },
|
|
140
|
+
{ name: "gitbook_run_translation", op: "runTranslation", namespace: "orgs", verb: "POST", path: "/orgs/{organizationId}/translations/{translationId}/run", summary: "Run a translation again", pathParams: ["organizationId", "translationId"], dataArg: null, tag: "translations", toolset: "data", kind: "write", returnShape: "void" },
|
|
141
|
+
{ name: "gitbook_update_custom_font", op: "updateCustomFont", namespace: "orgs", verb: "POST", path: "/orgs/{organizationId}/fonts/{fontId}", summary: "Update a custom font", pathParams: ["organizationId", "fontId"], dataArg: "data", tag: "custom-fonts", toolset: "data", kind: "write", returnShape: "scalar" },
|
|
142
|
+
{ name: "gitbook_update_glossary_entries", op: "updateGlossaryEntries", namespace: "orgs", verb: "PUT", path: "/orgs/{organizationId}/translations-glossary", summary: "Update glossary entries", pathParams: ["organizationId"], dataArg: "data", tag: "glossary", toolset: "data", kind: "write", returnShape: "void" },
|
|
143
|
+
{ name: "gitbook_update_open_api_spec_by_slug", op: "updateOpenApiSpecBySlug", namespace: "orgs", verb: "PATCH", path: "/orgs/{organizationId}/openapi/{specSlug}", summary: "Update OpenAPI spec visibility", pathParams: ["organizationId", "specSlug"], dataArg: "data", tag: "openapi", toolset: "data", kind: "write", returnShape: "scalar" },
|
|
144
|
+
{ name: "gitbook_update_translation", op: "updateTranslation", namespace: "orgs", verb: "PUT", path: "/orgs/{organizationId}/translations/{translationId}", summary: "Update a translation", pathParams: ["organizationId", "translationId"], dataArg: "data", tag: "translations", toolset: "data", kind: "write", returnShape: "scalar" },
|
|
145
|
+
{ name: "gitbook_delete_legacy_git_installation", op: "deleteLegacyGitInstallation", namespace: "spaces", verb: "DELETE", path: "/spaces/{spaceId}/git/legacy-installation", summary: "Remove the legacy Git Sync installation from the space to be able to upgrade it to use the new Git integrations", pathParams: ["spaceId"], dataArg: null, tag: "space-git", toolset: "git", kind: "destructive", returnShape: "void" },
|
|
146
|
+
{ name: "gitbook_export_to_git_repository", op: "exportToGitRepository", namespace: "spaces", verb: "POST", path: "/spaces/{spaceId}/git/export", summary: "Export the to a Git repository", pathParams: ["spaceId"], dataArg: "data", tag: "space-git", toolset: "git", kind: "write", returnShape: "void", async: true },
|
|
147
|
+
{ name: "gitbook_get_git_sync_installation_by_id", op: "getGitSyncInstallationById", namespace: "git", verb: "GET", path: "/git/installations/{installationId}", summary: "Get a Git Sync installation", pathParams: ["installationId"], dataArg: null, tag: "git", toolset: "git", kind: "read", returnShape: "scalar" },
|
|
148
|
+
{ name: "gitbook_get_space_git_info", op: "getSpaceGitInfo", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/git/info", summary: "Get space Git info", pathParams: ["spaceId"], dataArg: null, tag: "space-git", toolset: "git", kind: "read", returnShape: "scalar" },
|
|
149
|
+
{ name: "gitbook_import_git_repository", op: "importGitRepository", namespace: "spaces", verb: "POST", path: "/spaces/{spaceId}/git/import", summary: "Import a Git repository", pathParams: ["spaceId"], dataArg: "data", tag: "space-git", toolset: "git", kind: "write", returnShape: "void", async: true },
|
|
150
|
+
{ name: "gitbook_install_git_sync_provider_on_target", op: "installGitSyncProviderOnTarget", namespace: "git", verb: "POST", path: "/git/installations", summary: "Install a Git Sync provider on a target", pathParams: [], dataArg: "data", tag: "git", toolset: "git", kind: "write", returnShape: "scalar" },
|
|
151
|
+
{ name: "gitbook_list_git_hub_repo_branches_for_git_sync_installation", op: "listGitHubRepoBranchesForGitSyncInstallation", namespace: "git", verb: "GET", path: "/git/installations/{installationId}/github/repos/{accountName}/{repositoryName}/branches", summary: "List GitHub repository branches available for a Git Sync installation", pathParams: ["installationId", "accountName", "repositoryName"], dataArg: null, tag: "git", toolset: "git", kind: "read", returnShape: "items" },
|
|
152
|
+
{ name: "gitbook_list_git_hub_repositories_for_git_sync_installation", op: "listGitHubRepositoriesForGitSyncInstallation", namespace: "git", verb: "GET", path: "/git/installations/{installationId}/github/repos", summary: "List GitHub repositories available for a Git Sync installation", pathParams: ["installationId"], dataArg: null, tag: "git", toolset: "git", kind: "read", returnShape: "items" },
|
|
153
|
+
{ name: "gitbook_list_git_lab_project_branches_for_git_sync_installation", op: "listGitLabProjectBranchesForGitSyncInstallation", namespace: "git", verb: "GET", path: "/git/installations/{installationId}/gitlab/projects/{projectId}/branches", summary: "List GitLab project branches available for a Git Sync installation", pathParams: ["installationId", "projectId"], dataArg: null, tag: "git", toolset: "git", kind: "read", returnShape: "items" },
|
|
154
|
+
{ name: "gitbook_list_git_lab_projects_for_git_sync_installation", op: "listGitLabProjectsForGitSyncInstallation", namespace: "git", verb: "GET", path: "/git/installations/{installationId}/gitlab/projects", summary: "List GitLab projects available for a Git Sync installation", pathParams: ["installationId"], dataArg: null, tag: "git", toolset: "git", kind: "read", returnShape: "items" },
|
|
155
|
+
{ name: "gitbook_uninstall_git_sync_installation", op: "uninstallGitSyncInstallation", namespace: "git", verb: "DELETE", path: "/git/installations/{installationId}", summary: "Uninstall a Git Sync installation", pathParams: ["installationId"], dataArg: null, tag: "git", toolset: "git", kind: "destructive", returnShape: "void" },
|
|
156
|
+
{ name: "gitbook_update_git_sync_installation_by_id", op: "updateGitSyncInstallationById", namespace: "git", verb: "PATCH", path: "/git/installations/{installationId}", summary: "Update a Git Sync installation configuration", pathParams: ["installationId"], dataArg: "data", tag: "git", toolset: "git", kind: "write", returnShape: "scalar" },
|
|
157
|
+
{ name: "gitbook_create_integration_installation_token", op: "createIntegrationInstallationToken", namespace: "integrations", verb: "POST", path: "/integrations/{integrationName}/installations/{installationId}/tokens", summary: "Create an integration installation API token", pathParams: ["integrationName", "installationId"], dataArg: null, tag: "integrations", toolset: "integrations", kind: "write", returnShape: "scalar" },
|
|
158
|
+
{ name: "gitbook_disable_integration_development_mode", op: "disableIntegrationDevelopmentMode", namespace: "integrations", verb: "DELETE", path: "/integrations/{integrationName}/dev", summary: "Disable integration dev mode", pathParams: ["integrationName"], dataArg: null, tag: "integrations", toolset: "integrations", kind: "destructive", returnShape: "void" },
|
|
159
|
+
{ name: "gitbook_get_integration_by_name", op: "getIntegrationByName", namespace: "integrations", verb: "GET", path: "/integrations/{integrationName}", summary: "Get an integration by its name", pathParams: ["integrationName"], dataArg: null, tag: "integrations", toolset: "integrations", kind: "read", returnShape: "scalar" },
|
|
160
|
+
{ name: "gitbook_get_integration_event", op: "getIntegrationEvent", namespace: "integrations", verb: "GET", path: "/integrations/{integrationName}/events/{eventId}", summary: "Get an integration event by its ID", pathParams: ["integrationName", "eventId"], dataArg: null, tag: "integrations", toolset: "integrations", kind: "read", returnShape: "scalar" },
|
|
161
|
+
{ name: "gitbook_get_integration_installation_by_id", op: "getIntegrationInstallationById", namespace: "integrations", verb: "GET", path: "/integrations/{integrationName}/installations/{installationId}", summary: "Get an integration installation by its ID", pathParams: ["integrationName", "installationId"], dataArg: null, tag: "integrations", toolset: "integrations", kind: "read", returnShape: "scalar" },
|
|
162
|
+
{ name: "gitbook_get_integration_site_installation", op: "getIntegrationSiteInstallation", namespace: "integrations", verb: "GET", path: "/integrations/{integrationName}/installations/{installationId}/sites/{siteId}", summary: "Get an integration site installation", pathParams: ["integrationName", "installationId", "siteId"], dataArg: "query", tag: "integrations", toolset: "integrations", kind: "read", returnShape: "scalar" },
|
|
163
|
+
{ name: "gitbook_get_integration_space_installation", op: "getIntegrationSpaceInstallation", namespace: "integrations", verb: "GET", path: "/integrations/{integrationName}/installations/{installationId}/spaces/{spaceId}", summary: "Get an integration space installation", pathParams: ["integrationName", "installationId", "spaceId"], dataArg: "query", tag: "integrations", toolset: "integrations", kind: "read", returnShape: "scalar" },
|
|
164
|
+
{ name: "gitbook_get_organization_integration_status", op: "getOrganizationIntegrationStatus", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/integrations/{integrationName}/installation_status", summary: "Get the status of an integration", pathParams: ["organizationId", "integrationName"], dataArg: null, tag: "integrations", toolset: "integrations", kind: "read", returnShape: "scalar" },
|
|
165
|
+
{ name: "gitbook_install_integration", op: "installIntegration", namespace: "integrations", verb: "POST", path: "/integrations/{integrationName}/installations", summary: "Install an integration", pathParams: ["integrationName"], dataArg: "data", tag: "integrations", toolset: "integrations", kind: "write", returnShape: "scalar" },
|
|
166
|
+
{ name: "gitbook_install_integration_on_site", op: "installIntegrationOnSite", namespace: "integrations", verb: "POST", path: "/integrations/{integrationName}/installations/{installationId}/sites", summary: "Install an integration on a site", pathParams: ["integrationName", "installationId"], dataArg: "data", tag: "integrations", toolset: "integrations", kind: "write", returnShape: "scalar" },
|
|
167
|
+
{ name: "gitbook_list_integration_events", op: "listIntegrationEvents", namespace: "integrations", verb: "GET", path: "/integrations/{integrationName}/events", summary: "List all integration events", pathParams: ["integrationName"], dataArg: "query", tag: "integrations", toolset: "integrations", kind: "read", returnShape: "items" },
|
|
168
|
+
{ name: "gitbook_list_integration_installation_sites", op: "listIntegrationInstallationSites", namespace: "integrations", verb: "GET", path: "/integrations/{integrationName}/installations/{installationId}/sites", summary: "List all site integration installations", pathParams: ["integrationName", "installationId"], dataArg: "query", tag: "integrations", toolset: "integrations", kind: "read", returnShape: "items" },
|
|
169
|
+
{ name: "gitbook_list_integration_installation_spaces", op: "listIntegrationInstallationSpaces", namespace: "integrations", verb: "GET", path: "/integrations/{integrationName}/installations/{installationId}/spaces", summary: "List all space integration installations", pathParams: ["integrationName", "installationId"], dataArg: "query", tag: "integrations", toolset: "integrations", kind: "read", returnShape: "items" },
|
|
170
|
+
{ name: "gitbook_list_integration_installations", op: "listIntegrationInstallations", namespace: "integrations", verb: "GET", path: "/integrations/{integrationName}/installations", summary: "List all integration installations", pathParams: ["integrationName"], dataArg: "query", tag: "integrations", toolset: "integrations", kind: "read", returnShape: "items" },
|
|
171
|
+
{ name: "gitbook_list_integration_site_installations", op: "listIntegrationSiteInstallations", namespace: "integrations", verb: "GET", path: "/integrations/{integrationName}/sites", summary: "List all integration site installations", pathParams: ["integrationName"], dataArg: "query", tag: "integrations", toolset: "integrations", kind: "read", returnShape: "items" },
|
|
172
|
+
{ name: "gitbook_list_integration_space_installations", op: "listIntegrationSpaceInstallations", namespace: "integrations", verb: "GET", path: "/integrations/{integrationName}/spaces", summary: "List all integration space installations", pathParams: ["integrationName"], dataArg: "query", tag: "integrations", toolset: "integrations", kind: "read", returnShape: "items" },
|
|
173
|
+
{ name: "gitbook_list_integrations", op: "listIntegrations", namespace: "integrations", verb: "GET", path: "/integrations", summary: "List all public integrations", pathParams: [], dataArg: "query", tag: "integrations", toolset: "integrations", kind: "read", returnShape: "items" },
|
|
174
|
+
{ name: "gitbook_list_organization_installations", op: "listOrganizationInstallations", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/installations", summary: "List all integration installations", pathParams: ["organizationId"], dataArg: "query", tag: "integrations", toolset: "integrations", kind: "read", returnShape: "items" },
|
|
175
|
+
{ name: "gitbook_list_organization_integrations", op: "listOrganizationIntegrations", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/integrations", summary: "List all public integrations along with private ones trusted by the specific org.", pathParams: ["organizationId"], dataArg: "query", tag: "integrations", toolset: "integrations", kind: "read", returnShape: "items" },
|
|
176
|
+
{ name: "gitbook_list_organization_integrations_status", op: "listOrganizationIntegrationsStatus", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/integrations/installations-status", summary: "List all integration statuses", pathParams: ["organizationId"], dataArg: "query", tag: "integrations", toolset: "integrations", kind: "read", returnShape: "items" },
|
|
177
|
+
{ name: "gitbook_list_site_integration_scripts", op: "listSiteIntegrationScripts", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/integration-scripts", summary: "List the scripts to embed in published content for a site.", pathParams: ["organizationId", "siteId"], dataArg: null, tag: "integrations", toolset: "integrations", kind: "read", returnShape: "scalar" },
|
|
178
|
+
{ name: "gitbook_list_site_integrations", op: "listSiteIntegrations", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/integrations", summary: "List integrations enabled in a site.", pathParams: ["organizationId", "siteId"], dataArg: "query", tag: "integrations", toolset: "integrations", kind: "read", returnShape: "items" },
|
|
179
|
+
{ name: "gitbook_list_space_integrations", op: "listSpaceIntegrations", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/integrations", summary: "List integrations enabled in a space", pathParams: ["spaceId"], dataArg: "query", tag: "space-integrations", toolset: "integrations", kind: "read", returnShape: "items" },
|
|
180
|
+
{ name: "gitbook_list_space_integrations_blocks", op: "listSpaceIntegrationsBlocks", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/integration-blocks", summary: "List all space integrations blocks", pathParams: ["spaceId"], dataArg: null, tag: "space-integrations", toolset: "integrations", kind: "read", returnShape: "scalar" },
|
|
181
|
+
{ name: "gitbook_publish_integration", op: "publishIntegration", namespace: "integrations", verb: "POST", path: "/integrations/{integrationName}", summary: "Publish an integration", pathParams: ["integrationName"], dataArg: "data", tag: "integrations", toolset: "integrations", kind: "write", returnShape: "scalar" },
|
|
182
|
+
{ name: "gitbook_queue_integration_task", op: "queueIntegrationTask", namespace: "integrations", verb: "POST", path: "/integrations/{integrationName}/tasks", summary: "Queue an integration task", pathParams: ["integrationName"], dataArg: "data", tag: "integrations", toolset: "integrations", kind: "write", returnShape: "void" },
|
|
183
|
+
{ name: "gitbook_render_integration_ui_with_get", op: "renderIntegrationUiWithGet", namespace: "integrations", verb: "GET", path: "/integrations/{integrationName}/render", summary: "Render an integration UI with GET method", pathParams: ["integrationName"], dataArg: "query", tag: "integrations", toolset: "integrations", kind: "read", returnShape: "scalar" },
|
|
184
|
+
{ name: "gitbook_render_integration_ui_with_post", op: "renderIntegrationUiWithPost", namespace: "integrations", verb: "POST", path: "/integrations/{integrationName}/render", summary: "Render an integration UI with POST method", pathParams: ["integrationName"], dataArg: "data", tag: "integrations", toolset: "integrations", kind: "write", returnShape: "scalar" },
|
|
185
|
+
{ name: "gitbook_set_integration_development_mode", op: "setIntegrationDevelopmentMode", namespace: "integrations", verb: "PUT", path: "/integrations/{integrationName}/dev", summary: "Enable integration dev mode", pathParams: ["integrationName"], dataArg: "data", tag: "integrations", toolset: "integrations", kind: "write", returnShape: "void" },
|
|
186
|
+
{ name: "gitbook_uninstall_integration", op: "uninstallIntegration", namespace: "integrations", verb: "DELETE", path: "/integrations/{integrationName}/installations/{installationId}", summary: "Uninstall an integration", pathParams: ["integrationName", "installationId"], dataArg: null, tag: "integrations", toolset: "integrations", kind: "destructive", returnShape: "void" },
|
|
187
|
+
{ name: "gitbook_uninstall_integration_from_site", op: "uninstallIntegrationFromSite", namespace: "integrations", verb: "DELETE", path: "/integrations/{integrationName}/installations/{installationId}/sites/{siteId}", summary: "Uninstall an integration from a site", pathParams: ["integrationName", "installationId", "siteId"], dataArg: null, tag: "integrations", toolset: "integrations", kind: "destructive", returnShape: "void" },
|
|
188
|
+
{ name: "gitbook_uninstall_integration_from_space", op: "uninstallIntegrationFromSpace", namespace: "integrations", verb: "DELETE", path: "/integrations/{integrationName}/installations/{installationId}/spaces/{spaceId}", summary: "Uninstall an integration from a space", pathParams: ["integrationName", "installationId", "spaceId"], dataArg: null, tag: "integrations", toolset: "integrations", kind: "destructive", returnShape: "void" },
|
|
189
|
+
{ name: "gitbook_unpublish_integration", op: "unpublishIntegration", namespace: "integrations", verb: "DELETE", path: "/integrations/{integrationName}", summary: "Unpublish an integration", pathParams: ["integrationName"], dataArg: null, tag: "integrations", toolset: "integrations", kind: "destructive", returnShape: "void" },
|
|
190
|
+
{ name: "gitbook_update_integration_installation", op: "updateIntegrationInstallation", namespace: "integrations", verb: "PATCH", path: "/integrations/{integrationName}/installations/{installationId}", summary: "Update an integration installation", pathParams: ["integrationName", "installationId"], dataArg: "data", tag: "integrations", toolset: "integrations", kind: "write", returnShape: "scalar" },
|
|
191
|
+
{ name: "gitbook_update_integration_site_installation", op: "updateIntegrationSiteInstallation", namespace: "integrations", verb: "PATCH", path: "/integrations/{integrationName}/installations/{installationId}/sites/{siteId}", summary: "Update an integration site installation", pathParams: ["integrationName", "installationId", "siteId"], dataArg: "data", tag: "integrations", toolset: "integrations", kind: "write", returnShape: "scalar" },
|
|
192
|
+
{ name: "gitbook_update_integration_space_installation", op: "updateIntegrationSpaceInstallation", namespace: "integrations", verb: "PATCH", path: "/integrations/{integrationName}/installations/{installationId}/spaces/{spaceId}", summary: "Update an integration space installation", pathParams: ["integrationName", "installationId", "spaceId"], dataArg: "data", tag: "integrations", toolset: "integrations", kind: "write", returnShape: "scalar" },
|
|
193
|
+
{ name: "gitbook_add_member_to_organization_team_by_id", op: "addMemberToOrganizationTeamById", namespace: "orgs", verb: "PUT", path: "/orgs/{organizationId}/teams/{teamId}/members/{userId}", summary: "Add a team member", pathParams: ["organizationId", "teamId", "userId"], dataArg: "data", tag: "team-members", toolset: "org-admin", kind: "write", returnShape: "void" },
|
|
194
|
+
{ name: "gitbook_create_organization_invite", op: "createOrganizationInvite", namespace: "orgs", verb: "POST", path: "/orgs/{organizationId}/link-invites", summary: "Create an organization invite", pathParams: ["organizationId"], dataArg: "data", tag: "organization-invites", toolset: "org-admin", kind: "write", returnShape: "scalar" },
|
|
195
|
+
{ name: "gitbook_create_organization_saml_provider", op: "createOrganizationSamlProvider", namespace: "orgs", verb: "POST", path: "/orgs/{organizationId}/saml", summary: "Create a new SAML provider", pathParams: ["organizationId"], dataArg: "data", tag: "sso", toolset: "org-admin", kind: "write", returnShape: "scalar" },
|
|
196
|
+
{ name: "gitbook_create_organization_team", op: "createOrganizationTeam", namespace: "orgs", verb: "PUT", path: "/orgs/{organizationId}/teams", summary: "Create a team", pathParams: ["organizationId"], dataArg: "data", tag: "teams", toolset: "org-admin", kind: "write", returnShape: "scalar" },
|
|
197
|
+
{ name: "gitbook_delete_member_from_organization_team_by_id", op: "deleteMemberFromOrganizationTeamById", namespace: "orgs", verb: "DELETE", path: "/orgs/{organizationId}/teams/{teamId}/members/{userId}", summary: "Delete a team member", pathParams: ["organizationId", "teamId", "userId"], dataArg: null, tag: "team-members", toolset: "org-admin", kind: "destructive", returnShape: "void" },
|
|
198
|
+
{ name: "gitbook_delete_organization_invite_by_id", op: "deleteOrganizationInviteById", namespace: "orgs", verb: "DELETE", path: "/orgs/{organizationId}/link-invites/{inviteId}", summary: "Deletes an organization invite.", pathParams: ["organizationId", "inviteId"], dataArg: null, tag: "organizations", toolset: "org-admin", kind: "destructive", returnShape: "void" },
|
|
199
|
+
{ name: "gitbook_delete_organization_saml_provider", op: "deleteOrganizationSamlProvider", namespace: "orgs", verb: "DELETE", path: "/orgs/{organizationId}/saml/{samlProviderId}", summary: "Delete a SAML provider", pathParams: ["organizationId", "samlProviderId"], dataArg: null, tag: "sso", toolset: "org-admin", kind: "destructive", returnShape: "void" },
|
|
200
|
+
{ name: "gitbook_get_member_in_organization_by_id", op: "getMemberInOrganizationById", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/members/{userId}", summary: "Get an organization member by its ID", pathParams: ["organizationId", "userId"], dataArg: null, tag: "organization-members", toolset: "org-admin", kind: "read", returnShape: "scalar" },
|
|
201
|
+
{ name: "gitbook_get_organization_agent_instructions", op: "getOrganizationAgentInstructions", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/agent-instructions", summary: "Get Docs agent instructions for an organization", pathParams: ["organizationId"], dataArg: null, tag: "organizations", toolset: "org-admin", kind: "read", returnShape: "scalar" },
|
|
202
|
+
{ name: "gitbook_get_organization_invite_link", op: "getOrganizationInviteLink", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/link-invites/{inviteId}", summary: "Get an organization by its ID", pathParams: ["organizationId", "inviteId"], dataArg: null, tag: "organization-invites", toolset: "org-admin", kind: "read", returnShape: "scalar" },
|
|
203
|
+
{ name: "gitbook_get_organization_saml_provider_by_id", op: "getOrganizationSamlProviderById", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/saml/{samlProviderId}", summary: "Get a SAML provider by its ID", pathParams: ["organizationId", "samlProviderId"], dataArg: null, tag: "sso", toolset: "org-admin", kind: "read", returnShape: "scalar" },
|
|
204
|
+
{ name: "gitbook_get_organizations_for_email_domain", op: "getOrganizationsForEmailDomain", namespace: "emailDomains", verb: "GET", path: "/email-domains/{emailDomain}/orgs", summary: "Get all organizations by email domain", pathParams: ["emailDomain"], dataArg: null, tag: "organizations", toolset: "org-admin", kind: "read", returnShape: "scalar" },
|
|
205
|
+
{ name: "gitbook_get_team_in_organization_by_id", op: "getTeamInOrganizationById", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/teams/{teamId}", summary: "Get a team", pathParams: ["organizationId", "teamId"], dataArg: null, tag: "teams", toolset: "org-admin", kind: "read", returnShape: "scalar" },
|
|
206
|
+
{ name: "gitbook_invite_to_space", op: "inviteToSpace", namespace: "spaces", verb: "POST", path: "/spaces/{spaceId}/permissions", summary: "Invite a user or a team to a space", pathParams: ["spaceId"], dataArg: "data", tag: "space-permissions", toolset: "org-admin", kind: "write", returnShape: "void" },
|
|
207
|
+
{ name: "gitbook_invite_users_to_organization", op: "inviteUsersToOrganization", namespace: "orgs", verb: "POST", path: "/orgs/{organizationId}/invites", summary: "Invite users in an organization", pathParams: ["organizationId"], dataArg: "data", tag: "organization-invites", toolset: "org-admin", kind: "write", returnShape: "scalar" },
|
|
208
|
+
{ name: "gitbook_join_organization", op: "joinOrganization", namespace: "orgs", verb: "POST", path: "/orgs/{organizationId}/join", summary: "Join an organization", pathParams: ["organizationId"], dataArg: null, tag: "organizations", toolset: "org-admin", kind: "write", returnShape: "void" },
|
|
209
|
+
{ name: "gitbook_join_organization_with_invite", op: "joinOrganizationWithInvite", namespace: "orgs", verb: "POST", path: "/orgs/{organizationId}/invites/{inviteId}", summary: "Join an organization with an invite", pathParams: ["organizationId", "inviteId"], dataArg: null, tag: "organization-invites", toolset: "org-admin", kind: "write", returnShape: "scalar", exclude: true },
|
|
210
|
+
{ name: "gitbook_list_members_in_organization_by_id", op: "listMembersInOrganizationById", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/members", summary: "List all organization members", pathParams: ["organizationId"], dataArg: "query", tag: "organization-members", toolset: "org-admin", kind: "read", returnShape: "items" },
|
|
211
|
+
{ name: "gitbook_list_organization_invite_links", op: "listOrganizationInviteLinks", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/link-invites", summary: "List organization invites", pathParams: ["organizationId"], dataArg: "query", tag: "organization-invites", toolset: "org-admin", kind: "read", returnShape: "items" },
|
|
212
|
+
{ name: "gitbook_list_permissions_aggregate_in_collection", op: "listPermissionsAggregateInCollection", namespace: "collections", verb: "GET", path: "/collections/{collectionId}/permissions/aggregate", summary: "List all collections users permissions", pathParams: ["collectionId"], dataArg: "query", tag: "space-permissions", toolset: "org-admin", kind: "read", returnShape: "items" },
|
|
213
|
+
{ name: "gitbook_list_permissions_aggregate_in_space", op: "listPermissionsAggregateInSpace", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/permissions/aggregate", summary: "List all space users permissions", pathParams: ["spaceId"], dataArg: "query", tag: "space-permissions", toolset: "org-admin", kind: "read", returnShape: "items" },
|
|
214
|
+
{ name: "gitbook_list_saml_providers_in_organization_by_id", op: "listSamlProvidersInOrganizationById", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/saml", summary: "List all SAML providers", pathParams: ["organizationId"], dataArg: "query", tag: "sso", toolset: "org-admin", kind: "read", returnShape: "items" },
|
|
215
|
+
{ name: "gitbook_list_spaces_for_organization_member", op: "listSpacesForOrganizationMember", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/members/{userId}/spaces", summary: "List an organization member space permissions", pathParams: ["organizationId", "userId"], dataArg: "query", tag: "organization-members", toolset: "org-admin", kind: "read", returnShape: "items" },
|
|
216
|
+
{ name: "gitbook_list_sso_provider_logins_in_organization", op: "listSsoProviderLoginsInOrganization", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sso", summary: "List all SSO provider login infos", pathParams: ["organizationId"], dataArg: null, tag: "sso", toolset: "org-admin", kind: "read", returnShape: "items" },
|
|
217
|
+
{ name: "gitbook_list_team_members_in_organization_by_id", op: "listTeamMembersInOrganizationById", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/teams/{teamId}/members", summary: "List all team members", pathParams: ["organizationId", "teamId"], dataArg: "query", tag: "team-members", toolset: "org-admin", kind: "read", returnShape: "items" },
|
|
218
|
+
{ name: "gitbook_list_team_permissions_in_space", op: "listTeamPermissionsInSpace", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/permissions/teams", summary: "List an org team's permission in a space", pathParams: ["spaceId"], dataArg: "query", tag: "space-permissions", toolset: "org-admin", kind: "read", returnShape: "items" },
|
|
219
|
+
{ name: "gitbook_list_teams_for_organization_member", op: "listTeamsForOrganizationMember", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/members/{userId}/teams", summary: "List all organization member teams", pathParams: ["organizationId", "userId"], dataArg: "query", tag: "organization-members", toolset: "org-admin", kind: "read", returnShape: "items" },
|
|
220
|
+
{ name: "gitbook_list_teams_in_organization_by_id", op: "listTeamsInOrganizationById", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/teams", summary: "List all teams", pathParams: ["organizationId"], dataArg: "query", tag: "teams", toolset: "org-admin", kind: "read", returnShape: "items" },
|
|
221
|
+
{ name: "gitbook_list_user_permissions_in_space", op: "listUserPermissionsInSpace", namespace: "spaces", verb: "GET", path: "/spaces/{spaceId}/permissions/users", summary: "List space user permissions", pathParams: ["spaceId"], dataArg: "query", tag: "space-permissions", toolset: "org-admin", kind: "read", returnShape: "items" },
|
|
222
|
+
{ name: "gitbook_remove_member_from_organization_by_id", op: "removeMemberFromOrganizationById", namespace: "orgs", verb: "DELETE", path: "/orgs/{organizationId}/members/{userId}", summary: "Delete an organization member", pathParams: ["organizationId", "userId"], dataArg: null, tag: "organization-members", toolset: "org-admin", kind: "destructive", returnShape: "void" },
|
|
223
|
+
{ name: "gitbook_remove_team_from_organization_by_id", op: "removeTeamFromOrganizationById", namespace: "orgs", verb: "DELETE", path: "/orgs/{organizationId}/teams/{teamId}", summary: "Delete a team", pathParams: ["organizationId", "teamId"], dataArg: null, tag: "teams", toolset: "org-admin", kind: "destructive", returnShape: "void" },
|
|
224
|
+
{ name: "gitbook_remove_team_from_space", op: "removeTeamFromSpace", namespace: "spaces", verb: "DELETE", path: "/spaces/{spaceId}/permissions/teams/{teamId}", summary: "Remove an org team from a space", pathParams: ["spaceId", "teamId"], dataArg: null, tag: "space-permissions", toolset: "org-admin", kind: "destructive", returnShape: "void" },
|
|
225
|
+
{ name: "gitbook_remove_user_from_space", op: "removeUserFromSpace", namespace: "spaces", verb: "DELETE", path: "/spaces/{spaceId}/permissions/users/{userId}", summary: "Remove a space user", pathParams: ["spaceId", "userId"], dataArg: null, tag: "space-permissions", toolset: "org-admin", kind: "destructive", returnShape: "void" },
|
|
226
|
+
{ name: "gitbook_set_user_as_sso_member_for_organization", op: "setUserAsSsoMemberForOrganization", namespace: "orgs", verb: "POST", path: "/orgs/{organizationId}/members/{userId}/sso", summary: "Set a user as an SSO member of an organization", pathParams: ["organizationId", "userId"], dataArg: null, tag: "organization-members", toolset: "org-admin", kind: "write", returnShape: "scalar" },
|
|
227
|
+
{ name: "gitbook_update_member_in_organization_by_id", op: "updateMemberInOrganizationById", namespace: "orgs", verb: "PATCH", path: "/orgs/{organizationId}/members/{userId}", summary: "Update an organization member", pathParams: ["organizationId", "userId"], dataArg: "data", tag: "organization-members", toolset: "org-admin", kind: "write", returnShape: "scalar" },
|
|
228
|
+
{ name: "gitbook_update_members_in_organization_team", op: "updateMembersInOrganizationTeam", namespace: "orgs", verb: "PUT", path: "/orgs/{organizationId}/teams/{teamId}/members", summary: "Updates members of a team", pathParams: ["organizationId", "teamId"], dataArg: "data", tag: "team-members", toolset: "org-admin", kind: "write", returnShape: "void" },
|
|
229
|
+
{ name: "gitbook_update_organization_agent_instructions", op: "updateOrganizationAgentInstructions", namespace: "orgs", verb: "PUT", path: "/orgs/{organizationId}/agent-instructions", summary: "Update Docs agent instructions for an organization", pathParams: ["organizationId"], dataArg: "data", tag: "organizations", toolset: "org-admin", kind: "write", returnShape: "scalar" },
|
|
230
|
+
{ name: "gitbook_update_organization_by_id", op: "updateOrganizationById", namespace: "orgs", verb: "PATCH", path: "/orgs/{organizationId}", summary: "Update an organization", pathParams: ["organizationId"], dataArg: "data", tag: "organizations", toolset: "org-admin", kind: "write", returnShape: "scalar" },
|
|
231
|
+
{ name: "gitbook_update_organization_invite_by_id", op: "updateOrganizationInviteById", namespace: "orgs", verb: "PATCH", path: "/orgs/{organizationId}/link-invites/{inviteId}", summary: "Update an organization invite", pathParams: ["organizationId", "inviteId"], dataArg: "data", tag: "organization-invites", toolset: "org-admin", kind: "write", returnShape: "scalar" },
|
|
232
|
+
{ name: "gitbook_update_organization_member_last_seen_at", op: "updateOrganizationMemberLastSeenAt", namespace: "orgs", verb: "POST", path: "/orgs/{organizationId}/ping", summary: "Update an organization member last seen at", pathParams: ["organizationId"], dataArg: null, tag: "organization-members", toolset: "org-admin", kind: "write", returnShape: "scalar", exclude: true },
|
|
233
|
+
{ name: "gitbook_update_organization_saml_provider", op: "updateOrganizationSamlProvider", namespace: "orgs", verb: "PATCH", path: "/orgs/{organizationId}/saml/{samlProviderId}", summary: "Update a SAML provider", pathParams: ["organizationId", "samlProviderId"], dataArg: "data", tag: "sso", toolset: "org-admin", kind: "write", returnShape: "scalar" },
|
|
234
|
+
{ name: "gitbook_update_team_in_organization_by_id", op: "updateTeamInOrganizationById", namespace: "orgs", verb: "PATCH", path: "/orgs/{organizationId}/teams/{teamId}", summary: "Update a team", pathParams: ["organizationId", "teamId"], dataArg: "data", tag: "teams", toolset: "org-admin", kind: "write", returnShape: "scalar" },
|
|
235
|
+
{ name: "gitbook_update_team_permission_in_space", op: "updateTeamPermissionInSpace", namespace: "spaces", verb: "PATCH", path: "/spaces/{spaceId}/permissions/teams/{teamId}", summary: "Update an org team's permission in a space", pathParams: ["spaceId", "teamId"], dataArg: "data", tag: "space-permissions", toolset: "org-admin", kind: "write", returnShape: "void" },
|
|
236
|
+
{ name: "gitbook_update_user_permission_in_space", op: "updateUserPermissionInSpace", namespace: "spaces", verb: "PATCH", path: "/spaces/{spaceId}/permissions/users/{userId}", summary: "Update space user permissions", pathParams: ["spaceId", "userId"], dataArg: "data", tag: "space-permissions", toolset: "org-admin", kind: "write", returnShape: "void" },
|
|
237
|
+
{ name: "gitbook_dns_revalidate_custom_hostname", op: "dnsRevalidateCustomHostname", namespace: "customHostnames", verb: "PATCH", path: "/custom-hostnames/{hostname}", summary: "Revalidate a custom hostname DNS", pathParams: ["hostname"], dataArg: null, tag: "custom-hostnames", toolset: "public", kind: "write", returnShape: "void" },
|
|
238
|
+
{ name: "gitbook_get_content_by_url", op: "getContentByUrl", namespace: "urls", verb: "GET", path: "/urls/content", summary: "Resolve a URL to a content (space, collection, page)", pathParams: [], dataArg: "query", tag: "urls", toolset: "public", kind: "read", returnShape: "scalar" },
|
|
239
|
+
{ name: "gitbook_get_custom_hostname", op: "getCustomHostname", namespace: "customHostnames", verb: "GET", path: "/custom-hostnames/{hostname}", summary: "Get a custom hostname", pathParams: ["hostname"], dataArg: null, tag: "custom-hostnames", toolset: "public", kind: "read", returnShape: "scalar" },
|
|
240
|
+
{ name: "gitbook_get_embed_by_url", op: "getEmbedByUrl", namespace: "urls", verb: "GET", path: "/urls/embed", summary: "Resolve a URL to an embed", pathParams: [], dataArg: "query", tag: "urls", toolset: "public", kind: "read", returnShape: "scalar" },
|
|
241
|
+
{ name: "gitbook_get_published_content_by_url", op: "getPublishedContentByUrl", namespace: "urls", verb: "GET", path: "/urls/published", summary: "Resolve a URL of a published content.", pathParams: [], dataArg: "query", tag: "urls", toolset: "public", kind: "read", returnShape: "scalar" },
|
|
242
|
+
{ name: "gitbook_get_subdomain", op: "getSubdomain", namespace: "subdomains", verb: "GET", path: "/subdomains/{subdomain}", summary: "Get a subdomain", pathParams: ["subdomain"], dataArg: null, tag: "subdomains", toolset: "public", kind: "read", returnShape: "scalar" },
|
|
243
|
+
{ name: "gitbook_install_integration_on_space", op: "installIntegrationOnSpace", namespace: "integrations", verb: "POST", path: "/integrations/{integrationName}/installations/{installationId}/spaces", summary: "Install an integration on a space", pathParams: ["integrationName", "installationId"], dataArg: "data", tag: "unknown", toolset: "public", kind: "write", returnShape: "scalar" },
|
|
244
|
+
{ name: "gitbook_remove_custom_hostname", op: "removeCustomHostname", namespace: "customHostnames", verb: "DELETE", path: "/custom-hostnames/{hostname}", summary: "Remove a custom hostname", pathParams: ["hostname"], dataArg: null, tag: "custom-hostnames", toolset: "public", kind: "destructive", returnShape: "void" },
|
|
245
|
+
{ name: "gitbook_resolve_published_content_by_url", op: "resolvePublishedContentByUrl", namespace: "urls", verb: "POST", path: "/urls/published", summary: "Resolve a URL of a published content.", pathParams: [], dataArg: "data", tag: "urls", toolset: "public", kind: "write", returnShape: "scalar" },
|
|
246
|
+
{ name: "gitbook_ask_in_organization", op: "askInOrganization", namespace: "orgs", verb: "POST", path: "/orgs/{organizationId}/ask", summary: "Ask a question in an organization", pathParams: ["organizationId"], dataArg: "data", tag: "organization-ask", toolset: "site-ai", kind: "write", returnShape: "scalar" },
|
|
247
|
+
{ name: "gitbook_get_recommended_questions_in_organization", op: "getRecommendedQuestionsInOrganization", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/ask/questions", summary: "List recommended questions to ask in an organization", pathParams: ["organizationId"], dataArg: null, tag: "organization-ask", toolset: "site-ai", kind: "read", returnShape: "scalar" },
|
|
248
|
+
{ name: "gitbook_get_site_agent_settings_by_id", op: "getSiteAgentSettingsById", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/agent-settings", summary: "Get site agent settings", pathParams: ["organizationId", "siteId"], dataArg: null, tag: "site-agent-settings", toolset: "site-ai", kind: "read", returnShape: "scalar" },
|
|
249
|
+
{ name: "gitbook_get_site_question_answer_by_id", op: "getSiteQuestionAnswerById", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/answers/{siteQuestionAnswerId}", summary: "Get a site answer by ID", pathParams: ["organizationId", "siteId", "siteQuestionAnswerId"], dataArg: null, tag: "site-questions", toolset: "site-ai", kind: "read", returnShape: "scalar" },
|
|
250
|
+
{ name: "gitbook_get_site_question_answer_thread_by_id", op: "getSiteQuestionAnswerThreadById", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/answers/{siteQuestionAnswerId}/thread", summary: "Get a site answer thread by answer ID", pathParams: ["organizationId", "siteId", "siteQuestionAnswerId"], dataArg: null, tag: "site-questions", toolset: "site-ai", kind: "read", returnShape: "scalar" },
|
|
251
|
+
{ name: "gitbook_get_site_question_by_id", op: "getSiteQuestionById", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/questions/{siteQuestionId}", summary: "Get a site question by ID", pathParams: ["organizationId", "siteId", "siteQuestionId"], dataArg: "query", tag: "site-questions", toolset: "site-ai", kind: "read", returnShape: "scalar" },
|
|
252
|
+
{ name: "gitbook_get_site_question_stats", op: "getSiteQuestionStats", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/question-stats", summary: "Get question stats for a site", pathParams: ["organizationId", "siteId"], dataArg: "query", tag: "site-questions", toolset: "site-ai", kind: "read", returnShape: "scalar" },
|
|
253
|
+
{ name: "gitbook_list_site_question_answer_sources", op: "listSiteQuestionAnswerSources", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/answers/{siteQuestionAnswerId}/sources", summary: "List the sources for an answer", pathParams: ["organizationId", "siteId", "siteQuestionAnswerId"], dataArg: "query", tag: "site-questions", toolset: "site-ai", kind: "read", returnShape: "items" },
|
|
254
|
+
{ name: "gitbook_list_site_question_answers", op: "listSiteQuestionAnswers", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/answers", summary: "List all answers for a site", pathParams: ["organizationId", "siteId"], dataArg: "query", tag: "site-questions", toolset: "site-ai", kind: "read", returnShape: "items" },
|
|
255
|
+
{ name: "gitbook_list_site_question_sources", op: "listSiteQuestionSources", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/questions/{siteQuestionId}/sources", summary: "List sources for a question", pathParams: ["organizationId", "siteId", "siteQuestionId"], dataArg: "query", tag: "site-questions", toolset: "site-ai", kind: "read", returnShape: "items" },
|
|
256
|
+
{ name: "gitbook_list_site_questions", op: "listSiteQuestions", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/questions", summary: "List all questions in a site", pathParams: ["organizationId", "siteId"], dataArg: "query", tag: "site-questions", toolset: "site-ai", kind: "read", returnShape: "items" },
|
|
257
|
+
{ name: "gitbook_stream_ai_response_in_site", op: "streamAiResponseInSite", namespace: "orgs", verb: "POST", path: "/orgs/{organizationId}/sites/{siteId}/ai/response", summary: "Generate an AI response in a site", pathParams: ["organizationId", "siteId"], dataArg: "data", tag: "site-ai", toolset: "site-ai", kind: "write", returnShape: "stream", exclude: true },
|
|
258
|
+
{ name: "gitbook_stream_ask_in_organization", op: "streamAskInOrganization", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/ask/stream", summary: "Ask a question in an organization (streamed)", pathParams: ["organizationId"], dataArg: "query", tag: "organization-ask", toolset: "site-ai", kind: "read", returnShape: "stream", exclude: true },
|
|
259
|
+
{ name: "gitbook_stream_ask_in_site", op: "streamAskInSite", namespace: "orgs", verb: "POST", path: "/orgs/{organizationId}/sites/{siteId}/ask", summary: "Ask a question in a site", pathParams: ["organizationId", "siteId"], dataArg: "data", tag: "site-ask", toolset: "site-ai", kind: "write", returnShape: "stream", exclude: true },
|
|
260
|
+
{ name: "gitbook_stream_recommended_questions_in_organization", op: "streamRecommendedQuestionsInOrganization", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/ask/questions/stream", summary: "List recommended questions to ask in an organization (streamed)", pathParams: ["organizationId"], dataArg: null, tag: "organization-ask", toolset: "site-ai", kind: "read", returnShape: "stream", exclude: true },
|
|
261
|
+
{ name: "gitbook_stream_recommended_questions_in_site", op: "streamRecommendedQuestionsInSite", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/ask/questions", summary: "List recommended questions to ask in a site", pathParams: ["organizationId", "siteId"], dataArg: "query", tag: "site-ask", toolset: "site-ai", kind: "read", returnShape: "stream", exclude: true },
|
|
262
|
+
{ name: "gitbook_update_site_agent_settings_by_id", op: "updateSiteAgentSettingsById", namespace: "orgs", verb: "PUT", path: "/orgs/{organizationId}/sites/{siteId}/agent-settings", summary: "Update site agent settings", pathParams: ["organizationId", "siteId"], dataArg: "data", tag: "site-agent-settings", toolset: "site-ai", kind: "write", returnShape: "scalar" },
|
|
263
|
+
{ name: "gitbook_ads_list_sites", op: "adsListSites", namespace: "ads", verb: "GET", path: "/ads/sites", summary: "List all the sites with ads configured", pathParams: [], dataArg: "query", tag: "site-ads", toolset: "site-insights", kind: "read", returnShape: "items" },
|
|
264
|
+
{ name: "gitbook_ads_update_site", op: "adsUpdateSite", namespace: "ads", verb: "PATCH", path: "/ads/sites/{siteId}", summary: "Update the Ads configuration for a site", pathParams: ["siteId"], dataArg: "data", tag: "site-ads", toolset: "site-insights", kind: "write", returnShape: "void" },
|
|
265
|
+
{ name: "gitbook_aggregate_site_events", op: "aggregateSiteEvents", namespace: "orgs", verb: "POST", path: "/orgs/{organizationId}/sites/{siteId}/insights/events/aggregate", summary: "Query site events", pathParams: ["organizationId", "siteId"], dataArg: "data", tag: "site-insights", toolset: "site-insights", kind: "write", returnShape: "scalar" },
|
|
266
|
+
{ name: "gitbook_create_site_channel", op: "createSiteChannel", namespace: "orgs", verb: "POST", path: "/orgs/{organizationId}/sites/{siteId}/channels", summary: "Create a site channel", pathParams: ["organizationId", "siteId"], dataArg: "data", tag: "site-channels", toolset: "site-insights", kind: "write", returnShape: "scalar" },
|
|
267
|
+
{ name: "gitbook_create_site_context_connection", op: "createSiteContextConnection", namespace: "orgs", verb: "POST", path: "/orgs/{organizationId}/sites/{siteId}/context-connections", summary: "Create a context connection", pathParams: ["organizationId", "siteId"], dataArg: "data", tag: "site-context", toolset: "site-insights", kind: "write", returnShape: "scalar" },
|
|
268
|
+
{ name: "gitbook_create_site_mcp_server", op: "createSiteMcpServer", namespace: "orgs", verb: "POST", path: "/orgs/{organizationId}/sites/{siteId}/mcp-servers", summary: "Create a new MCP server", pathParams: ["organizationId", "siteId"], dataArg: "data", tag: "site-mcp-servers", toolset: "site-insights", kind: "write", returnShape: "scalar" },
|
|
269
|
+
{ name: "gitbook_create_site_scan", op: "createSiteScan", namespace: "orgs", verb: "POST", path: "/orgs/{organizationId}/sites/{siteId}/scans", summary: "Enqueue a new site scan", pathParams: ["organizationId", "siteId"], dataArg: "data", tag: "site-context", toolset: "site-insights", kind: "write", returnShape: "scalar" },
|
|
270
|
+
{ name: "gitbook_delete_site_channel_by_id", op: "deleteSiteChannelById", namespace: "orgs", verb: "DELETE", path: "/orgs/{organizationId}/sites/{siteId}/channels/{siteChannelId}", summary: "Delete a site channel", pathParams: ["organizationId", "siteId", "siteChannelId"], dataArg: null, tag: "site-channels", toolset: "site-insights", kind: "destructive", returnShape: "void" },
|
|
271
|
+
{ name: "gitbook_delete_site_context_connection_by_id", op: "deleteSiteContextConnectionById", namespace: "orgs", verb: "DELETE", path: "/orgs/{organizationId}/sites/{siteId}/context-connections/{siteContextConnectionId}", summary: "Delete a context connection", pathParams: ["organizationId", "siteId", "siteContextConnectionId"], dataArg: null, tag: "site-context", toolset: "site-insights", kind: "destructive", returnShape: "void" },
|
|
272
|
+
{ name: "gitbook_delete_site_mcp_server_by_id", op: "deleteSiteMcpServerById", namespace: "orgs", verb: "DELETE", path: "/orgs/{organizationId}/sites/{siteId}/mcp-servers/{siteMcpServerId}", summary: "Delete a site MCP server", pathParams: ["organizationId", "siteId", "siteMcpServerId"], dataArg: null, tag: "site-mcp-servers", toolset: "site-insights", kind: "destructive", returnShape: "void" },
|
|
273
|
+
{ name: "gitbook_delete_site_topic_findings", op: "deleteSiteTopicFindings", namespace: "orgs", verb: "DELETE", path: "/orgs/{organizationId}/sites/{siteId}/topics/{siteTopicId}/findings", summary: "Delete all findings for a topic", pathParams: ["organizationId", "siteId", "siteTopicId"], dataArg: null, tag: "site-context", toolset: "site-insights", kind: "destructive", returnShape: "void" },
|
|
274
|
+
{ name: "gitbook_get_site_channel_by_id", op: "getSiteChannelById", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/channels/{siteChannelId}", summary: "Get a site channel", pathParams: ["organizationId", "siteId", "siteChannelId"], dataArg: null, tag: "site-channels", toolset: "site-insights", kind: "read", returnShape: "scalar" },
|
|
275
|
+
{ name: "gitbook_get_site_context_connection_by_id", op: "getSiteContextConnectionById", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/context-connections/{siteContextConnectionId}", summary: "Get a context connection", pathParams: ["organizationId", "siteId", "siteContextConnectionId"], dataArg: null, tag: "site-context", toolset: "site-insights", kind: "read", returnShape: "scalar" },
|
|
276
|
+
{ name: "gitbook_get_site_context_record_by_id", op: "getSiteContextRecordById", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/context-records/{siteContextRecordId}", summary: "Get a context record", pathParams: ["organizationId", "siteId", "siteContextRecordId"], dataArg: null, tag: "site-context", toolset: "site-insights", kind: "read", returnShape: "scalar" },
|
|
277
|
+
{ name: "gitbook_get_site_finding_by_id", op: "getSiteFindingById", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/findings/{siteFindingId}", summary: "Get a site finding by ID", pathParams: ["organizationId", "siteId", "siteFindingId"], dataArg: null, tag: "site-context", toolset: "site-insights", kind: "read", returnShape: "scalar" },
|
|
278
|
+
{ name: "gitbook_get_site_mcp_server_by_id", op: "getSiteMcpServerById", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/mcp-servers/{siteMcpServerId}", summary: "Get a site MCP server", pathParams: ["organizationId", "siteId", "siteMcpServerId"], dataArg: null, tag: "site-mcp-servers", toolset: "site-insights", kind: "read", returnShape: "scalar" },
|
|
279
|
+
{ name: "gitbook_get_site_scan_by_id", op: "getSiteScanById", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/scans/{siteScanId}", summary: "Get a site scan by ID", pathParams: ["organizationId", "siteId", "siteScanId"], dataArg: null, tag: "site-context", toolset: "site-insights", kind: "read", returnShape: "scalar" },
|
|
280
|
+
{ name: "gitbook_get_site_topic_by_id", op: "getSiteTopicById", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/topics/{siteTopicId}", summary: "Get a topic", pathParams: ["organizationId", "siteId", "siteTopicId"], dataArg: null, tag: "site-context", toolset: "site-insights", kind: "read", returnShape: "scalar" },
|
|
281
|
+
{ name: "gitbook_list_change_requests_for_site_finding", op: "listChangeRequestsForSiteFinding", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/findings/{siteFindingId}/change-requests", summary: "List change requests linked to a site finding", pathParams: ["organizationId", "siteId", "siteFindingId"], dataArg: "query", tag: "site-context", toolset: "site-insights", kind: "read", returnShape: "items" },
|
|
282
|
+
{ name: "gitbook_list_pages_for_site_finding", op: "listPagesForSiteFinding", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/findings/{siteFindingId}/pages", summary: "List pages linked to a site finding", pathParams: ["organizationId", "siteId", "siteFindingId"], dataArg: "query", tag: "site-context", toolset: "site-insights", kind: "read", returnShape: "items" },
|
|
283
|
+
{ name: "gitbook_list_questions_for_site_finding", op: "listQuestionsForSiteFinding", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/findings/{siteFindingId}/questions", summary: "List questions linked to a site finding", pathParams: ["organizationId", "siteId", "siteFindingId"], dataArg: "query", tag: "site-context", toolset: "site-insights", kind: "read", returnShape: "items" },
|
|
284
|
+
{ name: "gitbook_list_records_for_site_finding", op: "listRecordsForSiteFinding", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/findings/{siteFindingId}/records", summary: "List records linked to a site finding", pathParams: ["organizationId", "siteId", "siteFindingId"], dataArg: "query", tag: "site-context", toolset: "site-insights", kind: "read", returnShape: "items" },
|
|
285
|
+
{ name: "gitbook_list_site_channels", op: "listSiteChannels", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/channels", summary: "List all site channels for a site", pathParams: ["organizationId", "siteId"], dataArg: "query", tag: "site-channels", toolset: "site-insights", kind: "read", returnShape: "items" },
|
|
286
|
+
{ name: "gitbook_list_site_context_connections", op: "listSiteContextConnections", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/context-connections", summary: "List all context connections", pathParams: ["organizationId", "siteId"], dataArg: "query", tag: "site-context", toolset: "site-insights", kind: "read", returnShape: "items" },
|
|
287
|
+
{ name: "gitbook_list_site_context_records", op: "listSiteContextRecords", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/context-records", summary: "List all context records", pathParams: ["organizationId", "siteId"], dataArg: "query", tag: "site-context", toolset: "site-insights", kind: "read", returnShape: "items" },
|
|
288
|
+
{ name: "gitbook_list_site_findings", op: "listSiteFindings", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/findings", summary: "List all site context findings", pathParams: ["organizationId", "siteId"], dataArg: "query", tag: "site-context", toolset: "site-insights", kind: "read", returnShape: "items" },
|
|
289
|
+
{ name: "gitbook_list_site_mcp_servers", op: "listSiteMcpServers", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/mcp-servers", summary: "List all MCP servers for a site", pathParams: ["organizationId", "siteId"], dataArg: "query", tag: "site-mcp-servers", toolset: "site-insights", kind: "read", returnShape: "items" },
|
|
290
|
+
{ name: "gitbook_list_site_scans", op: "listSiteScans", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/scans", summary: "List all site scans", pathParams: ["organizationId", "siteId"], dataArg: "query", tag: "site-context", toolset: "site-insights", kind: "read", returnShape: "items" },
|
|
291
|
+
{ name: "gitbook_list_site_topics", op: "listSiteTopics", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/topics", summary: "List all topics", pathParams: ["organizationId", "siteId"], dataArg: "query", tag: "site-context", toolset: "site-insights", kind: "read", returnShape: "items" },
|
|
292
|
+
{ name: "gitbook_list_site_visitor_segments", op: "listSiteVisitorSegments", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/insights/visitor-segments", summary: "List a site visitor segments", pathParams: ["organizationId", "siteId"], dataArg: null, tag: "site-insights", toolset: "site-insights", kind: "read", returnShape: "items" },
|
|
293
|
+
{ name: "gitbook_sync_site_context_connection", op: "syncSiteContextConnection", namespace: "orgs", verb: "POST", path: "/orgs/{organizationId}/sites/{siteId}/context-connections/{siteContextConnectionId}/sync", summary: "Trigger a sync for a context connection", pathParams: ["organizationId", "siteId", "siteContextConnectionId"], dataArg: null, tag: "site-context", toolset: "site-insights", kind: "write", returnShape: "void" },
|
|
294
|
+
{ name: "gitbook_track_events_in_site_by_id", op: "trackEventsInSiteById", namespace: "orgs", verb: "POST", path: "/orgs/{organizationId}/sites/{siteId}/insights/events", summary: "Track site events", pathParams: ["organizationId", "siteId"], dataArg: "data", tag: "site-insights", toolset: "site-insights", kind: "write", returnShape: "void" },
|
|
295
|
+
{ name: "gitbook_trigger_change_requests_for_site_finding", op: "triggerChangeRequestsForSiteFinding", namespace: "orgs", verb: "POST", path: "/orgs/{organizationId}/sites/{siteId}/findings/{siteFindingId}/change-requests", summary: "Process a site finding into change requests", pathParams: ["organizationId", "siteId", "siteFindingId"], dataArg: null, tag: "site-context", toolset: "site-insights", kind: "write", returnShape: "void" },
|
|
296
|
+
{ name: "gitbook_update_site_ads_by_id", op: "updateSiteAdsById", namespace: "orgs", verb: "POST", path: "/orgs/{organizationId}/sites/{siteId}/ads", summary: "Update a site ads settings", pathParams: ["organizationId", "siteId"], dataArg: "data", tag: "site-ads", toolset: "site-insights", kind: "write", returnShape: "void" },
|
|
297
|
+
{ name: "gitbook_update_site_channel_by_id", op: "updateSiteChannelById", namespace: "orgs", verb: "PATCH", path: "/orgs/{organizationId}/sites/{siteId}/channels/{siteChannelId}", summary: "Update a site channel", pathParams: ["organizationId", "siteId", "siteChannelId"], dataArg: "data", tag: "site-channels", toolset: "site-insights", kind: "write", returnShape: "scalar" },
|
|
298
|
+
{ name: "gitbook_update_site_context_connection_by_id", op: "updateSiteContextConnectionById", namespace: "orgs", verb: "PATCH", path: "/orgs/{organizationId}/sites/{siteId}/context-connections/{siteContextConnectionId}", summary: "Update a context connection", pathParams: ["organizationId", "siteId", "siteContextConnectionId"], dataArg: "data", tag: "site-context", toolset: "site-insights", kind: "write", returnShape: "scalar" },
|
|
299
|
+
{ name: "gitbook_update_site_finding_by_id", op: "updateSiteFindingById", namespace: "orgs", verb: "PATCH", path: "/orgs/{organizationId}/sites/{siteId}/findings/{siteFindingId}", summary: "Update a site finding", pathParams: ["organizationId", "siteId", "siteFindingId"], dataArg: "data", tag: "site-context", toolset: "site-insights", kind: "write", returnShape: "scalar" },
|
|
300
|
+
{ name: "gitbook_update_site_mcp_server_by_id", op: "updateSiteMcpServerById", namespace: "orgs", verb: "PATCH", path: "/orgs/{organizationId}/sites/{siteId}/mcp-servers/{siteMcpServerId}", summary: "Update a site MCP server", pathParams: ["organizationId", "siteId", "siteMcpServerId"], dataArg: "data", tag: "site-mcp-servers", toolset: "site-insights", kind: "write", returnShape: "scalar" },
|
|
301
|
+
{ name: "gitbook_update_site_topic_by_id", op: "updateSiteTopicById", namespace: "orgs", verb: "PATCH", path: "/orgs/{organizationId}/sites/{siteId}/topics/{siteTopicId}", summary: "Update a topic", pathParams: ["organizationId", "siteId", "siteTopicId"], dataArg: "data", tag: "site-context", toolset: "site-insights", kind: "write", returnShape: "scalar" },
|
|
302
|
+
{ name: "gitbook_upsert_site_context_records", op: "upsertSiteContextRecords", namespace: "orgs", verb: "PUT", path: "/orgs/{organizationId}/sites/{siteId}/context-records", summary: "Create or update context records", pathParams: ["organizationId", "siteId"], dataArg: "data", tag: "site-context", toolset: "site-insights", kind: "write", returnShape: "void" },
|
|
303
|
+
{ name: "gitbook_add_section_group_to_site", op: "addSectionGroupToSite", namespace: "orgs", verb: "POST", path: "/orgs/{organizationId}/sites/{siteId}/section-groups", summary: "Add a section group to a site", pathParams: ["organizationId", "siteId"], dataArg: "data", tag: "site-section-groups", toolset: "sites", kind: "write", returnShape: "scalar" },
|
|
304
|
+
{ name: "gitbook_add_section_to_site", op: "addSectionToSite", namespace: "orgs", verb: "POST", path: "/orgs/{organizationId}/sites/{siteId}/sections", summary: "Add a section to a site", pathParams: ["organizationId", "siteId"], dataArg: "data", tag: "site-sections", toolset: "sites", kind: "write", returnShape: "scalar" },
|
|
305
|
+
{ name: "gitbook_add_space_to_site", op: "addSpaceToSite", namespace: "orgs", verb: "POST", path: "/orgs/{organizationId}/sites/{siteId}/site-spaces", summary: "Add a space to a site", pathParams: ["organizationId", "siteId"], dataArg: "data", tag: "site-spaces", toolset: "sites", kind: "write", returnShape: "scalar" },
|
|
306
|
+
{ name: "gitbook_bulk_upsert_site_redirects", op: "bulkUpsertSiteRedirects", namespace: "orgs", verb: "PUT", path: "/orgs/{organizationId}/sites/{siteId}/redirects", summary: "Create or update site redirects in bulk", pathParams: ["organizationId", "siteId"], dataArg: "data", tag: "site-redirects", toolset: "sites", kind: "write", returnShape: "scalar" },
|
|
307
|
+
{ name: "gitbook_create_site", op: "createSite", namespace: "orgs", verb: "POST", path: "/orgs/{organizationId}/sites", summary: "Create a site", pathParams: ["organizationId"], dataArg: "data", tag: "sites", toolset: "sites", kind: "write", returnShape: "scalar" },
|
|
308
|
+
{ name: "gitbook_create_site_redirect", op: "createSiteRedirect", namespace: "orgs", verb: "POST", path: "/orgs/{organizationId}/sites/{siteId}/redirects", summary: "Create a site redirect", pathParams: ["organizationId", "siteId"], dataArg: "data", tag: "site-redirects", toolset: "sites", kind: "write", returnShape: "scalar" },
|
|
309
|
+
{ name: "gitbook_create_site_share_link", op: "createSiteShareLink", namespace: "orgs", verb: "POST", path: "/orgs/{organizationId}/sites/{siteId}/share-links", summary: "Create a share link", pathParams: ["organizationId", "siteId"], dataArg: "data", tag: "site-share-links", toolset: "sites", kind: "write", returnShape: "scalar" },
|
|
310
|
+
{ name: "gitbook_create_site_styleguide_by_id", op: "createSiteStyleguideById", namespace: "orgs", verb: "POST", path: "/orgs/{organizationId}/sites/{siteId}/styleguide", summary: "Create or return a site's styleguide", pathParams: ["organizationId", "siteId"], dataArg: null, tag: "sites", toolset: "sites", kind: "write", returnShape: "scalar" },
|
|
311
|
+
{ name: "gitbook_delete_site_by_id", op: "deleteSiteById", namespace: "orgs", verb: "DELETE", path: "/orgs/{organizationId}/sites/{siteId}", summary: "Delete a site", pathParams: ["organizationId", "siteId"], dataArg: null, tag: "sites", toolset: "sites", kind: "destructive", returnShape: "void" },
|
|
312
|
+
{ name: "gitbook_delete_site_redirect_by_id", op: "deleteSiteRedirectById", namespace: "orgs", verb: "DELETE", path: "/orgs/{organizationId}/sites/{siteId}/redirects/{siteRedirectId}", summary: "Delete a site redirect", pathParams: ["organizationId", "siteId", "siteRedirectId"], dataArg: null, tag: "site-redirects", toolset: "sites", kind: "destructive", returnShape: "void" },
|
|
313
|
+
{ name: "gitbook_delete_site_section_by_id", op: "deleteSiteSectionById", namespace: "orgs", verb: "DELETE", path: "/orgs/{organizationId}/sites/{siteId}/sections/{siteSectionId}", summary: "Delete a site section", pathParams: ["organizationId", "siteId", "siteSectionId"], dataArg: null, tag: "site-sections", toolset: "sites", kind: "destructive", returnShape: "void" },
|
|
314
|
+
{ name: "gitbook_delete_site_section_group_by_id", op: "deleteSiteSectionGroupById", namespace: "orgs", verb: "DELETE", path: "/orgs/{organizationId}/sites/{siteId}/section-groups/{siteSectionGroupId}", summary: "Delete a site section group", pathParams: ["organizationId", "siteId", "siteSectionGroupId"], dataArg: null, tag: "site-section-groups", toolset: "sites", kind: "destructive", returnShape: "void" },
|
|
315
|
+
{ name: "gitbook_delete_site_share_link_by_id", op: "deleteSiteShareLinkById", namespace: "orgs", verb: "DELETE", path: "/orgs/{organizationId}/sites/{siteId}/share-links/{shareLinkId}", summary: "Deletes a share link", pathParams: ["organizationId", "siteId", "shareLinkId"], dataArg: null, tag: "site-share-links", toolset: "sites", kind: "destructive", returnShape: "void" },
|
|
316
|
+
{ name: "gitbook_delete_site_space_by_id", op: "deleteSiteSpaceById", namespace: "orgs", verb: "DELETE", path: "/orgs/{organizationId}/sites/{siteId}/site-spaces/{siteSpaceId}", summary: "Delete a site space", pathParams: ["organizationId", "siteId", "siteSpaceId"], dataArg: null, tag: "site-spaces", toolset: "sites", kind: "destructive", returnShape: "void" },
|
|
317
|
+
{ name: "gitbook_delete_site_space_customization_by_id", op: "deleteSiteSpaceCustomizationById", namespace: "orgs", verb: "DELETE", path: "/orgs/{organizationId}/sites/{siteId}/site-spaces/{siteSpaceId}/customization", summary: "Delete a site space customization settings", pathParams: ["organizationId", "siteId", "siteSpaceId"], dataArg: null, tag: "site-customization", toolset: "sites", kind: "destructive", returnShape: "void" },
|
|
318
|
+
{ name: "gitbook_delete_site_styleguide_by_id", op: "deleteSiteStyleguideById", namespace: "orgs", verb: "DELETE", path: "/orgs/{organizationId}/sites/{siteId}/styleguide", summary: "Delete a site's styleguide", pathParams: ["organizationId", "siteId"], dataArg: null, tag: "sites", toolset: "sites", kind: "destructive", returnShape: "void" },
|
|
319
|
+
{ name: "gitbook_get_published_content_site", op: "getPublishedContentSite", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/published", summary: "Get a published site", pathParams: ["organizationId", "siteId"], dataArg: "query", tag: "sites", toolset: "sites", kind: "read", returnShape: "scalar" },
|
|
320
|
+
{ name: "gitbook_get_site_adaptive_schema", op: "getSiteAdaptiveSchema", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/adaptive-schema", summary: "Get the JSON schema describing the attributes expected for an Adaptive content site visitor.", pathParams: ["organizationId", "siteId"], dataArg: null, tag: "sites", toolset: "sites", kind: "read", returnShape: "scalar" },
|
|
321
|
+
{ name: "gitbook_get_site_by_id", op: "getSiteById", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}", summary: "Get a site by its ID", pathParams: ["organizationId", "siteId"], dataArg: null, tag: "sites", toolset: "sites", kind: "read", returnShape: "scalar" },
|
|
322
|
+
{ name: "gitbook_get_site_customization_by_id", op: "getSiteCustomizationById", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/customization", summary: "Get a site customization settings", pathParams: ["organizationId", "siteId"], dataArg: "query", tag: "site-customization", toolset: "sites", kind: "read", returnShape: "scalar" },
|
|
323
|
+
{ name: "gitbook_get_site_publishing_auth_by_id", op: "getSitePublishingAuthById", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/publishing/auth", summary: "Get a site auth config", pathParams: ["organizationId", "siteId"], dataArg: null, tag: "site-publishing-auth", toolset: "sites", kind: "read", returnShape: "scalar" },
|
|
324
|
+
{ name: "gitbook_get_site_publishing_preview_by_id", op: "getSitePublishingPreviewById", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/publishing/preview", summary: "Get a site preview URL", pathParams: ["organizationId", "siteId"], dataArg: "query", tag: "site-preview", toolset: "sites", kind: "read", returnShape: "scalar" },
|
|
325
|
+
{ name: "gitbook_get_site_redirect_by_source", op: "getSiteRedirectBySource", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/redirect", summary: "Get a site redirect by its source", pathParams: ["organizationId", "siteId"], dataArg: "query", tag: "site-redirects", toolset: "sites", kind: "read", returnShape: "scalar" },
|
|
326
|
+
{ name: "gitbook_get_site_space_customization_by_id", op: "getSiteSpaceCustomizationById", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/site-spaces/{siteSpaceId}/customization", summary: "Get a site space customization settings", pathParams: ["organizationId", "siteId", "siteSpaceId"], dataArg: "query", tag: "site-customization", toolset: "sites", kind: "read", returnShape: "scalar" },
|
|
327
|
+
{ name: "gitbook_get_site_structure", op: "getSiteStructure", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/structure", summary: "Get a site structure", pathParams: ["organizationId", "siteId"], dataArg: "query", tag: "site-structure", toolset: "sites", kind: "read", returnShape: "scalar" },
|
|
328
|
+
{ name: "gitbook_invite_to_site", op: "inviteToSite", namespace: "orgs", verb: "POST", path: "/orgs/{organizationId}/sites/{siteId}/permissions", summary: "Invite a user or a team to a site", pathParams: ["organizationId", "siteId"], dataArg: "data", tag: "site-permissions", toolset: "sites", kind: "write", returnShape: "void" },
|
|
329
|
+
{ name: "gitbook_list_permissions_aggregate_in_site", op: "listPermissionsAggregateInSite", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/permissions/aggregate", summary: "List all sites users permissions", pathParams: ["organizationId", "siteId"], dataArg: "query", tag: "site-users", toolset: "sites", kind: "read", returnShape: "items" },
|
|
330
|
+
{ name: "gitbook_list_site_adaptive_template_conditions", op: "listSiteAdaptiveTemplateConditions", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/adaptive-schema/template-conditions", summary: "List templates of conditions generated based on the site visitor schema that can be used in adaptive content expressions.", pathParams: ["organizationId", "siteId"], dataArg: null, tag: "sites", toolset: "sites", kind: "read", returnShape: "items" },
|
|
331
|
+
{ name: "gitbook_list_site_redirects", op: "listSiteRedirects", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/redirects", summary: "List all site redirects", pathParams: ["organizationId", "siteId"], dataArg: "query", tag: "site-redirects", toolset: "sites", kind: "read", returnShape: "items" },
|
|
332
|
+
{ name: "gitbook_list_site_section_groups", op: "listSiteSectionGroups", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/section-groups", summary: "List all site section groups", pathParams: ["organizationId", "siteId"], dataArg: "query", tag: "site-section-groups", toolset: "sites", kind: "read", returnShape: "items" },
|
|
333
|
+
{ name: "gitbook_list_site_sections", op: "listSiteSections", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/sections", summary: "List all site sections", pathParams: ["organizationId", "siteId"], dataArg: "query", tag: "site-sections", toolset: "sites", kind: "read", returnShape: "items" },
|
|
334
|
+
{ name: "gitbook_list_site_share_links", op: "listSiteShareLinks", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/share-links", summary: "List all share links", pathParams: ["organizationId", "siteId"], dataArg: "query", tag: "site-share-links", toolset: "sites", kind: "read", returnShape: "items" },
|
|
335
|
+
{ name: "gitbook_list_site_spaces", op: "listSiteSpaces", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/site-spaces", summary: "List all the site spaces", pathParams: ["organizationId", "siteId"], dataArg: "query", tag: "site-spaces", toolset: "sites", kind: "read", returnShape: "items" },
|
|
336
|
+
{ name: "gitbook_list_sites", op: "listSites", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites", summary: "List all sites", pathParams: ["organizationId"], dataArg: "query", tag: "sites", toolset: "sites", kind: "read", returnShape: "items" },
|
|
337
|
+
{ name: "gitbook_list_team_permissions_in_site", op: "listTeamPermissionsInSite", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/permissions/teams", summary: "List an org team's permission in a site", pathParams: ["organizationId", "siteId"], dataArg: "query", tag: "site-permissions", toolset: "sites", kind: "read", returnShape: "items" },
|
|
338
|
+
{ name: "gitbook_list_user_permissions_in_site", op: "listUserPermissionsInSite", namespace: "orgs", verb: "GET", path: "/orgs/{organizationId}/sites/{siteId}/permissions/users", summary: "List site user permissions", pathParams: ["organizationId", "siteId"], dataArg: "query", tag: "site-users", toolset: "sites", kind: "read", returnShape: "items" },
|
|
339
|
+
{ name: "gitbook_move_site_section", op: "moveSiteSection", namespace: "orgs", verb: "POST", path: "/orgs/{organizationId}/sites/{siteId}/sections/{siteSectionId}/move", summary: "Move a site section to a new position. (Deprecated) use sortSiteStructure instead.", pathParams: ["organizationId", "siteId", "siteSectionId"], dataArg: "data", tag: "site-sections", toolset: "sites", kind: "write", returnShape: "scalar" },
|
|
340
|
+
{ name: "gitbook_move_site_section_group", op: "moveSiteSectionGroup", namespace: "orgs", verb: "POST", path: "/orgs/{organizationId}/sites/{siteId}/section-groups/{siteSectionGroupId}/move", summary: "Move a site section group to a new position. (Deprecated) use sortSiteStructure instead.", pathParams: ["organizationId", "siteId", "siteSectionGroupId"], dataArg: "data", tag: "site-section-groups", toolset: "sites", kind: "write", returnShape: "scalar" },
|
|
341
|
+
{ name: "gitbook_move_site_space", op: "moveSiteSpace", namespace: "orgs", verb: "POST", path: "/orgs/{organizationId}/sites/{siteId}/site-spaces/{siteSpaceId}/move", summary: "Move a site space to a new position. (Deprecated) use sortSiteStructure instead.", pathParams: ["organizationId", "siteId", "siteSpaceId"], dataArg: "data", tag: "site-spaces", toolset: "sites", kind: "write", returnShape: "scalar" },
|
|
342
|
+
{ name: "gitbook_override_site_space_customization_by_id", op: "overrideSiteSpaceCustomizationById", namespace: "orgs", verb: "PATCH", path: "/orgs/{organizationId}/sites/{siteId}/site-spaces/{siteSpaceId}/customization", summary: "Override a site space customization settings", pathParams: ["organizationId", "siteId", "siteSpaceId"], dataArg: "data", tag: "site-customization", toolset: "sites", kind: "write", returnShape: "scalar" },
|
|
343
|
+
{ name: "gitbook_publish_site", op: "publishSite", namespace: "orgs", verb: "POST", path: "/orgs/{organizationId}/sites/{siteId}/publish", summary: "Publish a site", pathParams: ["organizationId", "siteId"], dataArg: null, tag: "sites", toolset: "sites", kind: "write", returnShape: "scalar" },
|
|
344
|
+
{ name: "gitbook_regenerate_site_publishing_auth_by_id", op: "regenerateSitePublishingAuthById", namespace: "orgs", verb: "POST", path: "/orgs/{organizationId}/sites/{siteId}/publishing/auth/regenerate", summary: "Regenerate a site auth", pathParams: ["organizationId", "siteId"], dataArg: null, tag: "site-publishing-auth", toolset: "sites", kind: "write", returnShape: "scalar" },
|
|
345
|
+
{ name: "gitbook_remove_team_from_site", op: "removeTeamFromSite", namespace: "orgs", verb: "DELETE", path: "/orgs/{organizationId}/sites/{siteId}/permissions/teams/{teamId}", summary: "Remove an org team from a site", pathParams: ["organizationId", "siteId", "teamId"], dataArg: null, tag: "site-permissions", toolset: "sites", kind: "destructive", returnShape: "void" },
|
|
346
|
+
{ name: "gitbook_remove_user_from_site", op: "removeUserFromSite", namespace: "orgs", verb: "DELETE", path: "/orgs/{organizationId}/sites/{siteId}/permissions/users/{userId}", summary: "Remove a site user", pathParams: ["organizationId", "siteId", "userId"], dataArg: null, tag: "site-users", toolset: "sites", kind: "destructive", returnShape: "void" },
|
|
347
|
+
{ name: "gitbook_search_site_content", op: "searchSiteContent", namespace: "orgs", verb: "POST", path: "/orgs/{organizationId}/sites/{siteId}/search", summary: "Search in a site", pathParams: ["organizationId", "siteId"], dataArg: "data", tag: "sites", toolset: "sites", kind: "write", returnShape: "items" },
|
|
348
|
+
{ name: "gitbook_sort_site_structure", op: "sortSiteStructure", namespace: "orgs", verb: "PATCH", path: "/orgs/{organizationId}/sites/{siteId}/structure/sort", summary: "Move a site space, site section or site section group to a new position in the site structure.", pathParams: ["organizationId", "siteId"], dataArg: "data", tag: "sites", toolset: "sites", kind: "write", returnShape: "scalar" },
|
|
349
|
+
{ name: "gitbook_unpublish_site", op: "unpublishSite", namespace: "orgs", verb: "POST", path: "/orgs/{organizationId}/sites/{siteId}/unpublish", summary: "Unpublish a site", pathParams: ["organizationId", "siteId"], dataArg: null, tag: "sites", toolset: "sites", kind: "destructive", returnShape: "scalar" },
|
|
350
|
+
{ name: "gitbook_update_site_adaptive_schema", op: "updateSiteAdaptiveSchema", namespace: "orgs", verb: "PUT", path: "/orgs/{organizationId}/sites/{siteId}/adaptive-schema", summary: "Update the JSON schema of the attributes expected for an Adaptive content site visitor.", pathParams: ["organizationId", "siteId"], dataArg: "data", tag: "sites", toolset: "sites", kind: "write", returnShape: "scalar" },
|
|
351
|
+
{ name: "gitbook_update_site_by_id", op: "updateSiteById", namespace: "orgs", verb: "PATCH", path: "/orgs/{organizationId}/sites/{siteId}", summary: "Update a site", pathParams: ["organizationId", "siteId"], dataArg: "data", tag: "sites", toolset: "sites", kind: "write", returnShape: "scalar" },
|
|
352
|
+
{ name: "gitbook_update_site_customization_by_id", op: "updateSiteCustomizationById", namespace: "orgs", verb: "PUT", path: "/orgs/{organizationId}/sites/{siteId}/customization", summary: "Update a site customization settings", pathParams: ["organizationId", "siteId"], dataArg: "data", tag: "site-customization", toolset: "sites", kind: "write", returnShape: "scalar" },
|
|
353
|
+
{ name: "gitbook_update_site_publishing_auth_by_id", op: "updateSitePublishingAuthById", namespace: "orgs", verb: "PATCH", path: "/orgs/{organizationId}/sites/{siteId}/publishing/auth", summary: "Update a site auth config", pathParams: ["organizationId", "siteId"], dataArg: "data", tag: "site-publishing-auth", toolset: "sites", kind: "write", returnShape: "scalar" },
|
|
354
|
+
{ name: "gitbook_update_site_redirect_by_id", op: "updateSiteRedirectById", namespace: "orgs", verb: "PATCH", path: "/orgs/{organizationId}/sites/{siteId}/redirects/{siteRedirectId}", summary: "Update a site redirect", pathParams: ["organizationId", "siteId", "siteRedirectId"], dataArg: "data", tag: "site-redirects", toolset: "sites", kind: "write", returnShape: "scalar" },
|
|
355
|
+
{ name: "gitbook_update_site_section_by_id", op: "updateSiteSectionById", namespace: "orgs", verb: "PATCH", path: "/orgs/{organizationId}/sites/{siteId}/sections/{siteSectionId}", summary: "Update a site section", pathParams: ["organizationId", "siteId", "siteSectionId"], dataArg: "data", tag: "site-sections", toolset: "sites", kind: "write", returnShape: "scalar" },
|
|
356
|
+
{ name: "gitbook_update_site_section_group_by_id", op: "updateSiteSectionGroupById", namespace: "orgs", verb: "PATCH", path: "/orgs/{organizationId}/sites/{siteId}/section-groups/{siteSectionGroupId}", summary: "Update a site section group", pathParams: ["organizationId", "siteId", "siteSectionGroupId"], dataArg: "data", tag: "site-section-groups", toolset: "sites", kind: "write", returnShape: "scalar" },
|
|
357
|
+
{ name: "gitbook_update_site_share_link_by_id", op: "updateSiteShareLinkById", namespace: "orgs", verb: "PATCH", path: "/orgs/{organizationId}/sites/{siteId}/share-links/{shareLinkId}", summary: "Update a share link", pathParams: ["organizationId", "siteId", "shareLinkId"], dataArg: "data", tag: "site-share-links", toolset: "sites", kind: "write", returnShape: "scalar" },
|
|
358
|
+
{ name: "gitbook_update_site_space_by_id", op: "updateSiteSpaceById", namespace: "orgs", verb: "PATCH", path: "/orgs/{organizationId}/sites/{siteId}/site-spaces/{siteSpaceId}", summary: "Update a site space", pathParams: ["organizationId", "siteId", "siteSpaceId"], dataArg: "data", tag: "site-spaces", toolset: "sites", kind: "write", returnShape: "scalar" },
|
|
359
|
+
{ name: "gitbook_update_team_permission_in_site", op: "updateTeamPermissionInSite", namespace: "orgs", verb: "PATCH", path: "/orgs/{organizationId}/sites/{siteId}/permissions/teams/{teamId}", summary: "Update an org team's permission in a site", pathParams: ["organizationId", "siteId", "teamId"], dataArg: "data", tag: "site-permissions", toolset: "sites", kind: "write", returnShape: "void" },
|
|
360
|
+
{ name: "gitbook_update_user_permission_in_site", op: "updateUserPermissionInSite", namespace: "orgs", verb: "PATCH", path: "/orgs/{organizationId}/sites/{siteId}/permissions/users/{userId}", summary: "Update site user permissions", pathParams: ["organizationId", "siteId", "userId"], dataArg: "data", tag: "site-users", toolset: "sites", kind: "write", returnShape: "void" },
|
|
361
|
+
];
|