Skip to content

Commit 7bb6f0c

Browse files
committed
SDK regeneration
1 parent 750b4c9 commit 7bb6f0c

File tree

224 files changed

+5924
-848
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

224 files changed

+5924
-848
lines changed

.mock/definition/__package__.yml

Lines changed: 508 additions & 18 deletions
Large diffs are not rendered by default.

.mock/definition/api.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,15 @@ error-discrimination:
33
strategy: status-code
44
display-name: Data API
55
environments:
6-
Default: https://api.webflow.com/v2
7-
default-environment: Default
6+
Data API:
7+
urls:
8+
Base: https://api.webflow.com/v2
9+
Data API: https://api.webflow.com/v2
10+
Content Delivery API: https://api-cdn.webflow.com/v2
11+
Production: https://api.webflow.com/v2
12+
CDN: https://api-cdn.webflow.com/v2
13+
default-environment: Data API
14+
default-url: Base
815
auth-schemes:
916
BearerToken:
1017
scheme: bearer

.mock/definition/collections/items.yml

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ service:
340340
name: ItemsDeleteItemsRequest
341341
body:
342342
properties:
343-
items: optional<list<ItemsDeleteItemsRequestItemsItem>>
343+
items: list<ItemsDeleteItemsRequestItemsItem>
344344
content-type: application/json
345345
errors:
346346
- root.BadRequestError
@@ -352,7 +352,9 @@ service:
352352
examples:
353353
- path-parameters:
354354
collection_id: 580e63fc8c9a982ac9b8b745
355-
request: {}
355+
request:
356+
items:
357+
- id: 580e64008c9a982ac9b8b754
356358
update-items:
357359
path: /collections/{collection_id}/items
358360
method: PATCH
@@ -568,6 +570,11 @@ service:
568570
docs: |
569571
List all published items in a collection.
570572
573+
<Note title="Serve data with the Content Delivery API">
574+
To serve content to your other frontends applications, enterprise sites have access to a dedicated [content delivery API](/data/docs/cms-content-delivery), available at api-cdn.webflow.com.
575+
576+
</Note>
577+
571578
Required scope | `CMS:read`
572579
source:
573580
openapi: ../../../openapi/referenced-specs/v2.yml
@@ -610,6 +617,7 @@ service:
610617
docs: Request was successful
611618
type: root.CollectionItemList
612619
status-code: 200
620+
url: Data API
613621
errors:
614622
- root.BadRequestError
615623
- root.UnauthorizedError
@@ -786,7 +794,7 @@ service:
786794
name: ItemsDeleteItemsLiveRequest
787795
body:
788796
properties:
789-
items: optional<list<ItemsDeleteItemsLiveRequestItemsItem>>
797+
items: list<ItemsDeleteItemsLiveRequestItemsItem>
790798
content-type: application/json
791799
errors:
792800
- root.BadRequestError
@@ -797,7 +805,9 @@ service:
797805
examples:
798806
- path-parameters:
799807
collection_id: 580e63fc8c9a982ac9b8b745
800-
request: {}
808+
request:
809+
items:
810+
- id: 580e64008c9a982ac9b8b754
801811
update-items-live:
802812
path: /collections/{collection_id}/items/live
803813
method: PATCH
@@ -1323,6 +1333,7 @@ service:
13231333
docs: Request was successful
13241334
type: root.CollectionItem
13251335
status-code: 200
1336+
url: Production
13261337
errors:
13271338
- root.BadRequestError
13281339
- root.UnauthorizedError
@@ -1452,6 +1463,11 @@ service:
14521463
docs: |
14531464
Get details of a selected Collection live Item.
14541465
1466+
<Note title="Serve data with the Content Delivery API">
1467+
To serve content to your other frontends applications, enterprise sites have access to a dedicated [content delivery API](/data/docs/cms-content-delivery), available at api-cdn.webflow.com.
1468+
1469+
</Note>
1470+
14551471
Required scope | `CMS:read`
14561472
source:
14571473
openapi: ../../../openapi/referenced-specs/v2.yml
@@ -1477,6 +1493,7 @@ service:
14771493
docs: Request was successful
14781494
type: root.CollectionItem
14791495
status-code: 200
1496+
url: Data API
14801497
errors:
14811498
- root.BadRequestError
14821499
- root.UnauthorizedError

0 commit comments

Comments
 (0)