webflow-api 3.3.0-beta → 3.3.1
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/BaseClient.d.ts +1 -1
- package/Client.d.ts +1 -7
- package/Client.js +31 -41
- package/LICENSE +18 -18
- package/README.md +55 -28
- package/api/resources/assets/client/Client.d.ts +4 -4
- package/api/resources/assets/client/Client.js +7 -8
- package/api/resources/assets/client/requests/AssetsListRequest.d.ts +2 -2
- package/api/resources/collections/client/Client.d.ts +2 -2
- package/api/resources/collections/client/Client.js +3 -6
- package/api/resources/collections/resources/fields/client/Client.d.ts +2 -2
- package/api/resources/collections/resources/fields/client/Client.js +4 -6
- package/api/resources/collections/resources/items/client/Client.d.ts +6 -6
- package/api/resources/collections/resources/items/client/Client.js +24 -12
- package/api/resources/collections/resources/items/client/requests/ItemsListItemsLiveRequest.d.ts +2 -2
- package/api/resources/collections/resources/items/client/requests/ItemsListItemsRequest.d.ts +2 -2
- package/api/resources/collections/resources/items/types/CreateBulkCollectionItemRequestBodyFieldData.d.ts +1 -1
- package/{dist/api/resources/collections/resources/items/types/CreateBulkCollectionItemRequestBodyFieldDataItem.d.ts → api/resources/collections/resources/items/types/CreateBulkCollectionItemRequestBodyFieldDataOneItem.d.ts} +1 -1
- package/api/resources/collections/resources/items/types/index.d.ts +1 -1
- package/api/resources/collections/resources/items/types/index.js +1 -1
- package/api/resources/components/client/Client.d.ts +8 -8
- package/api/resources/components/client/Client.js +10 -12
- package/api/resources/components/client/requests/ComponentsGetContentRequest.d.ts +2 -2
- package/api/resources/components/client/requests/ComponentsGetPropertiesRequest.d.ts +2 -2
- package/api/resources/components/client/requests/ComponentsListRequest.d.ts +2 -2
- package/api/resources/ecommerce/client/Client.d.ts +2 -2
- package/api/resources/ecommerce/client/Client.js +2 -6
- package/api/resources/forms/client/Client.d.ts +6 -6
- package/api/resources/forms/client/Client.js +7 -10
- package/api/resources/forms/client/requests/FormsListRequest.d.ts +2 -2
- package/api/resources/forms/client/requests/FormsListSubmissionsRequest.d.ts +2 -2
- package/api/resources/index.d.ts +0 -6
- package/api/resources/index.js +1 -7
- package/api/resources/inventory/client/Client.d.ts +2 -2
- package/api/resources/inventory/client/Client.js +3 -6
- package/api/resources/orders/client/Client.d.ts +4 -4
- package/api/resources/orders/client/Client.js +8 -8
- package/api/resources/orders/client/requests/OrdersListRequest.d.ts +2 -2
- package/api/resources/pages/client/Client.d.ts +6 -6
- package/api/resources/pages/client/Client.js +8 -10
- package/api/resources/pages/client/requests/PagesGetContentRequest.d.ts +2 -2
- package/api/resources/pages/client/requests/PagesListRequest.d.ts +2 -2
- package/api/resources/pages/resources/scripts/client/Client.d.ts +2 -2
- package/api/resources/pages/resources/scripts/client/Client.js +3 -6
- package/api/resources/products/client/Client.d.ts +4 -4
- package/api/resources/products/client/Client.js +8 -8
- package/api/resources/products/client/requests/ProductsListRequest.d.ts +2 -2
- package/api/resources/scripts/client/Client.d.ts +2 -2
- package/api/resources/scripts/client/Client.js +4 -6
- package/api/resources/sites/client/Client.d.ts +2 -2
- package/api/resources/sites/client/Client.js +5 -6
- package/api/resources/sites/resources/activityLogs/client/Client.d.ts +4 -4
- package/api/resources/sites/resources/activityLogs/client/Client.js +4 -8
- package/api/resources/sites/resources/activityLogs/client/requests/ActivityLogsListRequest.d.ts +2 -2
- package/api/resources/sites/resources/comments/client/Client.d.ts +8 -8
- package/api/resources/sites/resources/comments/client/Client.js +14 -12
- package/api/resources/sites/resources/comments/client/requests/CommentsGetCommentThreadRequest.d.ts +2 -2
- package/api/resources/sites/resources/comments/client/requests/CommentsListCommentRepliesRequest.d.ts +2 -2
- package/api/resources/sites/resources/comments/client/requests/CommentsListCommentThreadsRequest.d.ts +2 -2
- package/api/resources/sites/resources/forms/client/Client.d.ts +6 -6
- package/api/resources/sites/resources/forms/client/Client.js +7 -10
- package/api/resources/sites/resources/forms/client/requests/FormsListSubmissionsBySiteRequest.d.ts +2 -2
- package/api/resources/sites/resources/forms/client/requests/FormsListSubmissionsRequest.d.ts +2 -2
- package/api/resources/sites/resources/plans/client/Client.d.ts +2 -2
- package/api/resources/sites/resources/plans/client/Client.js +2 -6
- package/api/resources/sites/resources/redirects/client/Client.d.ts +4 -4
- package/api/resources/sites/resources/redirects/client/Client.js +6 -8
- package/api/resources/sites/resources/robotsTxt/client/Client.d.ts +2 -2
- package/api/resources/sites/resources/robotsTxt/client/Client.js +5 -6
- package/api/resources/sites/resources/scripts/client/Client.d.ts +4 -4
- package/api/resources/sites/resources/scripts/client/Client.js +5 -8
- package/api/resources/sites/resources/scripts/client/requests/ScriptsListCustomCodeBlocksRequest.d.ts +2 -2
- package/api/resources/sites/resources/wellKnown/client/Client.d.ts +2 -2
- package/api/resources/sites/resources/wellKnown/client/Client.js +4 -6
- package/api/resources/token/client/Client.d.ts +2 -2
- package/api/resources/token/client/Client.js +2 -6
- package/api/resources/webhooks/client/Client.d.ts +2 -2
- package/api/resources/webhooks/client/Client.js +3 -6
- package/api/resources/workspaces/client/Client.d.ts +1 -1
- package/api/resources/workspaces/client/Client.js +1 -1
- package/api/resources/workspaces/resources/auditLogs/client/Client.d.ts +4 -4
- package/api/resources/workspaces/resources/auditLogs/client/Client.js +6 -8
- package/api/resources/workspaces/resources/auditLogs/client/requests/AuditLogsGetWorkspaceAuditLogsRequest.d.ts +2 -2
- package/api/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestEventType.d.ts +1 -0
- package/api/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestEventType.js +1 -0
- package/api/types/AssetVariant.d.ts +6 -6
- package/api/types/ComponentDom.d.ts +1 -1
- package/api/types/ForbiddenErrorBody.d.ts +1 -1
- package/api/types/ProductFieldData.d.ts +1 -1
- package/api/types/SettingChange.d.ts +7 -0
- package/api/types/SettingChangeAuditLogItem.d.ts +5 -0
- package/api/types/TriggerType.d.ts +0 -3
- package/api/types/TriggerType.js +0 -3
- package/api/types/WorkspaceAuditLogItem.d.ts +4 -1
- package/api/types/WorkspaceAuditLogItemPayloadSettingChangeMethod.d.ts +5 -0
- package/api/types/WorkspaceAuditLogItemPayloadSettingChangeMethod.js +8 -0
- package/api/types/index.d.ts +3 -13
- package/api/types/index.js +3 -13
- package/dist/BaseClient.d.ts +1 -1
- package/dist/Client.d.ts +1 -7
- package/dist/Client.js +31 -41
- package/dist/api/resources/assets/client/Client.d.ts +4 -4
- package/dist/api/resources/assets/client/Client.js +7 -8
- package/dist/api/resources/assets/client/requests/AssetsListRequest.d.ts +2 -2
- package/dist/api/resources/collections/client/Client.d.ts +2 -2
- package/dist/api/resources/collections/client/Client.js +3 -6
- package/dist/api/resources/collections/resources/fields/client/Client.d.ts +2 -2
- package/dist/api/resources/collections/resources/fields/client/Client.js +4 -6
- package/dist/api/resources/collections/resources/items/client/Client.d.ts +6 -6
- package/dist/api/resources/collections/resources/items/client/Client.js +24 -12
- package/dist/api/resources/collections/resources/items/client/requests/ItemsListItemsLiveRequest.d.ts +2 -2
- package/dist/api/resources/collections/resources/items/client/requests/ItemsListItemsRequest.d.ts +2 -2
- package/dist/api/resources/collections/resources/items/types/CreateBulkCollectionItemRequestBodyFieldData.d.ts +1 -1
- package/{api/resources/collections/resources/items/types/CreateBulkCollectionItemRequestBodyFieldDataItem.d.ts → dist/api/resources/collections/resources/items/types/CreateBulkCollectionItemRequestBodyFieldDataOneItem.d.ts} +1 -1
- package/dist/api/resources/collections/resources/items/types/index.d.ts +1 -1
- package/dist/api/resources/collections/resources/items/types/index.js +1 -1
- package/dist/api/resources/components/client/Client.d.ts +8 -8
- package/dist/api/resources/components/client/Client.js +10 -12
- package/dist/api/resources/components/client/requests/ComponentsGetContentRequest.d.ts +2 -2
- package/dist/api/resources/components/client/requests/ComponentsGetPropertiesRequest.d.ts +2 -2
- package/dist/api/resources/components/client/requests/ComponentsListRequest.d.ts +2 -2
- package/dist/api/resources/ecommerce/client/Client.d.ts +2 -2
- package/dist/api/resources/ecommerce/client/Client.js +2 -6
- package/dist/api/resources/forms/client/Client.d.ts +6 -6
- package/dist/api/resources/forms/client/Client.js +7 -10
- package/dist/api/resources/forms/client/requests/FormsListRequest.d.ts +2 -2
- package/dist/api/resources/forms/client/requests/FormsListSubmissionsRequest.d.ts +2 -2
- package/dist/api/resources/index.d.ts +0 -6
- package/dist/api/resources/index.js +1 -7
- package/dist/api/resources/inventory/client/Client.d.ts +2 -2
- package/dist/api/resources/inventory/client/Client.js +3 -6
- package/dist/api/resources/orders/client/Client.d.ts +4 -4
- package/dist/api/resources/orders/client/Client.js +8 -8
- package/dist/api/resources/orders/client/requests/OrdersListRequest.d.ts +2 -2
- package/dist/api/resources/pages/client/Client.d.ts +6 -6
- package/dist/api/resources/pages/client/Client.js +8 -10
- package/dist/api/resources/pages/client/requests/PagesGetContentRequest.d.ts +2 -2
- package/dist/api/resources/pages/client/requests/PagesListRequest.d.ts +2 -2
- package/dist/api/resources/pages/resources/scripts/client/Client.d.ts +2 -2
- package/dist/api/resources/pages/resources/scripts/client/Client.js +3 -6
- package/dist/api/resources/products/client/Client.d.ts +4 -4
- package/dist/api/resources/products/client/Client.js +8 -8
- package/dist/api/resources/products/client/requests/ProductsListRequest.d.ts +2 -2
- package/dist/api/resources/scripts/client/Client.d.ts +2 -2
- package/dist/api/resources/scripts/client/Client.js +4 -6
- package/dist/api/resources/sites/client/Client.d.ts +2 -2
- package/dist/api/resources/sites/client/Client.js +5 -6
- package/dist/api/resources/sites/resources/activityLogs/client/Client.d.ts +4 -4
- package/dist/api/resources/sites/resources/activityLogs/client/Client.js +4 -8
- package/dist/api/resources/sites/resources/activityLogs/client/requests/ActivityLogsListRequest.d.ts +2 -2
- package/dist/api/resources/sites/resources/comments/client/Client.d.ts +8 -8
- package/dist/api/resources/sites/resources/comments/client/Client.js +14 -12
- package/dist/api/resources/sites/resources/comments/client/requests/CommentsGetCommentThreadRequest.d.ts +2 -2
- package/dist/api/resources/sites/resources/comments/client/requests/CommentsListCommentRepliesRequest.d.ts +2 -2
- package/dist/api/resources/sites/resources/comments/client/requests/CommentsListCommentThreadsRequest.d.ts +2 -2
- package/dist/api/resources/sites/resources/forms/client/Client.d.ts +6 -6
- package/dist/api/resources/sites/resources/forms/client/Client.js +7 -10
- package/dist/api/resources/sites/resources/forms/client/requests/FormsListSubmissionsBySiteRequest.d.ts +2 -2
- package/dist/api/resources/sites/resources/forms/client/requests/FormsListSubmissionsRequest.d.ts +2 -2
- package/dist/api/resources/sites/resources/plans/client/Client.d.ts +2 -2
- package/dist/api/resources/sites/resources/plans/client/Client.js +2 -6
- package/dist/api/resources/sites/resources/redirects/client/Client.d.ts +4 -4
- package/dist/api/resources/sites/resources/redirects/client/Client.js +6 -8
- package/dist/api/resources/sites/resources/robotsTxt/client/Client.d.ts +2 -2
- package/dist/api/resources/sites/resources/robotsTxt/client/Client.js +5 -6
- package/dist/api/resources/sites/resources/scripts/client/Client.d.ts +4 -4
- package/dist/api/resources/sites/resources/scripts/client/Client.js +5 -8
- package/dist/api/resources/sites/resources/scripts/client/requests/ScriptsListCustomCodeBlocksRequest.d.ts +2 -2
- package/dist/api/resources/sites/resources/wellKnown/client/Client.d.ts +2 -2
- package/dist/api/resources/sites/resources/wellKnown/client/Client.js +4 -6
- package/dist/api/resources/token/client/Client.d.ts +2 -2
- package/dist/api/resources/token/client/Client.js +2 -6
- package/dist/api/resources/webhooks/client/Client.d.ts +2 -2
- package/dist/api/resources/webhooks/client/Client.js +3 -6
- package/dist/api/resources/workspaces/client/Client.d.ts +1 -1
- package/dist/api/resources/workspaces/client/Client.js +1 -1
- package/dist/api/resources/workspaces/resources/auditLogs/client/Client.d.ts +4 -4
- package/dist/api/resources/workspaces/resources/auditLogs/client/Client.js +6 -8
- package/dist/api/resources/workspaces/resources/auditLogs/client/requests/AuditLogsGetWorkspaceAuditLogsRequest.d.ts +2 -2
- package/dist/api/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestEventType.d.ts +1 -0
- package/dist/api/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestEventType.js +1 -0
- package/dist/api/types/AssetVariant.d.ts +6 -6
- package/dist/api/types/ComponentDom.d.ts +1 -1
- package/dist/api/types/ForbiddenErrorBody.d.ts +1 -1
- package/dist/api/types/ProductFieldData.d.ts +1 -1
- package/dist/api/types/SettingChange.d.ts +7 -0
- package/dist/api/types/SettingChangeAuditLogItem.d.ts +5 -0
- package/dist/api/types/TriggerType.d.ts +0 -3
- package/dist/api/types/TriggerType.js +0 -3
- package/dist/api/types/WorkspaceAuditLogItem.d.ts +4 -1
- package/dist/api/types/WorkspaceAuditLogItemPayloadSettingChangeMethod.d.ts +5 -0
- package/dist/api/types/WorkspaceAuditLogItemPayloadSettingChangeMethod.js +8 -0
- package/dist/api/types/index.d.ts +3 -13
- package/dist/api/types/index.js +3 -13
- package/dist/serialization/resources/collections/resources/items/types/CreateBulkCollectionItemRequestBodyFieldData.d.ts +2 -2
- package/dist/serialization/resources/collections/resources/items/types/CreateBulkCollectionItemRequestBodyFieldData.js +2 -2
- package/{serialization/resources/collections/resources/items/types/CreateBulkCollectionItemRequestBodyFieldDataItem.d.ts → dist/serialization/resources/collections/resources/items/types/CreateBulkCollectionItemRequestBodyFieldDataOneItem.d.ts} +2 -2
- package/{serialization/resources/collections/resources/items/types/CreateBulkCollectionItemRequestBodyFieldDataItem.js → dist/serialization/resources/collections/resources/items/types/CreateBulkCollectionItemRequestBodyFieldDataOneItem.js} +2 -2
- package/dist/serialization/resources/collections/resources/items/types/index.d.ts +1 -1
- package/dist/serialization/resources/collections/resources/items/types/index.js +1 -1
- package/dist/serialization/resources/index.d.ts +0 -5
- package/dist/serialization/resources/index.js +1 -6
- package/dist/serialization/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestEventType.d.ts +1 -1
- package/dist/serialization/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestEventType.js +1 -0
- package/dist/serialization/types/AssetVariant.d.ts +6 -6
- package/dist/serialization/types/AssetVariant.js +6 -6
- package/dist/serialization/types/ForbiddenErrorBody.d.ts +2 -2
- package/dist/serialization/types/ForbiddenErrorBody.js +2 -2
- package/dist/serialization/types/SettingChange.d.ts +13 -0
- package/dist/serialization/types/{AccessGroup.js → SettingChange.js} +7 -7
- package/dist/serialization/types/SettingChangeAuditLogItem.d.ts +11 -0
- package/dist/serialization/types/{UserAccessGroupsItem.js → SettingChangeAuditLogItem.js} +5 -5
- package/dist/serialization/types/TriggerType.d.ts +1 -1
- package/dist/serialization/types/TriggerType.js +0 -3
- package/dist/serialization/types/WorkspaceAuditLogItem.d.ts +5 -1
- package/dist/serialization/types/WorkspaceAuditLogItem.js +2 -0
- package/dist/serialization/types/WorkspaceAuditLogItemPayloadSettingChangeMethod.d.ts +7 -0
- package/dist/serialization/types/{UserStatus.js → WorkspaceAuditLogItemPayloadSettingChangeMethod.js} +2 -2
- package/dist/serialization/types/index.d.ts +3 -13
- package/dist/serialization/types/index.js +3 -13
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/dist/wrapper/AssetsUtilitiesClient.d.ts +1 -1
- package/dist/wrapper/FormsClient.js +5 -5
- package/dist/wrapper/ItemsClient.js +20 -20
- package/dist/wrapper/PagesClient.js +5 -5
- package/dist/wrapper/WebflowClient.js +1 -1
- package/jest.config.mjs +1 -1
- package/package.json +2 -1
- package/reference.md +68 -544
- package/serialization/resources/collections/resources/items/types/CreateBulkCollectionItemRequestBodyFieldData.d.ts +2 -2
- package/serialization/resources/collections/resources/items/types/CreateBulkCollectionItemRequestBodyFieldData.js +2 -2
- package/{dist/serialization/resources/collections/resources/items/types/CreateBulkCollectionItemRequestBodyFieldDataItem.d.ts → serialization/resources/collections/resources/items/types/CreateBulkCollectionItemRequestBodyFieldDataOneItem.d.ts} +2 -2
- package/{dist/serialization/resources/collections/resources/items/types/CreateBulkCollectionItemRequestBodyFieldDataItem.js → serialization/resources/collections/resources/items/types/CreateBulkCollectionItemRequestBodyFieldDataOneItem.js} +2 -2
- package/serialization/resources/collections/resources/items/types/index.d.ts +1 -1
- package/serialization/resources/collections/resources/items/types/index.js +1 -1
- package/serialization/resources/index.d.ts +0 -5
- package/serialization/resources/index.js +1 -6
- package/serialization/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestEventType.d.ts +1 -1
- package/serialization/resources/workspaces/resources/auditLogs/types/AuditLogsGetWorkspaceAuditLogsRequestEventType.js +1 -0
- package/serialization/types/AssetVariant.d.ts +6 -6
- package/serialization/types/AssetVariant.js +6 -6
- package/serialization/types/ForbiddenErrorBody.d.ts +2 -2
- package/serialization/types/ForbiddenErrorBody.js +2 -2
- package/serialization/types/SettingChange.d.ts +13 -0
- package/{dist/serialization/types/AccessGroupList.js → serialization/types/SettingChange.js} +7 -8
- package/serialization/types/SettingChangeAuditLogItem.d.ts +11 -0
- package/serialization/types/{UserAccessGroupsItem.js → SettingChangeAuditLogItem.js} +5 -5
- package/serialization/types/TriggerType.d.ts +1 -1
- package/serialization/types/TriggerType.js +0 -3
- package/serialization/types/WorkspaceAuditLogItem.d.ts +5 -1
- package/serialization/types/WorkspaceAuditLogItem.js +2 -0
- package/serialization/types/WorkspaceAuditLogItemPayloadSettingChangeMethod.d.ts +7 -0
- package/{dist/serialization/types/UserLimitReached.js → serialization/types/WorkspaceAuditLogItemPayloadSettingChangeMethod.js} +2 -2
- package/serialization/types/index.d.ts +3 -13
- package/serialization/types/index.js +3 -13
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/wrapper/AssetsUtilitiesClient.d.ts +1 -1
- package/wrapper/FormsClient.js +5 -5
- package/wrapper/ItemsClient.js +20 -20
- package/wrapper/PagesClient.js +5 -5
- package/wrapper/WebflowClient.js +1 -1
- package/.mock/definition/__package__.yml +0 -4471
- package/.mock/definition/accessGroups.yml +0 -87
- package/.mock/definition/api.yml +0 -18
- package/.mock/definition/assets.yml +0 -487
- package/.mock/definition/collections/fields.yml +0 -212
- package/.mock/definition/collections/items.yml +0 -2145
- package/.mock/definition/collections.yml +0 -350
- package/.mock/definition/comments.yml +0 -41
- package/.mock/definition/components.yml +0 -548
- package/.mock/definition/ecommerce.yml +0 -45
- package/.mock/definition/forms.yml +0 -399
- package/.mock/definition/inventory.yml +0 -152
- package/.mock/definition/items.yml +0 -112
- package/.mock/definition/orders.yml +0 -1971
- package/.mock/definition/pages/scripts.yml +0 -155
- package/.mock/definition/pages.yml +0 -611
- package/.mock/definition/products.yml +0 -642
- package/.mock/definition/scripts.yml +0 -236
- package/.mock/definition/sites/activityLogs.yml +0 -77
- package/.mock/definition/sites/comments.yml +0 -352
- package/.mock/definition/sites/forms.yml +0 -316
- package/.mock/definition/sites/plans.yml +0 -48
- package/.mock/definition/sites/redirects.yml +0 -221
- package/.mock/definition/sites/robotsTxt.yml +0 -229
- package/.mock/definition/sites/scripts.yml +0 -243
- package/.mock/definition/sites/wellKnown.yml +0 -130
- package/.mock/definition/sites.yml +0 -558
- package/.mock/definition/token.yml +0 -75
- package/.mock/definition/users.yml +0 -594
- package/.mock/definition/webhooks.yml +0 -188
- package/.mock/definition/workspaces/auditLogs.yml +0 -125
- package/.mock/fern.config.json +0 -4
- package/api/resources/accessGroups/client/Client.d.ts +0 -39
- package/api/resources/accessGroups/client/Client.js +0 -197
- package/api/resources/accessGroups/client/index.d.ts +0 -1
- package/api/resources/accessGroups/client/index.js +0 -17
- package/api/resources/accessGroups/client/requests/AccessGroupsListRequest.d.ts +0 -20
- package/api/resources/accessGroups/client/requests/index.d.ts +0 -1
- package/api/resources/accessGroups/client/requests/index.js +0 -2
- package/api/resources/accessGroups/index.d.ts +0 -2
- package/api/resources/accessGroups/index.js +0 -18
- package/api/resources/accessGroups/types/AccessGroupsListRequestSort.d.ts +0 -9
- package/api/resources/accessGroups/types/AccessGroupsListRequestSort.js +0 -12
- package/api/resources/accessGroups/types/index.d.ts +0 -1
- package/api/resources/accessGroups/types/index.js +0 -17
- package/api/resources/users/client/Client.d.ts +0 -145
- package/api/resources/users/client/Client.js +0 -670
- package/api/resources/users/client/index.d.ts +0 -1
- package/api/resources/users/client/index.js +0 -17
- package/api/resources/users/client/requests/UsersInviteRequest.d.ts +0 -13
- package/api/resources/users/client/requests/UsersListRequest.d.ts +0 -23
- package/api/resources/users/client/requests/index.d.ts +0 -2
- package/api/resources/users/client/requests/index.js +0 -2
- package/api/resources/users/index.d.ts +0 -2
- package/api/resources/users/index.js +0 -18
- package/api/resources/users/types/UserAccountAddedPayload.d.ts +0 -5
- package/api/resources/users/types/UserAccountAddedPayloadPayload.d.ts +0 -20
- package/api/resources/users/types/UserAccountAddedPayloadPayloadData.d.ts +0 -9
- package/api/resources/users/types/UserAccountAddedPayloadPayloadData.js +0 -3
- package/api/resources/users/types/UserAccountDeletedPayload.d.ts +0 -5
- package/api/resources/users/types/UserAccountDeletedPayload.js +0 -3
- package/api/resources/users/types/UserAccountDeletedPayloadPayload.d.ts +0 -20
- package/api/resources/users/types/UserAccountDeletedPayloadPayload.js +0 -3
- package/api/resources/users/types/UserAccountDeletedPayloadPayloadData.d.ts +0 -9
- package/api/resources/users/types/UserAccountDeletedPayloadPayloadData.js +0 -3
- package/api/resources/users/types/UserAccountUpdatedPayload.d.ts +0 -5
- package/api/resources/users/types/UserAccountUpdatedPayload.js +0 -3
- package/api/resources/users/types/UserAccountUpdatedPayloadPayload.d.ts +0 -20
- package/api/resources/users/types/UserAccountUpdatedPayloadPayload.js +0 -3
- package/api/resources/users/types/UserAccountUpdatedPayloadPayloadData.d.ts +0 -9
- package/api/resources/users/types/UserAccountUpdatedPayloadPayloadData.js +0 -3
- package/api/resources/users/types/UsersListRequestSort.d.ts +0 -33
- package/api/resources/users/types/UsersListRequestSort.js +0 -36
- package/api/resources/users/types/index.d.ts +0 -10
- package/api/resources/users/types/index.js +0 -26
- package/api/types/AccessGroup.d.ts +0 -12
- package/api/types/AccessGroup.js +0 -3
- package/api/types/AccessGroupList.d.ts +0 -16
- package/api/types/AccessGroupList.js +0 -3
- package/api/types/ConflictErrorBody.d.ts +0 -2
- package/api/types/ConflictErrorBody.js +0 -3
- package/api/types/DuplicateUserEmail.d.ts +0 -1
- package/api/types/DuplicateUserEmail.js +0 -3
- package/api/types/User.d.ts +0 -22
- package/api/types/User.js +0 -3
- package/api/types/UserAccessGroupsItem.d.ts +0 -14
- package/api/types/UserAccessGroupsItem.js +0 -3
- package/api/types/UserAccessGroupsItemType.d.ts +0 -10
- package/api/types/UserAccessGroupsItemType.js +0 -13
- package/api/types/UserData.d.ts +0 -7
- package/api/types/UserData.js +0 -3
- package/api/types/UserDataData.d.ts +0 -12
- package/api/types/UserDataData.js +0 -3
- package/api/types/UserLimitReached.d.ts +0 -1
- package/api/types/UserLimitReached.js +0 -3
- package/api/types/UserList.d.ts +0 -16
- package/api/types/UserList.js +0 -3
- package/api/types/UserStatus.d.ts +0 -7
- package/api/types/UserStatus.js +0 -10
- package/api/types/UsersNotEnabled.d.ts +0 -1
- package/api/types/UsersNotEnabled.js +0 -3
- package/dist/api/resources/accessGroups/client/Client.d.ts +0 -39
- package/dist/api/resources/accessGroups/client/Client.js +0 -197
- package/dist/api/resources/accessGroups/client/index.d.ts +0 -1
- package/dist/api/resources/accessGroups/client/index.js +0 -17
- package/dist/api/resources/accessGroups/client/requests/AccessGroupsListRequest.d.ts +0 -20
- package/dist/api/resources/accessGroups/client/requests/AccessGroupsListRequest.js +0 -3
- package/dist/api/resources/accessGroups/client/requests/index.d.ts +0 -1
- package/dist/api/resources/accessGroups/client/requests/index.js +0 -2
- package/dist/api/resources/accessGroups/index.d.ts +0 -2
- package/dist/api/resources/accessGroups/index.js +0 -18
- package/dist/api/resources/accessGroups/types/AccessGroupsListRequestSort.d.ts +0 -9
- package/dist/api/resources/accessGroups/types/AccessGroupsListRequestSort.js +0 -12
- package/dist/api/resources/accessGroups/types/index.d.ts +0 -1
- package/dist/api/resources/accessGroups/types/index.js +0 -17
- package/dist/api/resources/collections/resources/items/types/CreateBulkCollectionItemRequestBodyFieldDataItem.js +0 -3
- package/dist/api/resources/users/client/Client.d.ts +0 -145
- package/dist/api/resources/users/client/Client.js +0 -670
- package/dist/api/resources/users/client/index.d.ts +0 -1
- package/dist/api/resources/users/client/index.js +0 -17
- package/dist/api/resources/users/client/requests/UsersInviteRequest.d.ts +0 -13
- package/dist/api/resources/users/client/requests/UsersInviteRequest.js +0 -3
- package/dist/api/resources/users/client/requests/UsersListRequest.d.ts +0 -23
- package/dist/api/resources/users/client/requests/UsersListRequest.js +0 -3
- package/dist/api/resources/users/client/requests/index.d.ts +0 -2
- package/dist/api/resources/users/client/requests/index.js +0 -2
- package/dist/api/resources/users/index.d.ts +0 -2
- package/dist/api/resources/users/index.js +0 -18
- package/dist/api/resources/users/types/UserAccountAddedPayload.d.ts +0 -5
- package/dist/api/resources/users/types/UserAccountAddedPayload.js +0 -3
- package/dist/api/resources/users/types/UserAccountAddedPayloadPayload.d.ts +0 -20
- package/dist/api/resources/users/types/UserAccountAddedPayloadPayload.js +0 -3
- package/dist/api/resources/users/types/UserAccountAddedPayloadPayloadData.d.ts +0 -9
- package/dist/api/resources/users/types/UserAccountAddedPayloadPayloadData.js +0 -3
- package/dist/api/resources/users/types/UserAccountDeletedPayload.d.ts +0 -5
- package/dist/api/resources/users/types/UserAccountDeletedPayload.js +0 -3
- package/dist/api/resources/users/types/UserAccountDeletedPayloadPayload.d.ts +0 -20
- package/dist/api/resources/users/types/UserAccountDeletedPayloadPayload.js +0 -3
- package/dist/api/resources/users/types/UserAccountDeletedPayloadPayloadData.d.ts +0 -9
- package/dist/api/resources/users/types/UserAccountDeletedPayloadPayloadData.js +0 -3
- package/dist/api/resources/users/types/UserAccountUpdatedPayload.d.ts +0 -5
- package/dist/api/resources/users/types/UserAccountUpdatedPayload.js +0 -3
- package/dist/api/resources/users/types/UserAccountUpdatedPayloadPayload.d.ts +0 -20
- package/dist/api/resources/users/types/UserAccountUpdatedPayloadPayload.js +0 -3
- package/dist/api/resources/users/types/UserAccountUpdatedPayloadPayloadData.d.ts +0 -9
- package/dist/api/resources/users/types/UserAccountUpdatedPayloadPayloadData.js +0 -3
- package/dist/api/resources/users/types/UsersListRequestSort.d.ts +0 -33
- package/dist/api/resources/users/types/UsersListRequestSort.js +0 -36
- package/dist/api/resources/users/types/index.d.ts +0 -10
- package/dist/api/resources/users/types/index.js +0 -26
- package/dist/api/types/AccessGroup.d.ts +0 -12
- package/dist/api/types/AccessGroup.js +0 -3
- package/dist/api/types/AccessGroupList.d.ts +0 -16
- package/dist/api/types/AccessGroupList.js +0 -3
- package/dist/api/types/ConflictErrorBody.d.ts +0 -2
- package/dist/api/types/ConflictErrorBody.js +0 -3
- package/dist/api/types/DuplicateUserEmail.d.ts +0 -1
- package/dist/api/types/DuplicateUserEmail.js +0 -3
- package/dist/api/types/User.d.ts +0 -22
- package/dist/api/types/User.js +0 -3
- package/dist/api/types/UserAccessGroupsItem.d.ts +0 -14
- package/dist/api/types/UserAccessGroupsItem.js +0 -3
- package/dist/api/types/UserAccessGroupsItemType.d.ts +0 -10
- package/dist/api/types/UserAccessGroupsItemType.js +0 -13
- package/dist/api/types/UserData.d.ts +0 -7
- package/dist/api/types/UserData.js +0 -3
- package/dist/api/types/UserDataData.d.ts +0 -12
- package/dist/api/types/UserDataData.js +0 -3
- package/dist/api/types/UserLimitReached.d.ts +0 -1
- package/dist/api/types/UserLimitReached.js +0 -3
- package/dist/api/types/UserList.d.ts +0 -16
- package/dist/api/types/UserList.js +0 -3
- package/dist/api/types/UserStatus.d.ts +0 -7
- package/dist/api/types/UserStatus.js +0 -10
- package/dist/api/types/UsersNotEnabled.d.ts +0 -1
- package/dist/api/types/UsersNotEnabled.js +0 -3
- package/dist/serialization/resources/accessGroups/index.d.ts +0 -1
- package/dist/serialization/resources/accessGroups/index.js +0 -17
- package/dist/serialization/resources/accessGroups/types/AccessGroupsListRequestSort.d.ts +0 -7
- package/dist/serialization/resources/accessGroups/types/AccessGroupsListRequestSort.js +0 -39
- package/dist/serialization/resources/accessGroups/types/index.d.ts +0 -1
- package/dist/serialization/resources/accessGroups/types/index.js +0 -17
- package/dist/serialization/resources/users/client/index.d.ts +0 -1
- package/dist/serialization/resources/users/client/index.js +0 -17
- package/dist/serialization/resources/users/client/requests/UsersInviteRequest.d.ts +0 -10
- package/dist/serialization/resources/users/client/requests/UsersInviteRequest.js +0 -42
- package/dist/serialization/resources/users/client/requests/index.d.ts +0 -1
- package/dist/serialization/resources/users/client/requests/index.js +0 -5
- package/dist/serialization/resources/users/index.d.ts +0 -2
- package/dist/serialization/resources/users/index.js +0 -18
- package/dist/serialization/resources/users/types/UserAccountAddedPayload.d.ts +0 -11
- package/dist/serialization/resources/users/types/UserAccountAddedPayload.js +0 -43
- package/dist/serialization/resources/users/types/UserAccountAddedPayloadPayload.d.ts +0 -20
- package/dist/serialization/resources/users/types/UserAccountAddedPayloadPayload.js +0 -52
- package/dist/serialization/resources/users/types/UserAccountAddedPayloadPayloadData.d.ts +0 -12
- package/dist/serialization/resources/users/types/UserAccountAddedPayloadPayloadData.js +0 -44
- package/dist/serialization/resources/users/types/UserAccountDeletedPayload.d.ts +0 -11
- package/dist/serialization/resources/users/types/UserAccountDeletedPayload.js +0 -43
- package/dist/serialization/resources/users/types/UserAccountDeletedPayloadPayload.d.ts +0 -20
- package/dist/serialization/resources/users/types/UserAccountDeletedPayloadPayload.js +0 -52
- package/dist/serialization/resources/users/types/UserAccountDeletedPayloadPayloadData.d.ts +0 -12
- package/dist/serialization/resources/users/types/UserAccountDeletedPayloadPayloadData.js +0 -44
- package/dist/serialization/resources/users/types/UserAccountUpdatedPayload.d.ts +0 -11
- package/dist/serialization/resources/users/types/UserAccountUpdatedPayload.js +0 -43
- package/dist/serialization/resources/users/types/UserAccountUpdatedPayloadPayload.d.ts +0 -20
- package/dist/serialization/resources/users/types/UserAccountUpdatedPayloadPayload.js +0 -52
- package/dist/serialization/resources/users/types/UserAccountUpdatedPayloadPayloadData.d.ts +0 -12
- package/dist/serialization/resources/users/types/UserAccountUpdatedPayloadPayloadData.js +0 -44
- package/dist/serialization/resources/users/types/UsersListRequestSort.d.ts +0 -7
- package/dist/serialization/resources/users/types/UsersListRequestSort.js +0 -50
- package/dist/serialization/resources/users/types/index.d.ts +0 -10
- package/dist/serialization/resources/users/types/index.js +0 -26
- package/dist/serialization/types/AccessGroup.d.ts +0 -13
- package/dist/serialization/types/AccessGroupList.d.ts +0 -14
- package/dist/serialization/types/ConflictErrorBody.d.ts +0 -9
- package/dist/serialization/types/ConflictErrorBody.js +0 -41
- package/dist/serialization/types/DuplicateUserEmail.d.ts +0 -7
- package/dist/serialization/types/DuplicateUserEmail.js +0 -39
- package/dist/serialization/types/User.d.ts +0 -20
- package/dist/serialization/types/User.js +0 -52
- package/dist/serialization/types/UserAccessGroupsItem.d.ts +0 -11
- package/dist/serialization/types/UserAccessGroupsItemType.d.ts +0 -7
- package/dist/serialization/types/UserAccessGroupsItemType.js +0 -39
- package/dist/serialization/types/UserData.d.ts +0 -10
- package/dist/serialization/types/UserData.js +0 -42
- package/dist/serialization/types/UserDataData.d.ts +0 -13
- package/dist/serialization/types/UserDataData.js +0 -45
- package/dist/serialization/types/UserLimitReached.d.ts +0 -7
- package/dist/serialization/types/UserList.d.ts +0 -14
- package/dist/serialization/types/UserList.js +0 -46
- package/dist/serialization/types/UserStatus.d.ts +0 -7
- package/dist/serialization/types/UsersNotEnabled.d.ts +0 -7
- package/dist/serialization/types/UsersNotEnabled.js +0 -39
- package/serialization/resources/accessGroups/index.d.ts +0 -1
- package/serialization/resources/accessGroups/index.js +0 -17
- package/serialization/resources/accessGroups/types/AccessGroupsListRequestSort.d.ts +0 -7
- package/serialization/resources/accessGroups/types/AccessGroupsListRequestSort.js +0 -39
- package/serialization/resources/accessGroups/types/index.d.ts +0 -1
- package/serialization/resources/accessGroups/types/index.js +0 -17
- package/serialization/resources/users/client/index.d.ts +0 -1
- package/serialization/resources/users/client/index.js +0 -17
- package/serialization/resources/users/client/requests/UsersInviteRequest.d.ts +0 -10
- package/serialization/resources/users/client/requests/UsersInviteRequest.js +0 -42
- package/serialization/resources/users/client/requests/index.d.ts +0 -1
- package/serialization/resources/users/client/requests/index.js +0 -5
- package/serialization/resources/users/index.d.ts +0 -2
- package/serialization/resources/users/index.js +0 -18
- package/serialization/resources/users/types/UserAccountAddedPayload.d.ts +0 -11
- package/serialization/resources/users/types/UserAccountAddedPayload.js +0 -43
- package/serialization/resources/users/types/UserAccountAddedPayloadPayload.d.ts +0 -20
- package/serialization/resources/users/types/UserAccountAddedPayloadPayload.js +0 -52
- package/serialization/resources/users/types/UserAccountAddedPayloadPayloadData.d.ts +0 -12
- package/serialization/resources/users/types/UserAccountAddedPayloadPayloadData.js +0 -44
- package/serialization/resources/users/types/UserAccountDeletedPayload.d.ts +0 -11
- package/serialization/resources/users/types/UserAccountDeletedPayload.js +0 -43
- package/serialization/resources/users/types/UserAccountDeletedPayloadPayload.d.ts +0 -20
- package/serialization/resources/users/types/UserAccountDeletedPayloadPayload.js +0 -52
- package/serialization/resources/users/types/UserAccountDeletedPayloadPayloadData.d.ts +0 -12
- package/serialization/resources/users/types/UserAccountDeletedPayloadPayloadData.js +0 -44
- package/serialization/resources/users/types/UserAccountUpdatedPayload.d.ts +0 -11
- package/serialization/resources/users/types/UserAccountUpdatedPayload.js +0 -43
- package/serialization/resources/users/types/UserAccountUpdatedPayloadPayload.d.ts +0 -20
- package/serialization/resources/users/types/UserAccountUpdatedPayloadPayload.js +0 -52
- package/serialization/resources/users/types/UserAccountUpdatedPayloadPayloadData.d.ts +0 -12
- package/serialization/resources/users/types/UserAccountUpdatedPayloadPayloadData.js +0 -44
- package/serialization/resources/users/types/UsersListRequestSort.d.ts +0 -7
- package/serialization/resources/users/types/UsersListRequestSort.js +0 -50
- package/serialization/resources/users/types/index.d.ts +0 -10
- package/serialization/resources/users/types/index.js +0 -26
- package/serialization/types/AccessGroup.d.ts +0 -13
- package/serialization/types/AccessGroup.js +0 -45
- package/serialization/types/AccessGroupList.d.ts +0 -14
- package/serialization/types/AccessGroupList.js +0 -46
- package/serialization/types/ConflictErrorBody.d.ts +0 -9
- package/serialization/types/ConflictErrorBody.js +0 -41
- package/serialization/types/DuplicateUserEmail.d.ts +0 -7
- package/serialization/types/DuplicateUserEmail.js +0 -39
- package/serialization/types/User.d.ts +0 -20
- package/serialization/types/User.js +0 -52
- package/serialization/types/UserAccessGroupsItem.d.ts +0 -11
- package/serialization/types/UserAccessGroupsItemType.d.ts +0 -7
- package/serialization/types/UserAccessGroupsItemType.js +0 -39
- package/serialization/types/UserData.d.ts +0 -10
- package/serialization/types/UserData.js +0 -42
- package/serialization/types/UserDataData.d.ts +0 -13
- package/serialization/types/UserDataData.js +0 -45
- package/serialization/types/UserLimitReached.d.ts +0 -7
- package/serialization/types/UserLimitReached.js +0 -39
- package/serialization/types/UserList.d.ts +0 -14
- package/serialization/types/UserList.js +0 -46
- package/serialization/types/UserStatus.d.ts +0 -7
- package/serialization/types/UserStatus.js +0 -39
- package/serialization/types/UsersNotEnabled.d.ts +0 -7
- package/serialization/types/UsersNotEnabled.js +0 -39
- /package/api/resources/{accessGroups/client/requests/AccessGroupsListRequest.js → collections/resources/items/types/CreateBulkCollectionItemRequestBodyFieldDataOneItem.js} +0 -0
- /package/api/{resources/collections/resources/items/types/CreateBulkCollectionItemRequestBodyFieldDataItem.js → types/SettingChange.js} +0 -0
- /package/api/{resources/users/client/requests/UsersInviteRequest.js → types/SettingChangeAuditLogItem.js} +0 -0
- /package/{api/resources/users/client/requests/UsersListRequest.js → dist/api/resources/collections/resources/items/types/CreateBulkCollectionItemRequestBodyFieldDataOneItem.js} +0 -0
- /package/{api/resources/users/types/UserAccountAddedPayload.js → dist/api/types/SettingChange.js} +0 -0
- /package/{api/resources/users/types/UserAccountAddedPayloadPayload.js → dist/api/types/SettingChangeAuditLogItem.js} +0 -0
|
@@ -1,558 +0,0 @@
|
|
|
1
|
-
imports:
|
|
2
|
-
root: __package__.yml
|
|
3
|
-
service:
|
|
4
|
-
auth: false
|
|
5
|
-
base-path: ''
|
|
6
|
-
endpoints:
|
|
7
|
-
create:
|
|
8
|
-
path: /workspaces/{workspace_id}/sites
|
|
9
|
-
method: POST
|
|
10
|
-
auth:
|
|
11
|
-
- OAuth2:
|
|
12
|
-
- sites:write
|
|
13
|
-
docs: >
|
|
14
|
-
Create a site.
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
<Warning title="Enterprise Only">This endpoint requires an Enterprise
|
|
18
|
-
workspace.</Warning>
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
Required scope | `workspace:write`
|
|
22
|
-
source:
|
|
23
|
-
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
24
|
-
path-parameters:
|
|
25
|
-
workspace_id:
|
|
26
|
-
type: string
|
|
27
|
-
docs: Unique identifier for a Workspace
|
|
28
|
-
display-name: Create Site
|
|
29
|
-
request:
|
|
30
|
-
name: SitesCreateRequest
|
|
31
|
-
body:
|
|
32
|
-
properties:
|
|
33
|
-
name:
|
|
34
|
-
type: string
|
|
35
|
-
docs: The name of the site
|
|
36
|
-
templateName:
|
|
37
|
-
type: optional<string>
|
|
38
|
-
docs: The workspace or marketplace template to use
|
|
39
|
-
parentFolderId:
|
|
40
|
-
type: optional<string>
|
|
41
|
-
docs: MegaDodo Publications - Potential Book Ideas
|
|
42
|
-
content-type: application/json
|
|
43
|
-
response:
|
|
44
|
-
docs: Request was successful
|
|
45
|
-
type: root.Site
|
|
46
|
-
status-code: 201
|
|
47
|
-
errors:
|
|
48
|
-
- root.BadRequestError
|
|
49
|
-
- root.UnauthorizedError
|
|
50
|
-
- root.ForbiddenError
|
|
51
|
-
- root.NotFoundError
|
|
52
|
-
- root.TooManyRequestsError
|
|
53
|
-
- root.InternalServerError
|
|
54
|
-
examples:
|
|
55
|
-
- name: NewlyCreatedSite
|
|
56
|
-
path-parameters:
|
|
57
|
-
workspace_id: 580e63e98c9a982ac9b8b741
|
|
58
|
-
request:
|
|
59
|
-
name: The Hitchhiker's Guide to the Galaxy
|
|
60
|
-
response:
|
|
61
|
-
body:
|
|
62
|
-
id: 670ecf86817e3cc7a510eb6a
|
|
63
|
-
workspaceId: 625860a7a6c16d624927122f
|
|
64
|
-
createdOn: '2024-10-15T20:24:38Z'
|
|
65
|
-
displayName: The Hitchiker's Guide
|
|
66
|
-
shortName: hitchikers-guide
|
|
67
|
-
lastPublished: '2016-10-24T19:43:17Z'
|
|
68
|
-
lastUpdated: '2024-10-15T20:24:38Z'
|
|
69
|
-
previewUrl: >-
|
|
70
|
-
https://dev-assets.website-files.com/580e63e98c9a982ac9b8b741/201610241243.png
|
|
71
|
-
timeZone: America/Los_Angeles
|
|
72
|
-
parentFolderId: 670ece123598db72d9648be1
|
|
73
|
-
customDomains:
|
|
74
|
-
- id: 589a331aa51e760df7ccb89d
|
|
75
|
-
url: test-api-domain.com
|
|
76
|
-
lastPublished: '2022-12-07T16:51:37Z'
|
|
77
|
-
locales:
|
|
78
|
-
primary:
|
|
79
|
-
id: 653fd9af6a07fc9cfd7a5e57
|
|
80
|
-
cmsLocaleId: 653ad57de882f528b32e810e
|
|
81
|
-
enabled: false
|
|
82
|
-
displayName: English (United States)
|
|
83
|
-
displayImageId: displayImageId
|
|
84
|
-
redirect: true
|
|
85
|
-
subdirectory: ''
|
|
86
|
-
tag: en-US
|
|
87
|
-
secondary:
|
|
88
|
-
- id: 653fd9af6a07fc9cfd7a5e57
|
|
89
|
-
cmsLocaleId: 653ad57de882f528b32e810e
|
|
90
|
-
enabled: false
|
|
91
|
-
displayName: English (United States)
|
|
92
|
-
redirect: true
|
|
93
|
-
subdirectory: ''
|
|
94
|
-
tag: en-US
|
|
95
|
-
dataCollectionEnabled: true
|
|
96
|
-
dataCollectionType: always
|
|
97
|
-
list:
|
|
98
|
-
path: /sites
|
|
99
|
-
method: GET
|
|
100
|
-
auth:
|
|
101
|
-
- OAuth2:
|
|
102
|
-
- sites:read
|
|
103
|
-
docs: |
|
|
104
|
-
List of all sites the provided access token is able to access.
|
|
105
|
-
|
|
106
|
-
Required scope | `sites:read`
|
|
107
|
-
source:
|
|
108
|
-
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
109
|
-
display-name: List Sites
|
|
110
|
-
response:
|
|
111
|
-
docs: Request was successful
|
|
112
|
-
type: root.Sites
|
|
113
|
-
status-code: 200
|
|
114
|
-
errors:
|
|
115
|
-
- root.UnauthorizedError
|
|
116
|
-
- root.NotFoundError
|
|
117
|
-
- root.TooManyRequestsError
|
|
118
|
-
examples:
|
|
119
|
-
- response:
|
|
120
|
-
body:
|
|
121
|
-
sites:
|
|
122
|
-
- id: 42e63e98c9a982ac9b8b741
|
|
123
|
-
workspaceId: 42e63fc8c9a982ac9b8b744
|
|
124
|
-
createdOn: '1979-10-12T12:00:00Z'
|
|
125
|
-
displayName: Heart of Gold Spaceship
|
|
126
|
-
shortName: heart-of-gold
|
|
127
|
-
lastPublished: '2023-04-02T12:42:00Z'
|
|
128
|
-
lastUpdated: '2016-10-24T19:43:17Z'
|
|
129
|
-
previewUrl: >-
|
|
130
|
-
https://dev-assets.website-files.com/42e63e98c9a982ac9b8b741/197910121200.png
|
|
131
|
-
timeZone: DeepSpace/InfiniteImprobability
|
|
132
|
-
parentFolderId: 1as2d3f4g5h6j7k8l9z0x1c2v3b4n5m6
|
|
133
|
-
customDomains:
|
|
134
|
-
- id: 589a331aa51e760df7ccb89e
|
|
135
|
-
url: heartofgold.galaxy
|
|
136
|
-
lastPublished: '2022-12-07T16:51:37Z'
|
|
137
|
-
locales:
|
|
138
|
-
primary:
|
|
139
|
-
id: 653fd9af6a07fc9cfd7a5e57
|
|
140
|
-
cmsLocaleId: 653ad57de882f528b32e810e
|
|
141
|
-
enabled: true
|
|
142
|
-
displayName: English - Heart of Gold Standard
|
|
143
|
-
redirect: false
|
|
144
|
-
subdirectory: /en
|
|
145
|
-
tag: The Ultimate Answer
|
|
146
|
-
secondary:
|
|
147
|
-
- id: 653fd9af6a07fc9cfd7a5e58
|
|
148
|
-
cmsLocaleId: 653ad57de882f528b32e810g
|
|
149
|
-
enabled: true
|
|
150
|
-
displayName: Betelgeusian - Vogon Liaison
|
|
151
|
-
redirect: true
|
|
152
|
-
subdirectory: /bet
|
|
153
|
-
tag: Vogon
|
|
154
|
-
- id: 653fd9af6a07fc9cfd7a5e59
|
|
155
|
-
cmsLocaleId: 653ad57de882f528b32e810h
|
|
156
|
-
enabled: false
|
|
157
|
-
displayName: Magrathean - Custom Planet Designs
|
|
158
|
-
redirect: true
|
|
159
|
-
subdirectory: /mg
|
|
160
|
-
tag: Magrathean
|
|
161
|
-
dataCollectionEnabled: true
|
|
162
|
-
dataCollectionType: always
|
|
163
|
-
- id: 42e63e98c9a982ac9b8b742
|
|
164
|
-
workspaceId: 42e63fc8c9a982ac9b8b745
|
|
165
|
-
createdOn: '1981-10-12T12:00:00Z'
|
|
166
|
-
displayName: Marvin's Personal Blog
|
|
167
|
-
shortName: paranoid-android
|
|
168
|
-
lastPublished: '2023-04-02T12:45:00Z'
|
|
169
|
-
lastUpdated: '2016-10-24T19:43:17Z'
|
|
170
|
-
previewUrl: >-
|
|
171
|
-
https://dev-assets.website-files.com/42e63e98c9a982ac9b8b742/198110121200.png
|
|
172
|
-
timeZone: DeepSpace/Depression
|
|
173
|
-
parentFolderId: 1as2d3f4g5h6j7k8l9z0x1c2v3b4n5m6
|
|
174
|
-
customDomains:
|
|
175
|
-
- id: 589a331aa51e760df7ccb89f
|
|
176
|
-
url: marvin.blog
|
|
177
|
-
lastPublished: '2022-12-07T16:51:37Z'
|
|
178
|
-
locales:
|
|
179
|
-
primary:
|
|
180
|
-
id: 653fd9af6a07fc9cfd7a5e57
|
|
181
|
-
cmsLocaleId: 653ad57de882f528b32e810e
|
|
182
|
-
enabled: true
|
|
183
|
-
displayName: English - Marvin's Musings
|
|
184
|
-
redirect: false
|
|
185
|
-
subdirectory: /en
|
|
186
|
-
tag: English
|
|
187
|
-
secondary:
|
|
188
|
-
- id: 653fd9af6a07fc9cfd7a5e56
|
|
189
|
-
cmsLocaleId: 653ad57de882f528b32e810f
|
|
190
|
-
enabled: true
|
|
191
|
-
displayName: Squornshellous - Mattress Speak
|
|
192
|
-
redirect: true
|
|
193
|
-
subdirectory: /sr
|
|
194
|
-
tag: Squornshellous
|
|
195
|
-
dataCollectionEnabled: true
|
|
196
|
-
dataCollectionType: always
|
|
197
|
-
- id: 42e63e98c9a982ac9b8b743
|
|
198
|
-
workspaceId: 42e63fc8c9a982ac9b8b746
|
|
199
|
-
createdOn: '1982-10-12T12:00:00Z'
|
|
200
|
-
displayName: Vogon Poetry Archive
|
|
201
|
-
shortName: vogon-poetry
|
|
202
|
-
lastPublished: '2023-04-02T12:50:00Z'
|
|
203
|
-
lastUpdated: '2016-10-24T19:43:17Z'
|
|
204
|
-
previewUrl: >-
|
|
205
|
-
https://dev-assets.website-files.com/42e63e98c9a982ac9b8b743/198210121200.png
|
|
206
|
-
timeZone: Vogsphere/PoetryHall
|
|
207
|
-
parentFolderId: 1as2d3f4g5h6j7k8l9z0x1c2v3b4n5m6
|
|
208
|
-
customDomains:
|
|
209
|
-
- id: 589a331aa51e760df7ccb8a0
|
|
210
|
-
url: vogonpoetry.galaxy
|
|
211
|
-
lastPublished: '2022-12-07T16:51:37Z'
|
|
212
|
-
locales:
|
|
213
|
-
primary:
|
|
214
|
-
id: 653fd9af6a07fc9cfd7a5e55
|
|
215
|
-
cmsLocaleId: 653ad57de882f528b32e810d
|
|
216
|
-
enabled: true
|
|
217
|
-
displayName: English - Vogon Verse
|
|
218
|
-
redirect: false
|
|
219
|
-
subdirectory: /en
|
|
220
|
-
tag: Third Worst Poetry
|
|
221
|
-
secondary:
|
|
222
|
-
- id: 653fd9af6a07fc9cfd7a5e54
|
|
223
|
-
cmsLocaleId: 653ad57de882f528b32e810c
|
|
224
|
-
enabled: true
|
|
225
|
-
displayName: Galactic - Universal Language
|
|
226
|
-
redirect: true
|
|
227
|
-
subdirectory: /gl
|
|
228
|
-
tag: Pan-Galactic Gargle Blaster
|
|
229
|
-
dataCollectionEnabled: true
|
|
230
|
-
dataCollectionType: always
|
|
231
|
-
get:
|
|
232
|
-
path: /sites/{site_id}
|
|
233
|
-
method: GET
|
|
234
|
-
auth:
|
|
235
|
-
- OAuth2:
|
|
236
|
-
- sites:read
|
|
237
|
-
docs: |
|
|
238
|
-
Get details of a site.
|
|
239
|
-
|
|
240
|
-
Required scope | `sites:read`
|
|
241
|
-
source:
|
|
242
|
-
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
243
|
-
path-parameters:
|
|
244
|
-
site_id:
|
|
245
|
-
type: string
|
|
246
|
-
docs: Unique identifier for a Site
|
|
247
|
-
display-name: Get Site
|
|
248
|
-
response:
|
|
249
|
-
docs: Request was successful
|
|
250
|
-
type: root.Site
|
|
251
|
-
status-code: 200
|
|
252
|
-
errors:
|
|
253
|
-
- root.BadRequestError
|
|
254
|
-
- root.UnauthorizedError
|
|
255
|
-
- root.NotFoundError
|
|
256
|
-
- root.TooManyRequestsError
|
|
257
|
-
- root.InternalServerError
|
|
258
|
-
examples:
|
|
259
|
-
- name: SiteWithLocales
|
|
260
|
-
path-parameters:
|
|
261
|
-
site_id: 580e63e98c9a982ac9b8b741
|
|
262
|
-
response:
|
|
263
|
-
body:
|
|
264
|
-
id: 42e98c9a982ac9b8b742
|
|
265
|
-
workspaceId: 42e63e98c9a982ac9b8b742
|
|
266
|
-
createdOn: '1979-10-12T12:00:00Z'
|
|
267
|
-
displayName: The Hitchhiker's Guide to the Galaxy
|
|
268
|
-
shortName: hitchhikers-guide
|
|
269
|
-
lastPublished: '2023-04-02T12:42:00Z'
|
|
270
|
-
lastUpdated: '2023-04-02T12:42:00Z'
|
|
271
|
-
previewUrl: >-
|
|
272
|
-
https://screenshots.webflow.com/sites/6258612d1ee792848f805dcf/20231219211811_d5990556c743f33b7071300a03bf67e6.png
|
|
273
|
-
timeZone: Magrathea/FactoryFloor
|
|
274
|
-
parentFolderId: 1as2d3f4g5h6j7k8l9z0x1c2v3b4n5m6
|
|
275
|
-
customDomains:
|
|
276
|
-
- id: 589a331aa51e760df7ccb89d
|
|
277
|
-
url: hitchhikersguide.galaxy
|
|
278
|
-
lastPublished: '2022-12-07T16:51:37Z'
|
|
279
|
-
- id: 589a331aa51e760df7ccb89e
|
|
280
|
-
url: heartofgold.spaceship
|
|
281
|
-
lastPublished: '2022-12-07T16:51:37Z'
|
|
282
|
-
locales:
|
|
283
|
-
primary:
|
|
284
|
-
id: 653fd9af6a07fc9cfd7a5e57
|
|
285
|
-
cmsLocaleId: 653ad57de882f528b32e810e
|
|
286
|
-
enabled: false
|
|
287
|
-
displayName: English (United States)
|
|
288
|
-
displayImageId: displayImageId
|
|
289
|
-
redirect: true
|
|
290
|
-
subdirectory: ''
|
|
291
|
-
tag: en-US
|
|
292
|
-
secondary:
|
|
293
|
-
- id: 653fd9af6a07fc9cfd7a5e57
|
|
294
|
-
cmsLocaleId: 653ad57de882f528b32e810e
|
|
295
|
-
enabled: false
|
|
296
|
-
displayName: English (United States)
|
|
297
|
-
redirect: true
|
|
298
|
-
subdirectory: ''
|
|
299
|
-
tag: en-US
|
|
300
|
-
dataCollectionEnabled: true
|
|
301
|
-
dataCollectionType: always
|
|
302
|
-
delete:
|
|
303
|
-
path: /sites/{site_id}
|
|
304
|
-
method: DELETE
|
|
305
|
-
auth:
|
|
306
|
-
- OAuth2:
|
|
307
|
-
- sites:write
|
|
308
|
-
docs: >
|
|
309
|
-
Delete a site.
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
<Warning title="Enterprise Only">This endpoint requires an Enterprise
|
|
313
|
-
workspace.</Warning>
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
Required scope | `sites:write`
|
|
317
|
-
source:
|
|
318
|
-
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
319
|
-
path-parameters:
|
|
320
|
-
site_id:
|
|
321
|
-
type: string
|
|
322
|
-
docs: Unique identifier for a Site
|
|
323
|
-
display-name: Delete Site
|
|
324
|
-
errors:
|
|
325
|
-
- root.BadRequestError
|
|
326
|
-
- root.UnauthorizedError
|
|
327
|
-
- root.ForbiddenError
|
|
328
|
-
- root.NotFoundError
|
|
329
|
-
- root.TooManyRequestsError
|
|
330
|
-
- root.InternalServerError
|
|
331
|
-
examples:
|
|
332
|
-
- path-parameters:
|
|
333
|
-
site_id: 580e63e98c9a982ac9b8b741
|
|
334
|
-
update:
|
|
335
|
-
path: /sites/{site_id}
|
|
336
|
-
method: PATCH
|
|
337
|
-
auth:
|
|
338
|
-
- OAuth2:
|
|
339
|
-
- sites:write
|
|
340
|
-
docs: >
|
|
341
|
-
Update a site.
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
<Warning title="Enterprise Only">This endpoint requires an Enterprise
|
|
345
|
-
workspace.</Warning>
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
Required scope | `sites:write`
|
|
349
|
-
source:
|
|
350
|
-
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
351
|
-
path-parameters:
|
|
352
|
-
site_id:
|
|
353
|
-
type: string
|
|
354
|
-
docs: Unique identifier for a Site
|
|
355
|
-
display-name: Update Site
|
|
356
|
-
request:
|
|
357
|
-
name: SitesUpdateRequest
|
|
358
|
-
body:
|
|
359
|
-
properties:
|
|
360
|
-
name:
|
|
361
|
-
type: optional<string>
|
|
362
|
-
docs: The name of the site
|
|
363
|
-
parentFolderId:
|
|
364
|
-
type: optional<string>
|
|
365
|
-
docs: The parent folder ID of the site
|
|
366
|
-
content-type: application/json
|
|
367
|
-
response:
|
|
368
|
-
docs: Request was successful
|
|
369
|
-
type: root.Site
|
|
370
|
-
status-code: 200
|
|
371
|
-
errors:
|
|
372
|
-
- root.BadRequestError
|
|
373
|
-
- root.UnauthorizedError
|
|
374
|
-
- root.ForbiddenError
|
|
375
|
-
- root.NotFoundError
|
|
376
|
-
- root.TooManyRequestsError
|
|
377
|
-
- root.InternalServerError
|
|
378
|
-
examples:
|
|
379
|
-
- path-parameters:
|
|
380
|
-
site_id: 580e63e98c9a982ac9b8b741
|
|
381
|
-
request: {}
|
|
382
|
-
response:
|
|
383
|
-
body:
|
|
384
|
-
id: 42e98c9a982ac9b8b742
|
|
385
|
-
workspaceId: 42e63e98c9a982ac9b8b742
|
|
386
|
-
createdOn: '1979-10-12T12:00:00Z'
|
|
387
|
-
displayName: The Hitchhiker's Guide to the Galaxy
|
|
388
|
-
shortName: hitchhikers-guide
|
|
389
|
-
lastPublished: '2023-04-02T12:42:00Z'
|
|
390
|
-
lastUpdated: '2023-04-02T12:42:00Z'
|
|
391
|
-
previewUrl: >-
|
|
392
|
-
https://screenshots.webflow.com/sites/6258612d1ee792848f805dcf/20231219211811_d5990556c743f33b7071300a03bf67e6.png
|
|
393
|
-
timeZone: Magrathea/FactoryFloor
|
|
394
|
-
parentFolderId: 1as2d3f4g5h6j7k8l9z0x1c2v3b4n5m6
|
|
395
|
-
customDomains:
|
|
396
|
-
- id: 589a331aa51e760df7ccb89d
|
|
397
|
-
url: hitchhikersguide.galaxy
|
|
398
|
-
lastPublished: '2022-12-07T16:51:37Z'
|
|
399
|
-
- id: 589a331aa51e760df7ccb89e
|
|
400
|
-
url: heartofgold.spaceship
|
|
401
|
-
lastPublished: '2022-12-07T16:51:37Z'
|
|
402
|
-
locales:
|
|
403
|
-
primary:
|
|
404
|
-
id: 653fd9af6a07fc9cfd7a5e57
|
|
405
|
-
cmsLocaleId: 653ad57de882f528b32e810e
|
|
406
|
-
enabled: false
|
|
407
|
-
displayName: English (United States)
|
|
408
|
-
displayImageId: displayImageId
|
|
409
|
-
redirect: true
|
|
410
|
-
subdirectory: ''
|
|
411
|
-
tag: en-US
|
|
412
|
-
secondary:
|
|
413
|
-
- id: 653fd9af6a07fc9cfd7a5e57
|
|
414
|
-
cmsLocaleId: 653ad57de882f528b32e810e
|
|
415
|
-
enabled: false
|
|
416
|
-
displayName: English (United States)
|
|
417
|
-
redirect: true
|
|
418
|
-
subdirectory: ''
|
|
419
|
-
tag: en-US
|
|
420
|
-
dataCollectionEnabled: true
|
|
421
|
-
dataCollectionType: always
|
|
422
|
-
get-custom-domain:
|
|
423
|
-
path: /sites/{site_id}/custom_domains
|
|
424
|
-
method: GET
|
|
425
|
-
auth:
|
|
426
|
-
- OAuth2:
|
|
427
|
-
- sites:read
|
|
428
|
-
docs: |
|
|
429
|
-
Get a list of all custom domains related to site.
|
|
430
|
-
|
|
431
|
-
Required scope | `sites:read`
|
|
432
|
-
source:
|
|
433
|
-
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
434
|
-
path-parameters:
|
|
435
|
-
site_id:
|
|
436
|
-
type: string
|
|
437
|
-
docs: Unique identifier for a Site
|
|
438
|
-
display-name: Get Custom Domains
|
|
439
|
-
response:
|
|
440
|
-
docs: Request was successful
|
|
441
|
-
type: root.Domains
|
|
442
|
-
status-code: 200
|
|
443
|
-
errors:
|
|
444
|
-
- root.UnauthorizedError
|
|
445
|
-
- root.ForbiddenError
|
|
446
|
-
- root.NotFoundError
|
|
447
|
-
- root.TooManyRequestsError
|
|
448
|
-
- root.InternalServerError
|
|
449
|
-
examples:
|
|
450
|
-
- path-parameters:
|
|
451
|
-
site_id: 580e63e98c9a982ac9b8b741
|
|
452
|
-
response:
|
|
453
|
-
body:
|
|
454
|
-
customDomains:
|
|
455
|
-
- id: 589a331aa51e760df7ccb89d
|
|
456
|
-
url: hitchhikersguide.galaxy
|
|
457
|
-
lastPublished: '2022-12-07T16:51:37Z'
|
|
458
|
-
- id: 589a331aa51e760df7ccb89e
|
|
459
|
-
url: heartofgold.spaceship
|
|
460
|
-
lastPublished: '2022-12-07T16:51:37Z'
|
|
461
|
-
publish:
|
|
462
|
-
path: /sites/{site_id}/publish
|
|
463
|
-
method: POST
|
|
464
|
-
auth:
|
|
465
|
-
- OAuth2:
|
|
466
|
-
- sites:write
|
|
467
|
-
docs: >
|
|
468
|
-
Publishes a site to one or more more domains.
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
To publish to a specific custom domain, use the domain IDs from the [Get
|
|
472
|
-
Custom Domains](/data/reference/sites/get-custom-domain) endpoint.
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
<Note title="Rate limit: 1 publish per minute">This endpoint has a
|
|
476
|
-
specific rate limit of one successful publish queue per minute.</Note>
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
Required scope | `sites:write`
|
|
480
|
-
source:
|
|
481
|
-
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
482
|
-
path-parameters:
|
|
483
|
-
site_id:
|
|
484
|
-
type: string
|
|
485
|
-
docs: Unique identifier for a Site
|
|
486
|
-
display-name: Publish Site
|
|
487
|
-
request:
|
|
488
|
-
name: SitesPublishRequest
|
|
489
|
-
body:
|
|
490
|
-
properties:
|
|
491
|
-
customDomains:
|
|
492
|
-
type: optional<list<string>>
|
|
493
|
-
docs: Array of Custom Domain IDs to publish
|
|
494
|
-
publishToWebflowSubdomain:
|
|
495
|
-
type: optional<boolean>
|
|
496
|
-
docs: Choice of whether to publish to the default Webflow Subdomain
|
|
497
|
-
default: false
|
|
498
|
-
content-type: application/json
|
|
499
|
-
response:
|
|
500
|
-
docs: Request accepted
|
|
501
|
-
type: SitesPublishResponse
|
|
502
|
-
status-code: 202
|
|
503
|
-
errors:
|
|
504
|
-
- root.BadRequestError
|
|
505
|
-
- root.UnauthorizedError
|
|
506
|
-
- root.ForbiddenError
|
|
507
|
-
- root.NotFoundError
|
|
508
|
-
- root.TooManyRequestsError
|
|
509
|
-
examples:
|
|
510
|
-
- name: DomainIDs
|
|
511
|
-
path-parameters:
|
|
512
|
-
site_id: 580e63e98c9a982ac9b8b741
|
|
513
|
-
request:
|
|
514
|
-
customDomains:
|
|
515
|
-
- 660c6449dd97ebc7346ac629
|
|
516
|
-
- 660c6449dd97ebc7346ac62f
|
|
517
|
-
publishToWebflowSubdomain: false
|
|
518
|
-
response:
|
|
519
|
-
body:
|
|
520
|
-
customDomains:
|
|
521
|
-
- id: 589a331aa51e760df7ccb89d
|
|
522
|
-
url: test-api-domain.com
|
|
523
|
-
lastPublished: '2022-12-07T16:51:37Z'
|
|
524
|
-
publishToWebflowSubdomain: true
|
|
525
|
-
source:
|
|
526
|
-
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
527
|
-
display-name: Sites
|
|
528
|
-
docs: Sites are the sites in your Webflow workspace.
|
|
529
|
-
types:
|
|
530
|
-
SitesPublishResponse:
|
|
531
|
-
properties:
|
|
532
|
-
customDomains:
|
|
533
|
-
type: optional<list<root.Domain>>
|
|
534
|
-
docs: Array of domains objects
|
|
535
|
-
publishToWebflowSubdomain:
|
|
536
|
-
type: optional<boolean>
|
|
537
|
-
docs: Flag for publishing to webflow.io subdomain
|
|
538
|
-
default: false
|
|
539
|
-
source:
|
|
540
|
-
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
541
|
-
webhooks:
|
|
542
|
-
site_publish:
|
|
543
|
-
audiences: []
|
|
544
|
-
method: POST
|
|
545
|
-
display-name: Site Publish
|
|
546
|
-
headers: {}
|
|
547
|
-
payload: root.SitePublish
|
|
548
|
-
examples:
|
|
549
|
-
- payload:
|
|
550
|
-
triggerType: site_publish
|
|
551
|
-
payload:
|
|
552
|
-
siteId: 62749158efef318abc8d5a0f
|
|
553
|
-
publishedOn: '2024-07-26T16:43:20Z'
|
|
554
|
-
domains:
|
|
555
|
-
- heartofgold.webflow.io
|
|
556
|
-
publishedBy:
|
|
557
|
-
displayName: Zaphod BeebleBrox
|
|
558
|
-
docs: Information about a site that was published
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
imports:
|
|
2
|
-
root: __package__.yml
|
|
3
|
-
service:
|
|
4
|
-
auth: false
|
|
5
|
-
base-path: ''
|
|
6
|
-
endpoints:
|
|
7
|
-
authorized-by:
|
|
8
|
-
path: /token/authorized_by
|
|
9
|
-
method: GET
|
|
10
|
-
auth:
|
|
11
|
-
- OAuth2:
|
|
12
|
-
- authorized_user:read
|
|
13
|
-
docs: |
|
|
14
|
-
Information about the Authorized User
|
|
15
|
-
|
|
16
|
-
Required Scope | `authorized_user:read`
|
|
17
|
-
source:
|
|
18
|
-
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
19
|
-
display-name: Get Authorization User Info
|
|
20
|
-
response:
|
|
21
|
-
docs: Request was successful
|
|
22
|
-
type: root.AuthorizedUser
|
|
23
|
-
status-code: 200
|
|
24
|
-
errors:
|
|
25
|
-
- root.UnauthorizedError
|
|
26
|
-
- root.ForbiddenError
|
|
27
|
-
examples:
|
|
28
|
-
- response:
|
|
29
|
-
body:
|
|
30
|
-
id: 545bbecb7bdd6769632504a7
|
|
31
|
-
email: some@email.com
|
|
32
|
-
firstName: Some
|
|
33
|
-
lastName: One
|
|
34
|
-
introspect:
|
|
35
|
-
path: /token/introspect
|
|
36
|
-
method: GET
|
|
37
|
-
docs: >
|
|
38
|
-
Information about the authorization token
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
<Note>Access to this endpoint requires a bearer token from a [Data
|
|
42
|
-
Client App](/data/docs/getting-started-data-clients).</Note>
|
|
43
|
-
source:
|
|
44
|
-
openapi: ../../../openapi/referenced-specs/v2.yml
|
|
45
|
-
display-name: Get Authorization Info
|
|
46
|
-
response:
|
|
47
|
-
docs: Request was successful
|
|
48
|
-
type: root.Authorization
|
|
49
|
-
status-code: 200
|
|
50
|
-
errors:
|
|
51
|
-
- root.UnauthorizedError
|
|
52
|
-
examples:
|
|
53
|
-
- response:
|
|
54
|
-
body:
|
|
55
|
-
authorization:
|
|
56
|
-
id: 55818d58616600637b9a5786
|
|
57
|
-
createdOn: '2016-10-03T23:12:00Z'
|
|
58
|
-
lastUsed: '2016-10-10T21:41:12Z'
|
|
59
|
-
grantType: authorization_code
|
|
60
|
-
rateLimit: 60
|
|
61
|
-
scope: assets:read,assets:write
|
|
62
|
-
authorizedTo:
|
|
63
|
-
siteIds:
|
|
64
|
-
- 62f3b1f7eafac55d0c64ef91
|
|
65
|
-
workspaceIds:
|
|
66
|
-
- 52f3b1f7eafac55d0c64ef91
|
|
67
|
-
userIds:
|
|
68
|
-
- 545bbecb7bdd6769632504a7
|
|
69
|
-
application:
|
|
70
|
-
id: 55131cd036c09f7d07883dfc
|
|
71
|
-
description: My Amazing App
|
|
72
|
-
homepage: https://webflow.com
|
|
73
|
-
displayName: My Amazing App
|
|
74
|
-
source:
|
|
75
|
-
openapi: ../../../openapi/referenced-specs/v2.yml
|